diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-09-20 08:17:06 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-09-20 08:44:40 +0300 |
commit | 5792b016f1c0b4a576d36a452020e57f56616241 (patch) | |
tree | ec883d35df323ec2119d0744ac8a37d28d3d0e35 /extra | |
parent | 6b687a0fde4f96e237bef4c72ff67b5172563cfe (diff) | |
download | mariadb-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.cc | 2 |
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(). */ |