MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
show_master_status.inc
1 # show master status
2 
3 # mask out the binlog position
4 -- replace_column 2 # 3 <Binlog_Do_DB> 4 <Binlog_Ignore_DB> 5 <Executed_Gtid_Set>
5 show master status;