diff options
author | monty@mysql.com/nosik.monty.fi <> | 2006-11-21 22:32:58 +0200 |
---|---|---|
committer | monty@mysql.com/nosik.monty.fi <> | 2006-11-21 22:32:58 +0200 |
commit | f6682e2743d6b3cff53a6e6b1499b28f10fb3b92 (patch) | |
tree | 7976fdc96a4eb6af989b3c9caa89d1e2cb5729d5 /mysql-test/r/mysqlcheck.result | |
parent | 959e90676848a34ee7b6d66653a1d66c8a351c13 (diff) | |
download | mariadb-git-f6682e2743d6b3cff53a6e6b1499b28f10fb3b92.tar.gz |
Added --debug-info to most clients to detect memory leaks in mysql-test-run
Moved .progress files into the log directory
Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name
Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23
Fixed some compiler warnings
Fixed small memory leak in libmysql
Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
Diffstat (limited to 'mysql-test/r/mysqlcheck.result')
-rw-r--r-- | mysql-test/r/mysqlcheck.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/mysqlcheck.result b/mysql-test/r/mysqlcheck.result index c34aa995b2b..d6149981f37 100644 --- a/mysql-test/r/mysqlcheck.result +++ b/mysql-test/r/mysqlcheck.result @@ -2,7 +2,7 @@ drop database if exists client_test_db; DROP SCHEMA test; CREATE SCHEMA test; use test; -cluster.binlog_index OK +mysql.binlog_index OK mysql.columns_priv OK mysql.db OK mysql.event OK @@ -26,6 +26,7 @@ mysql.time_zone_name OK mysql.time_zone_transition OK mysql.time_zone_transition_type OK mysql.user OK +mysql.binlog_index OK mysql.columns_priv OK mysql.db OK mysql.event OK |