mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Force bitkeeper into sync
This commit is contained in:
parent
9c1ecff8ec
commit
1243abdcf2
5 changed files with 55 additions and 17 deletions
|
|
@ -2078,7 +2078,7 @@ static int save_state_mrg(File file,MRG_INFO *mrg,my_off_t new_length,
|
|||
state.checksum=crc;
|
||||
if (isam_file->s->base.keys)
|
||||
isamchk_neaded=1;
|
||||
state.changed=1; /* Force one check of table */
|
||||
state.changed=STATE_CHANGED | STATE_NOT_ANALYZED; /* Force check of table */
|
||||
DBUG_RETURN (mi_state_info_write(file,&state,1+2));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue