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
ebcf4afa52f8c618386ee1e86a4dda0ca3a2537d
MaxScale
/
server
/
modules
/
protocol
History
VilhoRaatikka
ebcf4afa52
Invalid invariant in assert caused MaxScale to trap if more bytes were read than the first mysql packet contained according to the mysql packet length field. Since it is typical that session updates and mysql packets come in same transfer this check fails in correct cases as well.
...
Removed assertion.
2014-05-20 22:34:43 +03:00
..
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
httpd.c
Added support for defining a bind address in the listener config.
2014-02-06 19:04:12 +01:00
Makefile
moving files to /server to make merge possible
2013-07-28 05:31:11 +00:00
mysql_backend.c
Corrected some error messages. Added checking for protocol state in gw_MySQLWrite_backend. If protocol is in MYSQL_AUTH_FAILED state (=authentication is comleted and failed) write to backend is discarded.
2014-03-19 14:36:47 +02:00
mysql_client.c
Invalid invariant in assert caused MaxScale to trap if more bytes were read than the first mysql packet contained according to the mysql packet length field. Since it is typical that session updates and mysql packets come in same transfer this check fails in correct cases as well.
2014-05-20 22:34:43 +03:00
mysql_common.c
Bug
#425
,
http://bugs.skysql.com/show_bug.cgi?id=425
2014-05-16 17:01:10 +02:00
telnetd.c
Added support for defining a bind address in the listener config.
2014-02-06 19:04:12 +01:00