query_classifier: implemented skygw_get_canonical which returns a copy of original string with given substrings being replaced with questionmarks.

skygw_utils.cc: added string replacement function for use of skygw_get_canonical
This commit is contained in:
VilhoRaatikka
2014-08-18 14:19:46 +03:00
parent 087c4720bb
commit 544e64a301
4 changed files with 114 additions and 2 deletions

View File

@ -60,6 +60,8 @@ skygw_query_type_t skygw_query_classifier_get_type(
/** Free THD context and close MYSQL */
void skygw_query_classifier_free(MYSQL* mysql);
char* skygw_query_classifier_get_stmtname(MYSQL* mysql);
char* skygw_get_canonical(MYSQL* mysql, char* querystr);
EXTERN_C_BLOCK_END