summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-09-20 08:17:06 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-09-20 08:44:40 +0300
commit5792b016f1c0b4a576d36a452020e57f56616241 (patch)
treeec883d35df323ec2119d0744ac8a37d28d3d0e35 /extra
parent6b687a0fde4f96e237bef4c72ff67b5172563cfe (diff)
downloadmariadb-git-5792b016f1c0b4a576d36a452020e57f56616241.tar.gz
Fix a typo
The function check_mdl_lock_works() is for debug builds only.
Diffstat (limited to 'extra')
-rw-r--r--extra/mariabackup/backup_mysql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mariabackup/backup_mysql.cc b/extra/mariabackup/backup_mysql.cc
index cebbbf3a28c..aa683e320fc 100644
--- a/extra/mariabackup/backup_mysql.cc
+++ b/extra/mariabackup/backup_mysql.cc
@@ -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().
*/