Commit faf2e23d authored by unknown's avatar unknown

Bug #20968: incorrect DBUG_ENTER string in mysqld.cc network_init(void) function


sql/mysqld.cc:
  Corrected debug message.
parent 0d9864b8
...@@ -1409,7 +1409,7 @@ static void network_init(void) ...@@ -1409,7 +1409,7 @@ static void network_init(void)
uint waited; uint waited;
uint this_wait; uint this_wait;
uint retry; uint retry;
DBUG_ENTER("server_init"); DBUG_ENTER("network_init");
LINT_INIT(ret); LINT_INIT(ret);
set_ports(); set_ports();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment