mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: remove thd->stmt_changes_data
what is done in the plugin - stays in the plugin
This commit is contained in:
@ -5288,7 +5288,6 @@ void handler::mark_trx_read_write_internal()
|
||||
if (table_share == NULL || table_share->tmp_table == NO_TMP_TABLE)
|
||||
ha_info->set_trx_read_write();
|
||||
}
|
||||
thd->stmt_changes_data= 1;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user