1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

cleanup: remove thd->stmt_changes_data

what is done in the plugin - stays in the plugin
This commit is contained in:
Sergei Golubchik
2024-05-07 20:38:34 +02:00
parent 3781848bca
commit 869e67c92f
5 changed files with 5 additions and 11 deletions

View File

@@ -2122,7 +2122,6 @@ public:
bool last_insert_id_used;
bool in_stored_procedure;
bool do_union;
bool stmt_changes_data;
enum enum_check_fields count_cuted_fields;
};
@@ -3863,7 +3862,6 @@ public:
See comment above regarding transaction_isolation.
*/
bool tx_read_only;
bool stmt_changes_data;
enum_check_fields count_cuted_fields;
DYNAMIC_ARRAY user_var_events; /* For user variables replication */
@@ -3998,7 +3996,7 @@ public:
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()
enum_sql_command last_sql_command; // Last sql_command executed in mysql_execute_command()
sp_rcontext *spcont; // SP runtime context