mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
3b0c7ac1f9
142 changed files with 383 additions and 286 deletions
|
|
@ -56,7 +56,7 @@
|
|||
meta file is first opened it is marked as dirty. It is opened when the table
|
||||
itself is opened for writing. When the table is closed the new count for rows
|
||||
is written to the meta file and the file is marked as clean. If the meta file
|
||||
is opened and it is marked as dirty, it is assumed that a crash occured. At
|
||||
is opened and it is marked as dirty, it is assumed that a crash occurred. At
|
||||
this point an error occurs and the user is told to rebuild the file.
|
||||
A rebuild scans the rows and rewrites the meta file. If corruption is found
|
||||
in the data file then the meta file is not repaired.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue