summaryrefslogtreecommitdiff
path: root/mysql-test/r/log_tables.result
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2006-12-01 15:49:07 +0100
committerunknown <mskold/marty@mysql.com/linux.site>2006-12-01 15:49:07 +0100
commit85b58cb43bf3170d817864e2a019779c20320245 (patch)
tree810e744e14531cb4121b6b03ee9a470cdb3a9f26 /mysql-test/r/log_tables.result
parentbae9fc077ca178a63f7d97e4b161c35a3e63b85d (diff)
downloadmariadb-git-85b58cb43bf3170d817864e2a019779c20320245.tar.gz
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
Diffstat (limited to 'mysql-test/r/log_tables.result')
-rw-r--r--mysql-test/r/log_tables.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/log_tables.result b/mysql-test/r/log_tables.result
index d9d754c91e6..3e8b7d32e88 100644
--- a/mysql-test/r/log_tables.result
+++ b/mysql-test/r/log_tables.result
@@ -280,9 +280,9 @@ create table general_log_new like general_log;
create table slow_log_new like slow_log;
show tables like "%log%";
Tables_in_mysql (%log%)
-binlog_index
general_log
general_log_new
+ndb_binlog_index
slow_log
slow_log_new
drop table slow_log_new, general_log_new;