diff options
author | Monty <monty@mariadb.org> | 2018-10-09 19:08:16 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2018-12-09 20:49:05 +0200 |
commit | ae58cd6b87bf1f872093816691ebdd46bef50c7f (patch) | |
tree | 02fc330a4d1296fce819b7345eb5ef6cbc3061dd /client/mysqltest.cc | |
parent | 9207a838ededa0d5f40129848de20a2075ab0e44 (diff) | |
download | mariadb-git-ae58cd6b87bf1f872093816691ebdd46bef50c7f.tar.gz |
Simple cleanups (no logic changes)
Diffstat (limited to 'client/mysqltest.cc')
-rw-r--r-- | client/mysqltest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc index f8c4f84a385..c69b668080e 100644 --- a/client/mysqltest.cc +++ b/client/mysqltest.cc @@ -9972,7 +9972,7 @@ void do_get_replace(struct st_command *command) char *buff, *start; char word_end_chars[256], *pos; POINTER_ARRAY to_array, from_array; - DBUG_ENTER("get_replace"); + DBUG_ENTER("do_get_replace"); free_replace(); |