Commit 5792b016 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a typo

The function check_mdl_lock_works() is for debug builds only.
parent 6b687a0f
...@@ -1647,7 +1647,7 @@ mdl_lock_init() ...@@ -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. /* 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(). The test is executed in DBUG_EXECUTE_IF block inside mdl_lock_table().
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment