This website requires JavaScript.
Explore
Help
Register
Sign In
hcq
/
MaxScale
Watch
1
Star
0
Fork
0
You've already forked MaxScale
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
MaxScale
/
utils
History
VilhoRaatikka
20abbbdf57
query_classifier.cc:skygw_get_canonical: Fixed bug in how strings were passed to replace_literal function. Changed to use item->str_ptr which stores all strings in the same way unlike item->name in which some string values have double quotation.
...
skygw_utils.cc:Fixed regexp so that it detects literals at the end of line too.
2014-09-01 13:23:04 +03:00
..
test
Test system for MaxScale.
2014-02-07 11:06:37 +02:00
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
makefile
query_classifier.cc: query_is_parsed is now global function and can be used to check whether parsing information already exists in the buffer.
2014-08-21 22:28:23 +03:00
skygw_debug.h
Merge branch 'Z3' of
https://github.com/skysql/MaxScale
into Z3
2014-08-29 18:50:32 +03:00
skygw_types.h
query_classifier.cc: query_is_parsed is now global function and can be used to check whether parsing information already exists in the buffer.
2014-08-21 22:28:23 +03:00
skygw_utils.cc
query_classifier.cc:skygw_get_canonical: Fixed bug in how strings were passed to replace_literal function. Changed to use item->str_ptr which stores all strings in the same way unlike item->name in which some string values have double quotation.
2014-09-01 13:23:04 +03:00
skygw_utils.h
query_classifier.cc: query_is_parsed is now global function and can be used to check whether parsing information already exists in the buffer.
2014-08-21 22:28:23 +03:00