mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Automatic merge
This commit is contained in:
commit
c9e969b62d
10 changed files with 75 additions and 32 deletions
|
|
@ -273,6 +273,7 @@ typedef struct st_maria_file_bitmap
|
|||
typedef struct st_maria_share
|
||||
{ /* Shared between opens */
|
||||
MARIA_STATE_INFO state;
|
||||
MARIA_STATE_INFO checkpoint_state; /* Copy of saved state by checkpoint */
|
||||
MARIA_BASE_INFO base;
|
||||
MARIA_STATE_HISTORY *state_history;
|
||||
MARIA_KEYDEF ft2_keyinfo; /* Second-level ft-key definition */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue