diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-22 15:40:25 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2011-03-22 15:40:25 +0100 |
commit | 0563ff5ec5ae4d9b1967076208a18c68a724dbbb (patch) | |
tree | 8cb5055c15bdb78da5427a908ac3dac931dd3813 /client/mysqltest.cc | |
parent | dd8574288c8c974bfe055dbf60a204a7d1642080 (diff) | |
parent | efc73eca383dd32cb11bd88c7e55b9507a361e8f (diff) | |
download | mariadb-git-0563ff5ec5ae4d9b1967076208a18c68a724dbbb.tar.gz |
merge from 5.5 main
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 b8ca33982c7..4f067c54429 100644 --- a/client/mysqltest.cc +++ b/client/mysqltest.cc @@ -8017,7 +8017,7 @@ void get_command_type(struct st_command* command) save= command->query[command->first_word_len]; command->query[command->first_word_len]= 0; - type= find_type(command->query, &command_typelib, 1+2); + type= find_type(command->query, &command_typelib, FIND_TYPE_NO_PREFIX); command->query[command->first_word_len]= save; if (type > 0) { |