mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Bug #20968: incorrect DBUG_ENTER string in mysqld.cc network_init(void) function
sql/mysqld.cc: Corrected debug message.
This commit is contained in:
parent
0d9864b86c
commit
faf2e23dc5
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ static void network_init(void)
|
|||
uint waited;
|
||||
uint this_wait;
|
||||
uint retry;
|
||||
DBUG_ENTER("server_init");
|
||||
DBUG_ENTER("network_init");
|
||||
LINT_INIT(ret);
|
||||
|
||||
set_ports();
|
||||
|
|
Loading…
Reference in a new issue