mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Automatic repair of MyISAM tables + portability fixes
This commit is contained in:
@ -92,6 +92,7 @@ struct st_table {
|
||||
my_bool db_low_byte_first; /* Portable row format */
|
||||
my_bool locked_by_flush;
|
||||
my_bool locked_by_name;
|
||||
my_bool crashed;
|
||||
Field *next_number_field, /* Set if next_number is activated */
|
||||
*found_next_number_field, /* Set on open */
|
||||
*rowid_field;
|
||||
|
Reference in New Issue
Block a user