diff options
author | monty@mysql.com <> | 2003-11-02 15:55:02 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-11-02 15:55:02 +0200 |
commit | 4668b54837f3cd0a4ee71b16841c41a6bdc44c06 (patch) | |
tree | cb9bb7181d68f8c4f3d892367e08536d2f609a19 /mysys/Makefile.am | |
parent | 2ec94ade8feee8e4e971fcc37920785a6f22413c (diff) | |
download | mariadb-git-4668b54837f3cd0a4ee71b16841c41a6bdc44c06.tar.gz |
Call my_sync() after all data is written to .frm file
Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index a927fa5e3a0..5dc54817fd7 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -47,7 +47,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\ my_delete.c my_rename.c my_redel.c my_tempnam.c \ my_chsize.c my_lread.c my_lwrite.c my_clock.c \ my_quick.c my_lockmem.c my_static.c \ - my_getopt.c my_mkdir.c \ + my_sync.c my_getopt.c my_mkdir.c \ default.c my_compress.c checksum.c raid.cc \ my_net.c my_semaphore.c my_port.c my_sleep.c \ my_vsnprintf.c charset.c my_bitmap.c my_bit.c md5.c \ |