>Description:
Mysqld 4.0.12 crashes on Slackware 9.0 when compiled with
-all-static. I tried changing the thread stack up to 2M - no effect. When
compiled without -all-static mysqld seems stable. The crash is first
reported by mysql_install_db. Output of mysql_install_db bellow.
>Description:
HAVING in SELECT is evaluated before WHERE. This is not the
correct behaviour as HAVING should deal with the remainder of the WHERE
selection (according to manual)
>How-To-Repeat:
mysql: create table tt (f1 int, f2 int);
Query OK, 0 rows affected (0.01 sec)
mysql: insert in