1
0
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:
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

@ -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;
}