9854fb6fa7
MDEV-31003: Second execution for ps-protocol
...
This patch adds for "--ps-protocol" second execution
of queries "SELECT".
Also in this patch it is added ability to disable/enable
(--disable_ps2_protocol/--enable_ps2_protocol) second
execution for "--ps-prototocol" in testcases.
2023-07-26 17:15:00 +07:00
e890711279
Fixed ps-protocol thread_pool_server_audit failure
...
By applying 7bd258c
.
2019-03-26 00:56:41 +04:00
c64a697bba
MDEV-13921 Audit log writes invalid SQL if single-line comments are
...
present.
thread_pool_server_audit.test fixed.
plugin version updated.
2017-11-03 22:36:58 +04:00
1707cfc9ef
MDEV-8211 plugins.server_audit fails sporadically in buildbot.
...
More fixes to assure the order of queries in the log.
2015-06-08 21:55:52 +05:00
87088b91f7
MDEV-8211 plugins.server_audit fails sporadically in buildbot.
...
This test also should be fixed - delay added so the connection
event doesn't happen before the query.
2015-06-08 21:44:13 +05:00
69ed429aff
MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to audit plugin.
...
The MYSQL_AUDIT_NOTIFY_CONNECTION_CONNECT() call moved to the login_connection()
function. So that it'll be invoked in any thread handling mode.
2015-06-08 12:09:13 +05:00