diff options
Diffstat (limited to 'mysql-test/r/rpl000009.result')
-rw-r--r-- | mysql-test/r/rpl000009.result | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mysql-test/r/rpl000009.result b/mysql-test/r/rpl000009.result index e3eff5af33e..4258f43b67e 100644 --- a/mysql-test/r/rpl000009.result +++ b/mysql-test/r/rpl000009.result @@ -73,25 +73,25 @@ mysqltest3 test use mysqltest2; show tables; -Tables_in_mysqltest2 Type -t1 table -t3 table +Tables_in_mysqltest2 table_type +t1 BASE TABLE +t3 BASE TABLE select * from t1; n s 1 original foo.t1 use mysqltest3; show tables; -Tables_in_mysqltest3 Type -t1 table +Tables_in_mysqltest3 table_type +t1 BASE TABLE select * from t1; n s 1 original foo2.t1 use mysqltest; show tables; -Tables_in_mysqltest Type -t1 table -t2 table -t3 table +Tables_in_mysqltest table_type +t1 BASE TABLE +t2 BASE TABLE +t3 BASE TABLE select * from mysqltest.t1; n s 1 one test |