I ran into this problem while attempting to altering tables (by adding extra
columns), which is just as well, as the cosequences would have been dire if I'd
found it any other way. I haven't found any other unambiguous references to
this problem on this list, where I was searching for a clue, so I
>Description:
$ rm -f config.cache
$ ./configure --prefix=/home/crystal/local/mysql-3.23.44 \
$ --with-berkeley-db \
$ --with-innodb \
$ --with-charset=big5 \
$ --with-extra-charsets=latin1,gb2312
$ make clean
$ make
$ make test
$ # mysql-3.23.39, 3.23.40, 3.23.42 can pass all tests.
$