mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fix the dbug tag name
This commit is contained in:
@@ -670,7 +670,7 @@ static char *fgets_fn(char *buffer, size_t size, fgets_input_t input, int *error
|
||||
static void handle_bootstrap_impl(THD *thd)
|
||||
{
|
||||
MYSQL_FILE *file= bootstrap_file;
|
||||
DBUG_ENTER("handle_bootstrap");
|
||||
DBUG_ENTER("handle_bootstrap_impl");
|
||||
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
pthread_detach_this_thread();
|
||||
|
||||
Reference in New Issue
Block a user