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
46ad53695eaaffe6df258536ea6d3e272f363d5f
MaxScale
/
query_classifier
History
VilhoRaatikka
0fed5c2c5b
Fix to bug
#510
,
http://bugs.skysql.com/show_bug.cgi?id=510
, made every MaxScale thread to call mysql_thread_init() before entering poll_waitevents. Also main thread does this before starting services. Removed all calls to mysql_thread_init() and to mysql_thread_end() from elsewhere than from poll.c:poll_waitevents and from gateway.c:main
...
skygw_utils.cc: replace_literal: fixed memory leak
2014-09-01 19:37:31 +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
Fix to bug
#510
,
http://bugs.skysql.com/show_bug.cgi?id=510
, made every MaxScale thread to call mysql_thread_init() before entering poll_waitevents. Also main thread does this before starting services. Removed all calls to mysql_thread_init() and to mysql_thread_end() from elsewhere than from poll.c:poll_waitevents and from gateway.c:main
2014-09-01 19:37:31 +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