Re: Memory Leaks ?

2002-02-04 Thread Sinisa Milivojevic
> > mtrace dump > I am afraid that we can not conclude mush from your output. Most likely it is an error in your code. Have you called mysql_free_result() after fetching rows ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivoje

Re: Memory Leaks ?

2002-02-04 Thread Sinisa Milivojevic
re is memory leak reported. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <

Re: Memory Leaks ?

2002-02-04 Thread Sinisa Milivojevic
iain furneaux writes: > appologies the MySQL version is 3.22.32 (sorry fat fingers! :-) ) > Just try our latest 3.23 C API -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL

Re: mysqld crash & stack trace from 3.23.47-max (with InnoDB)

2002-02-04 Thread Sinisa Milivojevic
Jeremy Zawodny writes: > On Mon, Feb 04, 2002 at 02:27:01PM +0200, Sinisa Milivojevic wrote: > > That was your binary on Linux. > > Strangely, I just started up that exact same copy of 3.23.47-max and > it worked fine after a machine reboot. > > That's most unusual

RE: software

2002-02-04 Thread Sinisa Milivojevic
TECTED] -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com - Before

Re: Bug in MySQL API ?!?

2002-02-04 Thread Sinisa Milivojevic
ich should be accessed only through our C API functions, and not meddled with directly. When connection is idle for wait_timeout seconds, it will be closed, so I do not see what is your problem. I also do not see why should you use mysql_ping to rec

Re: mysqld crash & stack trace from 3.23.47-max (with InnoDB)

2002-02-04 Thread Sinisa Milivojevic
fashion if you run lot's of connections. Similar reasoning applies to number of threads. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Ful

Re: Memory Leaks ?

2002-02-04 Thread Sinisa Milivojevic
there was a leak in some previous version of our C API. Use our latest client library and see if the problem reccurs. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/

Re: Core dump with mysqld-3.23.47-log

2002-02-02 Thread Sinisa Milivojevic
/www.theporch.com36 05 45 N 86 50 20 W GnuPG key > > Hi! The problem you are experiencing stems from the unstable FSU library. It is not currently maintained, but one SCO export is working on the new version of it. -- Regards, __ ___ ___

Re: Joining tables returns duplicated rows

2002-02-02 Thread Sinisa Milivojevic
s some bug probably fixed long time ago. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cypr

Re: Suggestion re: floating point comparison (was Re: Problem with where clause)

2002-02-02 Thread Sinisa Milivojevic
does not use any factor. The above variant would slow down many operations, while making a few faster. -- Regards, -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>

Re: MyODBC

2002-02-01 Thread Sinisa Milivojevic
ished using either Visual Basic, Visual C++ and C# as the programming language. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\

Re: bdb table data deleted

2002-02-01 Thread Sinisa Milivojevic
Hi! We shall investigate your test case as soon as we find some time. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

Re: download

2002-02-01 Thread Sinisa Milivojevic
t binary, it worked fine for me. Just choose another mirror. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cypru

Re: bdb table crashes?

2002-01-31 Thread Sinisa Milivojevic
quot; Hi! Please try a latest MySQL-Max binary from our site and see if the problem reccurs.> -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Develo

Re: Erroneous results from a join after a delete

2002-01-31 Thread Sinisa Milivojevic
ks, > > John > You are right ! This definitely looks like a bug and we shall investigate it further. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB,

Re: Erroneous results from a join after a delete

2002-01-31 Thread Sinisa Milivojevic
actually expected behaviour, as you are not doing a join at all, but a full Cartesian product. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fu

Re: MySQL 4.0.1 crashes when updating a field with fulltext index

2002-01-30 Thread Sinisa Milivojevic
-- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com - Before posting

Re: MySQL 4.0.1 crashes when updating a field with fulltext index

2002-01-30 Thread Sinisa Milivojevic
; WHERE userid='312362' Hi! I have tested your case and it worked just fine in 4.0.2. This was a bug that was reported few weeks ago and fixed meanwhile. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / /

Re: SELECT DISTINCT BINARY crashes mysql on null values

2002-01-30 Thread Sinisa Milivojevic
ssup > (col1) > values > ('aaa'), > ('AAA'), > (NULL) > ; > > select distinct binary col1 from wassup > ; Hi! I tested your case and it worked just fine for me. -- Regards, __ ___ ___ __ / |/ /_ __/ _

Re: bug in join on bdb table

2002-01-29 Thread Sinisa Milivojevic
ults that correspond to the your second result set. I did not use ISAM, but MyISAM though, as this is a table handler that is actively maintained. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__

Re: Advice

2002-01-29 Thread Sinisa Milivojevic
delines. -- Consider taking our support. Visit https://order.mysql.com Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Devel

Re: Advice

2002-01-29 Thread Sinisa Milivojevic
t in order to optimise things, I do not think it is wise to store such huge images in tables. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL

Re: MySQL PASSWORD function

2002-01-29 Thread Sinisa Milivojevic
://www.streetmail.com Hi! We use our own hash algorithm with usage of salt. Take a look at sql/password.c ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB

Re: printing camera-ready mysql report

2002-01-28 Thread Sinisa Milivojevic
Andrew Gould writes: > Please forgive my ignorance; but what is a > "camera-ready document"? > > Andrew > That is easy : A document that looks so nice that you can spare one shot on it. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. S

Re: Bug in Replication with Release_lock

2002-01-28 Thread Sinisa Milivojevic
Hi! >From the Changelog for 3.23.47: * Fixed core-dump bug in replication when using SELECT RELEASE_LOCK(); -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /

RE: Cannot import mysql dump

2002-01-28 Thread Sinisa Milivojevic
=?iso-8859-2?Q?Martin_MOKREJ=A9?= writes: > On Mon, 28 Jan 2002, Sinisa Milivojevic wrote: > > Hi, > > Hmm, well because that's just a mysqldump of a database which already > exists in mysql and it turned out that I cannot reimport it into mysql > back. It looks t

RE: Cannot import mysql dump

2002-01-28 Thread Sinisa Milivojevic
Roger Baklund writes: > * Sinisa Milivojevic > > =?iso-8859-2?Q?Martin_MOKREJ=A9?= writes: > > > Hi, > > > can someone from the mysql developers tell me what i did > > wrong, if this > > > is a bug? I converted back to 3.23.42 to be on the safe side.

RE: Cannot import mysql dump

2002-01-28 Thread Sinisa Milivojevic
is a reserved word. UNIQUE KEY PRIMARY (id) Why don't you just say PRIMARY KEY (id) ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Develo

Re: MyODBC

2002-01-26 Thread Sinisa Milivojevic
We are in the planning stage on entire .NET issue, so no info will be available until some hard decisions are made. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__

Re: MySQL monitoring tools

2002-01-26 Thread Sinisa Milivojevic
Jeremy Zawodny writes: > On Fri, Jan 25, 2002 at 03:40:37PM +0200, Sinisa Milivojevic wrote: > > > > > > > Hi! > > > > There is a wide choice. > > > > You can use either admin modules of mysqlgui or mysql module in > > MOODSS. > &

Re: MySQL monitoring tools

2002-01-25 Thread Sinisa Milivojevic
ed, and on your taste ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

Re: mysql warnings when write locking compressed table

2002-01-25 Thread Sinisa Milivojevic
=?iso-8859-2?Q?Martin_MOKREJ=A9?= writes: > On Fri, 25 Jan 2002, Sinisa Milivojevic wrote: > > Hi, > sorry, I didn't get it. As far as I know there's no way yet how to > uncompress table my using SQL command. I have to uncompress using > `myisamchk --unpack *.MYI`,

Re: mysql warnings when write locking compressed table

2002-01-25 Thread Sinisa Milivojevic
s.gsf.de> > GSF - National Research Center for Environment and Health > Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany > tel.: +49-89-3187 3616 , fax: +49-89-3187 3585 > Please do not run myisamchk while the server is running. Use CHECK TABLE to check tables ...

Re: Inner Join Delete

2002-01-25 Thread Sinisa Milivojevic
ite that loop. > > Jeremy > -- > Jeremy D. Zawodny, <[EMAIL PROTECTED]> > Technical Yahoo - Yahoo Finance > Desk: (408) 349-7878 Fax: (408) 349-5454 Cell: (408) 685-5936 > > MySQL 3.23.41-max: up 22 days, processed 514,844,619 queries (2

Re: Named Pipes and MySQL?

2002-01-25 Thread Sinisa Milivojevic
for remote connections too ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com --

Re: Linking problems

2002-01-25 Thread Sinisa Milivojevic
unresolved external symbol > "class std::basic_ostream std::char_traits > & __cdecl operator<<(class > std::basic_ostream > > &,class mysql_ColData const > &)" Hi! You have to link in MySQL C API library, libmysqlclient. -- Rega

Re: Linking problems

2002-01-25 Thread Sinisa Milivojevic
exe - 18 error(s), 0 warning(s) > > > Thanks a lot for your help > > Hi! You have to link in MySQL C API library too ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/

Re: Processlist Commands in sql/sql_parse.cc:72

2002-01-24 Thread Sinisa Milivojevic
349-5454 Cell: (408) 685-5936 > > MySQL 3.23.41-max: up 21 days, processed 483,850,069 queries (265/sec. > avg) > > - > Before posting, please check: >http://www.mysql.com/manual.php (the manual) >

Re: C++ API

2002-01-24 Thread Sinisa Milivojevic
ven figure out which files to > start looking at... > > Hi! Take a look at MySQL++... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_,

Re: Found option without preceding group in config file: c:\WINNT\my.ini line: 1 Program aborted

2002-01-22 Thread Sinisa Milivojevic
. > One Holland, Irvine, CA 92618 USA > +1 949 9515003 | Fax +1 949 9516212 > http://www.shimano.com > _ > Hi! There must be something wrong with that file. New line, end-of-file marker and simlar. Can you tell us what is producer of the high-quality b

RE: Understanding throughput with JDBC

2002-01-22 Thread Sinisa Milivojevic
is truly depends on query. On some queries it is faster to use SQL_CALC_FOUND_ROWS options, with others it is faster to run count(*). -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/

Re: MySQL GUI

2002-01-22 Thread Sinisa Milivojevic
ons from the README that comes with mysqlgui. Click on the Options button, fill up all entries and click on 'Save'. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/

Re: mysqlgui about

2002-01-21 Thread Sinisa Milivojevic
ies in Options dialogue box and click on 'Save'. That will do /contrib URL has moved since that book was published. Go to download page and there you will find a link to the contributed software. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: Syntax for changing variables on the fly, etc?

2002-01-21 Thread Sinisa Milivojevic
ng a syntax, it is not yet decided, but it could be on of SQL SET root privileges will be required, but this is not yet fixed either. -- Regards, -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /

Re: Compiling problem: error in type_info1.hh

2002-01-19 Thread Sinisa Milivojevic
Hi! Try adding : using namespace std; Are you using VC++ 6.0 ??? That port is not intended for other versions of VC++. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fu

Re: Compiling problem: error in type_info1.hh

2002-01-18 Thread Sinisa Milivojevic
for VC++ from MySQL++ page. I think it is version 1.7.1. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.c

Re: bug in join on bdb table

2002-01-18 Thread Sinisa Milivojevic
ed dump of the tables to : ftp://support.mysql.com:/pub/mysql/Incoming and let me know a file name. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___

Re: How do I verify it's a 64-bit build

2002-01-18 Thread Sinisa Milivojevic
ySQL 3.23.47 > using what I believe is a 64-bit capable gcc-3.0.3. How might I verify that > I indeed have a 64-bit MySQL? > > TIA, > > Steven Run file command on the binary. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: Why does DISTINCT take so long time ??

2002-01-18 Thread Sinisa Milivojevic
ove duplicates" doesn't occurs after the join was performed ?? (it > should be really fast in this case) > > Regards, > > Jocelyn DISTINCT simply has to re-iterate. -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMA

Re: C++ API on MacOS X 10.1.1

2002-01-18 Thread Sinisa Milivojevic
for 2.95.2 on MySQL++ page for your OS. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com -

Re: Why does DISTINCT take so long time ??

2002-01-18 Thread Sinisa Milivojevic
ve duplicates in only 58 rows ?? > > Thank you :) > > Regards, > > Jocelyn Fournier > Presence-PC > Hi! Because it has to make first a temporary table with 2 million rows. And is it 4.0.1 ? -- Regards, __ ___ ___ __ / |/ /_ __/ __

RE: Compiling on Solaris

2002-01-18 Thread Sinisa Milivojevic
But I repeat again, you would be better off with our binaries ... -- Consider taking our support. Visit : https://order.mysql.com Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL

Re: Compiling on Solaris

2002-01-18 Thread Sinisa Milivojevic
-- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com ---

Re: my.ini vs. my.cnf on Winodws?

2002-01-17 Thread Sinisa Milivojevic
Yes, you are right. I looked a bit better. Only if some other default config file is provided at startup (--defaults-file=...) then that one is read instead of systemdir\my.ini. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>

Re: INstall error

2002-01-16 Thread Sinisa Milivojevic
e the binaries of the same quality that we obtain. Using our binary, you will be much safer. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ /

Re: mysql daemon under macos X unstoppable?

2002-01-16 Thread Sinisa Milivojevic
eistungsgesellschaft mbH > CAE-Support > fuer EDS Informationstechnologie und Service GmbH > Tel.: +49 33708-6-1465 > Fax: +49 33708-6-3500 > Email:[EMAIL PROTECTED] > Hi! This was fixed in MySQL 3.23.45. -- Regards, __ ___ ___ __ / |/ /_ __/ __/

Re: Skip-Show-Database

2002-01-16 Thread Sinisa Milivojevic
t; file under [mysqld]. When I do this now and log in using > MySQLGUI as any other user other than root I get access > denied. > > Any ideas? > > Could be mysqlgui bug. Check it out with mysql monitor program. -- Regards, __ ___ ___ __ / |/ /_ __/

Re: Compile woes :(

2002-01-16 Thread Sinisa Milivojevic
27; > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/export/home/desc/pkg/mysql-3.23.47' > make: *** [all-recursive-am] Error 2 > Hi! You have to define CXXLD as g++ with 3.0.* in order to link mysqld. There is a better workaround for this in our 4.0.2 BK

Semi-static binary version of mysqlgui 1.7.5 for SPARC Solaris 2.8

2002-01-16 Thread Sinisa Milivojevic
, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com - Before posting, please check

Re: MySQL can't tell the difference between two databases???

2002-01-15 Thread Sinisa Milivojevic
ge. Can you please make a test case, so that we can investigate a matter. Please follow instructions from the following chapter in our manual : How to Report Bugs or Problems .. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa

Re: Official State of Mysql-Max

2002-01-15 Thread Sinisa Milivojevic
_ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com - Befor

Re: mysql-gui won't connect

2002-01-15 Thread Sinisa Milivojevic
ust follow instructions in README and you will be up and going in the matter of minutes. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/

Re: Multi-table delete/update

2002-01-15 Thread Sinisa Milivojevic
Thank you for your report. We shall take a look at it. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

Re: Weird problem with mysql database

2002-01-14 Thread Sinisa Milivojevic
ink that it's conflicting with the >order of the priviledge columns. > > Any ideas would be appreciated so that I can make sure that some unsuspecting user >doesn't throw some value in their entry that will cause the system not to work for >them. Or ma

Re: Licensing

2002-01-14 Thread Sinisa Milivojevic
CTED] > Yes. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com

Re: C# and MySQL without ODBC

2002-01-14 Thread Sinisa Milivojevic
Markus Fischer writes: > > Hmm .. could you be a bit more elaborative (sp?) please what > you mean with this? thank you > > - Markus That meant that we are in the planning process ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/

Re: my.ini vs. my.cnf on Winodws?

2002-01-14 Thread Sinisa Milivojevic
d 261,751,768 queries (266/sec. avg) > Hi! my.cnf will be read first and if it is found my.ini will not be read at all. Take a look at mysys/default.c for futher details ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinis

Re: Licensing

2002-01-14 Thread Sinisa Milivojevic
#x27;m hesitating.. 200USD is alot of money here in Sweden, >atleast for me. > > regards, > Frans Englich > [EMAIL PROTECTED] > If you are giving your administrative program for free, you do not require a licence. Otherwise, you do ... -- Regards, __ ___ ___ ____ __

Re: C# and MySQL without ODBC

2002-01-14 Thread Sinisa Milivojevic
reparing our strategy on how to tackle the entire issue. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca

Re: Error 1030: Got error 124 from table handler

2002-01-12 Thread Sinisa Milivojevic
ll tables contained within MERGE will the above SELECT still return the same error ?? This is very important for us to know. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, C

Re: MySQL admin with no password

2002-01-12 Thread Sinisa Milivojevic
o have a passwordless DB account. > > -- > Trond Eivind Glomsrød > Red Hat, Inc. > Thank you for your report. We will take a look at this. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /

Re: Problem with MySQL and SMP?

2002-01-12 Thread Sinisa Milivojevic
Quite right, unless you build MySQL on FBSD with FBSD LinuxThreads from the ports. Then MySQL will use all CPU's ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MyS

Re: Is there a QNX port?

2002-01-12 Thread Sinisa Milivojevic
Therrel Griffin writes: > Just wanted to know if anyone has compiled MySQL under QNX, and if they > did, how they did it. Any help would be appreciated. > Therrel > MySQL can be built on QNX 6.* with GNU tools. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /

Re: check for server start

2002-01-12 Thread Sinisa Milivojevic
ornia, San Francisco > Absolutely the best way to do it is: mysqladmin ping -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fullti

Re: Problem with MySQL and SMP?

2002-01-11 Thread Sinisa Milivojevic
ks as you said, no ssh, no console, this is not MySQL issue. It is either hardware or some unknown (?) 2.4.17 SMP bug. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_

Re: MySQL admin with no password

2002-01-11 Thread Sinisa Milivojevic
, -QUIT and -INT will shutdown a server. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com -

RE: Curious result: Indexing numbers vs. strings

2002-01-11 Thread Sinisa Milivojevic
gical one to > do. > > Anvar. > Good answer ! -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_,

Re: Multi-table delete/update

2002-01-11 Thread Sinisa Milivojevic
lroy@indigo bhm]$ > [skip] > -- > Becky McElroy > Thank you for your report. This is indeed a bug and since last night I am working on finding the propert fix for it. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED

Re: Disable case sensitivity

2002-01-10 Thread Sinisa Milivojevic
nsitive. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com --

Re: AW: Stability problems on 4-way server

2002-01-10 Thread Sinisa Milivojevic
h requires specific building procedure. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/

Re: Lost connection, C API

2002-01-10 Thread Sinisa Milivojevic
- > Bernard CHAMBON > IN2P3 / CNRS (Centre de Calcul de LYON) > email: mailto:[EMAIL PROTECTED] > Tel : 04 72 69 42 18 > You are welcome ! -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>

Re: select like 'alpha%' : fail to report alpha, charset=gbk, large db

2002-01-10 Thread Sinisa Milivojevic
a bug fixed long time ago. If it does reccur, please let us know and we shall let you know how to upload your table. -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB,

Re: Best Practice - Allowing Access to MySQL

2002-01-10 Thread Sinisa Milivojevic
ee, that has nothing to do with mysqlgui. And thanks for the compliments ! -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /__

Re: Multi-table delete/update

2002-01-10 Thread Sinisa Milivojevic
on BDB tables. It is very important for us to fix all the bugs. Multi-table updates should come in 4.0.2. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larn

Re: mysqlgui

2002-01-09 Thread Sinisa Milivojevic
se CREATE TABLE comand ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com

Re: Stability problems on 4-way server

2002-01-09 Thread Sinisa Milivojevic
.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.17rc2a > a2.bz2 ) > > Best Regards, > > Jocelyn Fournier > Presence-PC > www.presence-pc.com > Thanks for the info. -- Regards, __ ___ ___ __ / |/ /_ __/ __/

Re: Stability problems on 4-way server

2002-01-09 Thread Sinisa Milivojevic
ur binary, 2.4.17 should be just fine ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com

Re: Installing Static MySQLGUI on Solaris 7

2002-01-09 Thread Sinisa Milivojevic
'Save'. Then restart mysqlgui ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca

Re: Lost connection, C API

2002-01-09 Thread Sinisa Milivojevic
i! This seems like a typical programming error in multi-tasking ... You must enclose mysql_query/mysql_use/fetch_row commands so that no two processes can go through it in the same time with the same MYSQL and MYSQL_RES handles. -- Regards, __ ___ ___ __ / |

Re: Macintosh mySQL clients

2002-01-08 Thread Sinisa Milivojevic
___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com ---

Re: Installing Static MySQLGUI on Solaris 7

2002-01-08 Thread Sinisa Milivojevic
BRARY_PATH. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cypru

Re: Stability problems on 4-way server

2002-01-08 Thread Sinisa Milivojevic
23 binary RPM from our site. If you are not using our binary, then it is probably a cause of instability. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ /

Re: Com_select larger than questions bug?

2002-01-08 Thread Sinisa Milivojevic
You are evidently using our BK tree ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /__

Re: MySQLgui fails

2002-01-08 Thread Sinisa Milivojevic
; Hi! You can run CREATE / ALTER table from mysqlgui without any problems. Doing it through GUI interface was not done due to a lack of time. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ My

Re: Tru64 UNIX V5.1A Build Instructions (gcc) ?

2002-01-08 Thread Sinisa Milivojevic
and thanks, > Karsten Elgaard Sørensen > Compaq Computer ApS > Denmark > > > Hi! You will find all instructions needed in our manual. Section on Tru64 ... There are also binaries available on our site. -- Regards, __ ___ ___ ____ __ / |/ /_ __/ __/ __ \

Re: variable descriptions missing in the documentation

2002-01-08 Thread Sinisa Milivojevic
ul new year to the > MySQL team. > > Best regards, > > -- > Jean-Luc Fontaine > Jean-Lux, You will get description of most of those in the manual from our BK repository. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /M

Re: Installing Static MySQLGUI on Solaris 7

2002-01-08 Thread Sinisa Milivojevic
tdc++ from gcc 2.95.2 package and mysqlgui will run -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/

Re: MySql Gui connecting to remote server problem

2002-01-08 Thread Sinisa Milivojevic
rights to login from jaguar.no-dns.co.uk host. Either grant access to [EMAIL PROTECTED] or to user@"%", which means any host. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__

Re: mysqlgui - my.cnf or my.ini

2002-01-08 Thread Sinisa Milivojevic
all entries in Options dialogue and Save them. That is all you have to do with mysqlgui ... -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltim

<    1   2   3   4   5   6   7   8   9   10   >