summaryrefslogtreecommitdiff
path: root/storage/maria/ma_checkpoint.c
diff options
context:
space:
mode:
authorunknown <guilhem@gbichot4.local>2008-01-17 17:02:31 +0100
committerunknown <guilhem@gbichot4.local>2008-01-17 17:02:31 +0100
commit8382126a696ed74de8810701a436e8f423bda095 (patch)
treec15d116807058bd8c545006aa41669061153ce67 /storage/maria/ma_checkpoint.c
parent5b18f8106c582d413cd609e472456e8dee382489 (diff)
parent17f0738885d2f0889f0671b12fd85f47858e1f6d (diff)
downloadmariadb-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.c2
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);