summaryrefslogtreecommitdiff
path: root/storage/xtradb/row/row0mysql.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/row/row0mysql.cc')
-rw-r--r--storage/xtradb/row/row0mysql.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/xtradb/row/row0mysql.cc b/storage/xtradb/row/row0mysql.cc
index a5381df1995..57d06e58943 100644
--- a/storage/xtradb/row/row0mysql.cc
+++ b/storage/xtradb/row/row0mysql.cc
@@ -4481,7 +4481,8 @@ do_drop:
char msg_tablename[MAX_FULL_NAME_LEN + 1];
innobase_format_name(
- msg_tablename, sizeof(tablename),
+ msg_tablename,
+ sizeof msg_tablename,
tablename, FALSE);
ib_logf(IB_LOG_LEVEL_INFO,