>Description: Trying to upgrade mysql from v3.22.32 to latest version 3.23.30, configured and compiled fine on the system. Ran the test suite and it discovered an error. Would like to know if this is a known bug (ignore?) Or what can be done to fix things. >How-To-Repeat: Repetative so it's either my configuration or some kind of bug. >Fix: >Submitter-Id: <submitter ID> >Originator: Steve Costaras >Organization: <organization of PR author (multiple lines)> >MySQL support: none >Synopsis: make test error >Severity: serious >Priority: medium >Category: mysql >Class: sw-bug >Release: mysql-3.23.30-gamma (Source distribution) >Environment: System: Linux ftp 2.4.0 #1 SMP Mon Jan 15 01:15:18 CST 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/i686-pc-linux-gnu/2.95.2/specs gcc version 2.95.2 19991024 (release) Compilation info: CC='gcc' CFLAGS='' CXX='c++' CXXFLAGS='' LDFLAGS='' LIBC: lrwxrwxrwx 1 root wheel 13 Jan 15 00:32 /lib/libc.so.6 -> libc-2.1.3.so -rwxr-xr-x 1 root wheel 4071210 Jan 14 12:32 /lib/libc-2.1.3.so -rw-r--r-- 1 root wheel 19195746 Jan 14 12:31 /usr/lib/libc.a -rw-r--r-- 1 root wheel 178 Jan 14 12:32 /usr/lib/libc.so Configure command: ./configure --prefix=/usr/local/mysql --with-gnu-ld --with-pthread --enable-thread-safe-client --wi\ th-mysqld-user=mysql --with-libwrap=../tcp_wrappers_7.6 --enable-assembler -------------------------- ftp:/usr/src/mysql-3.23.30-gamma# make test cd mysql-test ; ./mysql-test-run Installing Test Databases Removing Stale Files Installing Master Databases Installing Slave Databases Starting MySQL daemon Loading Standard Test Databases Starting Tests TEST USER SYSTEM ELAPSED RESULT ------------------------------------------------------------------------ [CUT FOR BREVITY] replace 0.07 0.04 0.92 [ pass ] rollback 0.05 0.08 0.14 [ pass ] rpl000001 .... .... .... [ fail ] >> Error at line 13: query 'select * from foo' failed: 1146: Table 'test.foo' doesn't exist << Aborting. To continue, re-run with '--force'. Ending Tests Shutting-down MySQL daemon make: *** [test] Error 1 ftp:/usr/src/mysql-3.23.30-gamma# ------------------------------------------- ftp:/usr/src/mysql-3.23.30-gamma/mysql-test# ./mysql-test-run --force Installing Test Databases Removing Stale Files Installing Master Databases Installing Slave Databases Starting MySQL daemon Loading Standard Test Databases Starting Tests TEST USER SYSTEM ELAPSED RESULT ------------------------------------------------------------------------ [CUT FOR BREVITY] replace 0.04 0.08 0.21 [ pass ] rollback 0.04 0.09 0.13 [ pass ] rpl000001 .... .... .... [ fail ] >> Error at line 13: query 'select * from foo' failed: 1146: Table 'test.foo' doesn't exist << Ending Tests Shutting-down MySQL daemon Starting MySQL daemon Resuming Tests rpl000002 .... .... .... [ fail ] >> Error at line 11: query 'select * from t1' failed: 1146: Table 'test.t1' doesn't exist << Ending Tests Shutting-down MySQL daemon Starting MySQL daemon Resuming Tests rpl000003 .... .... .... [ fail ] >> Error at line 9: query 'select * from t1' failed: 1146: Table 'test.t1' doesn't exist << Ending Tests Shutting-down MySQL daemon Starting MySQL daemon Resuming Tests ------------------------------ Steve