Skip to content

Commit

Permalink
Merge pull request #558 from laurynas-biveinis/bug1587426-5.7
Browse files Browse the repository at this point in the history
Bug1587426 5.7
  • Loading branch information
laurynas-biveinis committed Jun 2, 2016
2 parents 9645e69 + 6715b8f commit d33bf7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sql/binlog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10163,9 +10163,10 @@ int THD::decide_logging_format(TABLE_LIST *tables)
#ifndef DBUG_OFF
{
static const char *prelocked_mode_name[] = {
"NON_PRELOCKED",
"PRELOCKED",
"PRELOCKED_UNDER_LOCK_TABLES",
"LTM_NONE",
"LTM_LOCK_TABLES",
"LTM_PRELOCKED",
"LTM_PRELOCKED_UNDER_LOCK_TABLES"
};
DBUG_PRINT("debug", ("prelocked_mode: %s",
prelocked_mode_name[locked_tables_mode]));
Expand Down

0 comments on commit d33bf7b

Please sign in to comment.