diff options
author | unknown <paul@ice.snake.net> | 2003-11-20 13:49:05 -0600 |
---|---|---|
committer | unknown <paul@ice.snake.net> | 2003-11-20 13:49:05 -0600 |
commit | c9a9fa8e479764ef1c5a9351f7336a4513197277 (patch) | |
tree | 7058f5338e7f59bc627c6bace7c11421b1393358 /mysql-test/r/rpl_loaddata.result | |
parent | 8a8fef225d5299c941ddac73de050092d6d2b903 (diff) | |
download | mariadb-git-c9a9fa8e479764ef1c5a9351f7336a4513197277.tar.gz |
Use same style for SHOW MASTER STATUS fields as
for SHOW SLAVE STATUS.
Diffstat (limited to 'mysql-test/r/rpl_loaddata.result')
-rw-r--r-- | mysql-test/r/rpl_loaddata.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/rpl_loaddata.result b/mysql-test/r/rpl_loaddata.result index d11dc6ee04c..80e40924a55 100644 --- a/mysql-test/r/rpl_loaddata.result +++ b/mysql-test/r/rpl_loaddata.result @@ -21,7 +21,7 @@ day id category name 2003-03-22 2161 c asdf 2003-03-22 2416 a bbbbb show master status; -File Position Binlog_do_db Binlog_ignore_db +File Position Binlog_Do_DB Binlog_Ignore_DB slave-bin.000001 964 drop table t1; drop table t2; @@ -63,6 +63,6 @@ terminated by ',' optionally enclosed by '%' escaped by '@' lines terminated by '\n##\n' starting by '>' ignore 1 lines; ERROR 23000: Duplicate entry '2003-03-22' for key 1 show master status; -File Position Binlog_do_db Binlog_ignore_db +File Position Binlog_Do_DB Binlog_Ignore_DB master-bin.000001 491 drop table t2; |