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
5251244ddd06a478daad6316d286cd45b2f1a1a9
MaxScale
/
query_classifier
History
Mark Riddoch
5251244ddd
Fix missing argument to skygw_query_classifier_get_type in test code
2014-07-04 08:44:42 +01:00
..
test
Fix missing argument to skygw_query_classifier_get_type in test code
2014-07-04 08:44:42 +01: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