Re: auto_increment problem with mysql 3.23.32

2001-02-15 Thread Sinisa Milivojevic
William R. Mussatto writes: On Wed, 14 Feb 2001, Sinisa Milivojevic wrote: can an auto_increment column also have the attribute "unsigned" safely? Sincerely, William Mussatto, Senior Systems Engineer CyberStrategies, Inc ph. 909-920-9154 ext. 27 Yes it can. Regards,

auto_increment problem with mysql 3.23.32

2001-02-14 Thread Gábor Lénárt
Hi, It's me again ;-) Now I have got a very serious problem. I've just downloaded 3.23.32 and compile then run it without any major trouble. BUT my headache is about this: mysql insert into cikk values (NULL,'Beta','','','','','N','','',NULL,0,0,0,0); mysql select * from cikk where cim='Beta';

Re: auto_increment problem with mysql 3.23.32

2001-02-14 Thread Sinisa Milivojevic
Gbor Lnrt writes: Hi, It's me again ;-) Now I have got a very serious problem. I've just downloaded 3.23.32 and compile then run it without any major trouble. BUT my headache is about this: mysql insert into cikk values (NULL,'Beta','','','','','N','','',NULL,0,0,0,0); mysql

Re: auto_increment problem with mysql 3.23.32

2001-02-14 Thread Gábor Lénárt
On Wed, Feb 14, 2001 at 02:38:11PM +0200, Sinisa Milivojevic wrote: Hi! I have just tested your case on my Linux and it worked just fine. What OS is that and are you using our binaries. If not, please do. OK, I will (but it takes some time to download). Till that I have got a more

Re: auto_increment problem with mysql 3.23.32

2001-02-14 Thread Sinisa Milivojevic
Gbor Lnrt writes: On Wed, Feb 14, 2001 at 02:38:11PM +0200, Sinisa Milivojevic wrote: Hi! I have just tested your case on my Linux and it worked just fine. What OS is that and are you using our binaries. If not, please do. OK, I will (but it takes some time to download).

Re: auto_increment problem with mysql 3.23.32

2001-02-14 Thread Gábor Lénárt
On Wed, Feb 14, 2001 at 04:21:31PM +0200, Sinisa Milivojevic wrote: Hi! The above is actually documented behaviour. I've just realized that it's true (checked). But it was supported by older mysql versions and now I'm getting stuck with the old tables (MyISAM). Entering negative values

Re: auto_increment problem with mysql 3.23.32

2001-02-14 Thread William R. Mussatto
On Wed, 14 Feb 2001, Sinisa Milivojevic wrote: Date: Wed, 14 Feb 2001 16:21:31 +0200 (EET) From: Sinisa Milivojevic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: auto_increment problem with mysql 3.23.32 snip.. Hi! The above is actually documented