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
cbefda651774f2a9df10e836730f1d9767ac88ce
MaxScale
/
query_classifier
History
VilhoRaatikka
b40a1a9ed8
Merge branch 'develop' of
https://github.com/skysql/MaxScale
into develop
2014-07-04 11:30:14 +03: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
Test system for MaxScale.
2014-02-07 11:06:37 +02:00
query_classifier.cc
Support for prepared statement, namely support for following comands : COM_STMT_PREPARE, COM_STMT_EXECUTE, COM_STMT_SEND_LONG_DATA, COM_STMT_RESET, COM_STMT_CLOSE, SQLCOM_PREPARE, SQLCOM_EXECUTE, SQLCOM_DEALLOCATE_PREPARE (DEALLOCATE/DROP PREPARE stmt).
2014-06-25 17:15:46 +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