Problem with timestamp default values

2004-01-27 Thread Predrag Malicevic
l> create table test (t timestamp default '2001-01-01 00:00:00' not null); Query OK, 0 rows affected (0.00 sec) This also occurs when using other formats (MMDDHHMMSS and smaller), so the timestamp column is practically broken when it comes to default values. Regards, -- Predrag Ma

Re: SOLVED: Can't upgrade: "Can't change to run as user 'mysql'"

2002-10-15 Thread Predrag Malicevic
he .53 version (.53a should be available soon) you should edit the safe_mysqld script at lines 235 and 237 and add LD_LIBRARY_PATH=/lib at the beginning. This will tell mysqld to load the nss libraries from your system /lib directory. Regards, -- Predrag Malicevic BLIC.NET ISP +387-51-218-10

Problem with 3.23.53 (glibc used to compile MySQL has dynamic NSS)

2002-10-15 Thread Predrag Malicevic
ically compiled glibc (that you guys at MySQL are using when making binary distributions) should be compiled with --enable-static-nss option. It seems to me that the strace output above shows that the mysqld binary is trying to dynamically load nss_compat? Regards, -- Predrag Malicevic BLIC.NET I