mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge
This commit is contained in:
commit
7ba9f0640e
1 changed files with 2 additions and 0 deletions
|
@ -529,6 +529,8 @@ public:
|
|||
store_stat_fields();
|
||||
if ((err= stat_file->ha_write_row(record[0])))
|
||||
return TRUE;
|
||||
/* Make change permanent and avoid 'table is marked as crashed' errors */
|
||||
table->file->extra(HA_EXTRA_FLUSH);
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue