mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge branch '10.0' into 10.1
This commit is contained in:
@@ -1353,6 +1353,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
#ifdef HAVE_REPLICATION
|
||||
case COM_REGISTER_SLAVE:
|
||||
{
|
||||
status_var_increment(thd->status_var.com_register_slave);
|
||||
if (!register_slave(thd, (uchar*)packet, packet_length))
|
||||
my_ok(thd);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user