mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -3218,6 +3218,8 @@ public:
|
||||
/*
|
||||
In case of a slave, set to the error code the master got when executing
|
||||
the query. 0 if no error on the master.
|
||||
The stored into variable master error code may get reset inside
|
||||
execution stack when the event turns out to be ignored.
|
||||
*/
|
||||
int slave_expected_error;
|
||||
enum_sql_command last_sql_command; // Last sql_command exceuted in mysql_execute_command()
|
||||
|
Reference in New Issue
Block a user