Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
The function check_mdl_lock_works() is for debug builds only.
  • Loading branch information
dr-m committed Sep 20, 2017
1 parent 6b687a0 commit 5792b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/mariabackup/backup_mysql.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ mdl_lock_init()
}
}

#ifndef DBUF_OFF
#ifndef DBUG_OFF
/* Test that table is really locked, if lock_ddl_per_table is set.
The test is executed in DBUG_EXECUTE_IF block inside mdl_lock_table().
*/
Expand Down

0 comments on commit 5792b01

Please sign in to comment.