mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-259 audit plugin does not see sub-statements
This commit is contained in:
@ -12,10 +12,17 @@ install plugin audit_null soname 'adt_null';
|
||||
select 1;
|
||||
--error 1054
|
||||
select foobar;
|
||||
|
||||
show status like 'audit_null%';
|
||||
|
||||
create procedure au1(x char(16)) select concat("test1", x);
|
||||
call au1("-12");
|
||||
|
||||
show status like 'audit_null%';
|
||||
|
||||
uninstall plugin audit_null;
|
||||
--enable_ps_protocol
|
||||
|
||||
drop procedure au1;
|
||||
set global general_log=@old_global_general_log;
|
||||
|
||||
|
Reference in New Issue
Block a user