diff options
Diffstat (limited to 'mysql-test/include/show_master_status.inc')
-rw-r--r-- | mysql-test/include/show_master_status.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/show_master_status.inc b/mysql-test/include/show_master_status.inc new file mode 100644 index 00000000000..b7b32a65df4 --- /dev/null +++ b/mysql-test/include/show_master_status.inc @@ -0,0 +1,5 @@ +# show master status + +# mask out the binlog position +-- replace_column 2 # 3 <Binlog_Do_DB> 4 <Binlog_Ignore_DB> +show master status; |