diff options
author | unknown <marko@hundin.mysql.fi> | 2004-10-04 20:38:23 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-10-04 20:38:23 +0300 |
commit | ec735ea8f74b19c47e6a8cd03e2d258aa1ba8efa (patch) | |
tree | c0ed3c09c471d8bf011e421af67c823360cea902 /innobase/include/ut0mem.ic | |
parent | ef40ba04e8f64c1bf6a3347ff70d7fea7ca6eba1 (diff) | |
download | mariadb-git-ec735ea8f74b19c47e6a8cd03e2d258aa1ba8efa.tar.gz |
InnoDB: Fix ALTER TABLE t DISCARD TABLESPACE (Bug #5851)
innobase/include/ut0mem.h:
Improve documentation of ut_strlenq(), ut_strcpyq() and ut_memcpyq()
innobase/include/ut0mem.ic:
Improve documentation of ut_strlenq()
innobase/row/row0mysql.c:
row_discard_tablespace_for_mysql(): Add quotes around table_name
in DISCARD_TABLESPACE_PROC (Bug #5851)
innobase/ut/ut0mem.c:
Improve documentation of ut_strcpyq() and ut_memcpyq()
Diffstat (limited to 'innobase/include/ut0mem.ic')
-rw-r--r-- | innobase/include/ut0mem.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/ut0mem.ic b/innobase/include/ut0mem.ic index 3bb30a80f22..76c721112a0 100644 --- a/innobase/include/ut0mem.ic +++ b/innobase/include/ut0mem.ic @@ -49,7 +49,7 @@ ut_strcmp(const void* str1, const void* str2) } /************************************************************************** -Determine the length of a string when it is quoted with ut_strcpyq(). */ +Compute strlen(ut_strcpyq(str, q)). */ UNIV_INLINE ulint ut_strlenq( |