diff options
author | unknown <guilhem@gbichot4.local> | 2008-01-17 17:02:31 +0100 |
---|---|---|
committer | unknown <guilhem@gbichot4.local> | 2008-01-17 17:02:31 +0100 |
commit | 8382126a696ed74de8810701a436e8f423bda095 (patch) | |
tree | c15d116807058bd8c545006aa41669061153ce67 /storage/maria/ma_checkpoint.c | |
parent | 5b18f8106c582d413cd609e472456e8dee382489 (diff) | |
parent | 17f0738885d2f0889f0671b12fd85f47858e1f6d (diff) | |
download | mariadb-git-8382126a696ed74de8810701a436e8f423bda095.tar.gz |
ma_checkpoint.c, ma_recovery.c:
SCCS merged
ma_check.c:
Auto merged
storage/maria/ma_check.c:
Auto merged
storage/maria/ma_checkpoint.c:
SCCS merged
storage/maria/ma_recovery.c:
SCCS merged
Diffstat (limited to 'storage/maria/ma_checkpoint.c')
-rw-r--r-- | storage/maria/ma_checkpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_checkpoint.c b/storage/maria/ma_checkpoint.c index 98b302a4c62..be21ec121a5 100644 --- a/storage/maria/ma_checkpoint.c +++ b/storage/maria/ma_checkpoint.c @@ -363,7 +363,7 @@ static void flush_all_tables(int what_to_flush) { case 0: res= _ma_flush_table_files(info, MARIA_FLUSH_DATA | MARIA_FLUSH_INDEX, - FLUSH_KEEP, FLUSH_KEEP); + FLUSH_KEEP, FLUSH_KEEP); break; case 1: res= _ma_state_info_write(info->s, 1|4); |