mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Slightly amended Monty's SP replication code cleanup patch
This commit is contained in:
@ -1350,13 +1350,6 @@ public:
|
||||
long long_value;
|
||||
} sys_var_tmp;
|
||||
|
||||
/*
|
||||
If true, thd->query is not a suitable query to write to binary log. This
|
||||
is not handled everywhere currently - we check it only in statements
|
||||
that can have SP variable references.
|
||||
*/
|
||||
bool query_str_binlog_unsuitable;
|
||||
|
||||
struct {
|
||||
/*
|
||||
If true, mysql_bin_log::write(Log_event) call will not write events to
|
||||
|
Reference in New Issue
Block a user