diff options
author | unknown <msvensson@neptunus.(none)> | 2006-12-05 11:27:51 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-12-05 11:27:51 +0100 |
commit | da7c2f5d4e22566e9046c3a1d94d0a785e3e0e92 (patch) | |
tree | 60418106064bfc438ca998fb430871393d50dba0 /mysql-test/t/system_mysql_db_fix40123.test | |
parent | 709457b3494b7470504f2ff70b1bafde2dae5216 (diff) | |
download | mariadb-git-da7c2f5d4e22566e9046c3a1d94d0a785e3e0e92.tar.gz |
mysql.binlog_index renamed to mysql.ndb_binlog_index
Diffstat (limited to 'mysql-test/t/system_mysql_db_fix40123.test')
-rw-r--r-- | mysql-test/t/system_mysql_db_fix40123.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/system_mysql_db_fix40123.test b/mysql-test/t/system_mysql_db_fix40123.test index 2d4fd1e920f..00bd37979c4 100644 --- a/mysql-test/t/system_mysql_db_fix40123.test +++ b/mysql-test/t/system_mysql_db_fix40123.test @@ -69,7 +69,7 @@ CREATE TABLE time_zone_leap_second ( Transition_time bigint signed NOT NULL, -- disable_query_log # Drop all tables created by this test -DROP TABLE db, host, user, func, plugin, tables_priv, columns_priv, procs_priv, help_category, help_keyword, help_relation, help_topic, proc, time_zone, time_zone_leap_second, time_zone_name, time_zone_transition, time_zone_transition_type, general_log, slow_log, event, binlog_index; +DROP TABLE db, host, user, func, plugin, tables_priv, columns_priv, procs_priv, help_category, help_keyword, help_relation, help_topic, proc, time_zone, time_zone_leap_second, time_zone_name, time_zone_transition, time_zone_transition_type, general_log, slow_log, event, ndb_binlog_index; -- enable_query_log |