skygw_utils.cc:replace_literal: Fixed regular expression which, for example, accepted "200" with needle "2"

query_classifier.cc: fixed invalid argument list in logging command.
input.sql: added a few previously failed cases for canonical query test
This commit is contained in:
VilhoRaatikka
2014-08-26 11:08:05 +03:00
parent fd125f4a42
commit 69104d7dee
3 changed files with 5 additions and 2 deletions

View File

@ -672,7 +672,6 @@ static skygw_query_type_t resolve_query_type(
"%lu [resolve_query_type] "
"functype FUNC_SP, stored proc "
"or unknown function.",
"%s:%s",
pthread_self())));
break;
case Item_func::UDF_FUNC: