mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-33393 audit plugin do not report user did the action..
The '<replication_slave>' user is assigned to the slave replication thread so this name appears in the auditing logs.
This commit is contained in:
@@ -297,7 +297,8 @@ static TYPELIB tc_heuristic_recover_typelib=
|
||||
};
|
||||
|
||||
const char *first_keyword= "first";
|
||||
const char *my_localhost= "localhost", *delayed_user= "DELAYED";
|
||||
const char *my_localhost= "localhost",
|
||||
*delayed_user= "delayed", *slave_user= "<replication_slave>";
|
||||
|
||||
bool opt_large_files= sizeof(my_off_t) > 4;
|
||||
static my_bool opt_autocommit; ///< for --autocommit command-line option
|
||||
|
Reference in New Issue
Block a user