mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix a typo
The function check_mdl_lock_works() is for debug builds only.
This commit is contained in:
@@ -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().
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user