mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -704,6 +704,10 @@ bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds,
|
||||
{
|
||||
table->use_all_columns();
|
||||
table->rpl_write_set= table->write_set;
|
||||
// Initialize autoinc.
|
||||
// We don't set next_number_field here, as it is handled manually.
|
||||
if (table->found_next_number_field)
|
||||
table->file->info(HA_STATUS_AUTO);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user