Alexey Botchkov
|
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 |
|
Sergei Golubchik
|
d61e5260fb
|
MDEV-10441 Document the server_audit_loc_info variable
fix PLUGIN_VAR_NOSYSVAR | PLUGIN_VAR_NOCMDOPT plugin thdvars to work.
use that for server_audit_loc_info
|
2016-09-26 17:48:08 +02:00 |
|
Sergei Golubchik
|
c73b987e73
|
MDEV-8328 Evaluation of two "!" operators depends on space in beetween
fix the lexer to backtrack when parsing
"<=", "<>", "!=", ">=", "<<", ">>", "<=>".
|
2016-06-14 13:59:55 +02:00 |
|
Alexey Botchkov
|
fe4823d28e
|
MDEV-9106 Audit plugin doesnt run with MySQL 5.7.
updata thread_pool_server_audit test result.
|
2016-01-13 18:02:44 +04:00 |
|
Alexey Botchkov
|
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 |
|