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
/
server
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
..
core
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
include
Merge branch 'Z3' of
https://github.com/skysql/MaxScale
into Z3
2014-08-29 18:50:32 +03:00
inih
Updated gitignore files
2014-02-05 14:49:05 +01:00
modules
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
test
tests for hints and changes in makefiles and configuration files to enable testing them through 'make testall'
2014-08-08 13:19:23 +03:00
Makefile
consistently use DEL instead of rm in Makefiles
2014-08-17 21:02:24 +00:00
MaxScale_template.cnf
30s is now the default value for replication lag
2014-08-04 17:10:25 +02:00