Skip to content

Commit

Permalink
fix the dbug tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Oct 22, 2015
1 parent e5cce2b commit e257b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_parse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e257b8b

Please sign in to comment.