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
/
query_classifier
History
Hartmut Holzgraefe
fb87f68368
consistently use DEL instead of rm in Makefiles
2014-08-17 21:02:24 +00:00
..
test
Merge branch 'develop' of
https://github.com/skysql/MaxScale
into develop
2014-07-04 11:30:14 +03:00
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
makefile
consistently use DEL instead of rm in Makefiles
2014-08-17 21:02:24 +00:00
query_classifier.cc
Bug
#468
,
http://bugs.skysql.com/show_bug.cgi?id=468
, Query classifier accessed freed thread context. If parsing fails thd doesn't need to be freed because it holds correct information about command type.
2014-08-05 13:44:04 +03:00
query_classifier.h
Query classifier can keep parse tree after the function that created it returns. Parse tree can then be queried from outside. Added skygw_query_classifier_get_stmtname which returns the name of statement, and skygw_query_classifier_free which frees mysql handle, parse tree and thread context (thd).
2014-06-24 21:45:00 +03:00