>Description:
When try to use "enum ('a','b','unsigned')" MySQL understands it as "enum ('a','b','')
unsigned".
>How-To-Repeat:
Something like:
alter table test change en en enum ('a','unsigned');
>Fix:
>Submitter-Id: <submitter ID>
>Originator: Michal Cihar
>Organization:
>
>MySQL support: none
>Synopsis: "UNSIGNED" field in SET/ENUM doesn't work
>Severity: non-critical
>Priority: medium
>Category: mysql
>Class: sw-bug
>Release: mysql-3.23.49 (Source distribution)
>Environment:
System: Linux ns 2.2.20 #1 Tue Nov 6 13:38:48 CET 2001 i686 unknown
Architecture: i686
Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
Compilation info: CC='gcc' CFLAGS='' CXX='c++' CXXFLAGS='' LDFLAGS=''
LIBC:
lrwxrwxrwx 1 root root 13 Oct 8 18:35 /lib/libc.so.6 -> libc-2.2.5.so
-rwxr-xr-x 1 root root 1153784 Sep 18 11:40 /lib/libc-2.2.5.so
-rw-r--r-- 1 root root 2390970 Sep 18 11:41 /usr/lib/libc.a
-rw-r--r-- 1 root root 178 Sep 18 11:41 /usr/lib/libc.so
-rw-r--r-- 1 root root 700504 May 25 2001 /usr/lib/libc-client.so.2000
-rw-r--r-- 1 root root 726660 Mar 24 2002 /usr/lib/libc-client.so.2001
-rw-r--r-- 1 root root 665260 Sep 1 2000 /usr/lib/libc-client.so.4.7
Configure command: ./configure --prefix=/usr --exec-prefix=/usr
--libexecdir=/usr/sbin --datadir=/usr/share --sysconfdir=/etc/mysql
--localstatedir=/var/lib/mysql --includedir=/usr/include --infodir=/usr/share/info
--mandir=/usr/share/man --enable-shared --with-libwrap --enable-assembler
--with-berkeley-db --with-innodb --enable-static --enable-shared --enable-local-infile
--with-raid --enable-thread-safe-client --without-readline
--with-unix-socket-path=/var/run/mysqld/mysqld.sock --with-mysqld-user=mysql
--without-bench --with-client-ldflags=-lstdc++ --with-extra-charsets=all
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php