mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Automatic merge
This commit is contained in:
commit
c0f04fa31c
12 changed files with 139 additions and 29 deletions
|
|
@ -4805,7 +4805,7 @@ static int add_slave_statements(void)
|
|||
|
||||
static int do_show_slave_status(MYSQL *mysql_con)
|
||||
{
|
||||
MYSQL_RES *slave;
|
||||
MYSQL_RES *slave= 0;
|
||||
const char *comment_prefix=
|
||||
(opt_slave_data == MYSQL_OPT_SLAVE_DATA_COMMENTED_SQL) ? "-- " : "";
|
||||
if (mysql_query_with_error_report(mysql_con, &slave, "SHOW SLAVE STATUS"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue