1
0
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:
paul@ice.snake.net
2003-11-20 13:49:05 -06:00
parent 53c93091f2
commit 4909a37eac
7 changed files with 10 additions and 10 deletions

View File

@@ -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);