Mark Riddoch
43ed77b52b
Bug 515 Conditional arguemnt to gw_write
2014-11-19 16:43:21 +00:00
MassimilianoPinto
ac2811394e
Removed compile warning for setipaddress
...
Removed compile warning for setipaddress
2014-10-23 17:49:59 +02:00
Mark Riddoch
5721df5176
Add initial file number
...
Fix for short binlog file names in rotate
Socket buffering changes
2014-09-19 13:40:38 +01:00
Mark Riddoch
f3d32087d8
Performance improvement or streaming large result sets.
...
-bash-4.1$ time mysql -h 127.0.0.1 -P4007 -umassi -pmassi information_schema -q -e "select * from engines a, engines b, engines c, engines d, engines e;" > /dev/null
real 1m16.137s
user 0m0.660s
sys 0m0.392s
-bash-4.1$ time mysql -h 127.0.0.1 -P4007 -umassi -pmassi information_schema -q -e "select * from engines a, engines b, engines c, engines d, engines e;" > /dev/null
real 0m0.980s
user 0m0.944s
sys 0m0.027s
2014-09-16 12:37:57 +01:00
VilhoRaatikka
c356b396a6
Merge branch 'SESvars' of https://github.com/skysql/MaxScale into SESvars
...
Conflicts:
server/core/dcb.c
server/core/poll.c
server/modules/include/mysql_client_server_protocol.h
server/modules/routing/readwritesplit/readwritesplit.c
2014-03-18 10:28:06 +02:00
VilhoRaatikka
c28892323a
Added support for session commands to readwrite split router.
...
Added support for multi-statement packets.
This is an intermediate commit to save work. Code is not cleaned and there are debug prints and prototypes to be removed.
2014-03-07 20:53:33 +02:00
MassimilianoPinto
9b6ad904f6
MySQL authentication with user@host, resolved compile errors
...
MySQL authentication with user@host, resolved compile errors
2014-02-14 17:27:17 +01:00
Mark Riddoch
1742372dd5
Added support for defining a bind address in the listener config.
...
Also removed some compilation warnings.
See Bugzilla bug 150
2014-02-06 19:04:12 +01:00
vraatikka
8bf73ea154
Replaced write system function with wrapper gw_write. It allows for generating failures by using telnet commands, fail backendfd, fail clientfd, which are available in debug build only.
2013-09-17 00:07:56 +03:00
Massimiliano Pinto
8f98ae4751
Removed old mysql protocol files
2013-09-04 15:53:51 +02:00
vraatikka
f2f119f692
Removed some dead code
2013-08-28 23:08:51 +03:00
Timofey Turenko
a7c82310f9
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00