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
/
utils
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
Test system for MaxScale.
2014-02-07 11:06:37 +02:00
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
makefile
query_classifier.cc: query_is_parsed is now global function and can be used to check whether parsing information already exists in the buffer.
2014-08-21 22:28:23 +03:00
skygw_debug.h
Merge branch 'Z3' of
https://github.com/skysql/MaxScale
into Z3
2014-08-29 18:50:32 +03:00
skygw_types.h
query_classifier.cc: query_is_parsed is now global function and can be used to check whether parsing information already exists in the buffer.
2014-08-21 22:28:23 +03:00
skygw_utils.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
skygw_utils.h
query_classifier.cc: query_is_parsed is now global function and can be used to check whether parsing information already exists in the buffer.
2014-08-21 22:28:23 +03:00