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
Files
20abbbdf572faf085340fae5c3d33f1e99fa609e
MaxScale
/
query_classifier
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
Added expected results for missing queries.
2014-08-26 11:14:51 +03:00
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
makefile
Added rule version.h: $(ROOT_PATH)/VERSION
2014-08-29 11:37:41 +03:00
query_classifier.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
query_classifier.h
Fix to bug
http://bugs.skysql.com/show_bug.cgi?id=488
. SHOW VARIABLES was treated as if it was session write command. Instead it is a read-only query. Changed to route that to master.
2014-08-31 22:56:30 +03:00