mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Use same style for SHOW MASTER STATUS fields as
for SHOW SLAVE STATUS.
This commit is contained in:
@@ -1251,8 +1251,8 @@ int show_binlog_info(THD* thd)
|
||||
field_list.push_back(new Item_empty_string("File", FN_REFLEN));
|
||||
field_list.push_back(new Item_return_int("Position",20,
|
||||
MYSQL_TYPE_LONGLONG));
|
||||
field_list.push_back(new Item_empty_string("Binlog_do_db",255));
|
||||
field_list.push_back(new Item_empty_string("Binlog_ignore_db",255));
|
||||
field_list.push_back(new Item_empty_string("Binlog_Do_DB",255));
|
||||
field_list.push_back(new Item_empty_string("Binlog_Ignore_DB",255));
|
||||
|
||||
if (protocol->send_fields(&field_list, 1))
|
||||
DBUG_RETURN(-1);
|
||||
|
Reference in New Issue
Block a user