1
0
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:
Marko Mäkelä
2017-09-20 08:17:06 +03:00
parent 6b687a0fde
commit 5792b016f1

View File

@@ -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().
*/