mariadb/mysys
monty@mysql.com 4668b54837 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.
2003-11-02 15:55:02 +02:00
..
.cvsignore
array.c
ChangeLog
charset.c Safety fix to detect multiple calls to my_thread_end() 2003-10-16 20:55:15 +03:00
checksum.c
COPYING.LIB
default.c Code cleanup of new patches 2003-09-23 17:06:44 +03:00
errors.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
hash.c
list.c
make-ccc
make-conf.c
Makefile.am Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
md5.c
mf_brkhant.c
mf_cache.c
mf_casecnv.c
mf_dirname.c Code cleanup of new patches 2003-09-23 17:06:44 +03:00
mf_fn_ext.c
mf_format.c Review of changesets since last pull. 2003-08-07 20:16:37 +03:00
mf_getdate.c
mf_iocache.c Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we write 2003-08-19 17:00:36 +02:00
mf_iocache2.c
mf_keycache.c Better fix for myisamchk --sort-index on windows 2003-08-25 17:19:44 +03:00
mf_loadpath.c
mf_pack.c Simple code cleanup 2003-06-23 20:05:54 +03:00
mf_path.c Changes from Novell for NetWare platform 2003-04-24 20:48:54 -04:00
mf_qsort.c
mf_qsort2.c
mf_radix.c
mf_same.c
mf_sort.c
mf_soundex.c
mf_strip.c
mf_tempfile.c Fixes for Netware 2003-01-28 08:38:28 +02:00
mf_unixpath.c
mf_util.c
mf_wcomp.c
mf_wfile.c
mulalloc.c
my_aes.c
my_alarm.c
my_alloc.c Changed thd variables max_join_size and select_limit to type ha_rows. 2002-12-20 14:58:27 +02:00
my_append.c
my_bit.c count_bits() moved to mysys/ 2003-05-04 18:43:07 +02:00
my_bitmap.c
my_chsize.c Better fix for CREATE TABLE IF NOT EXISTS ... SELECT 2003-10-15 21:41:13 +03:00
my_clock.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_compress.c Added support for max_allowed_packet in option files read by mysql_option() 2003-01-04 15:17:16 +02:00
my_copy.c Merge with 3.23 to get fixes for --user and BACKUP TABLE 2003-03-10 12:48:43 +02:00
my_create.c
my_delete.c
my_div.c
my_dup.c
my_error.c
my_fopen.c
my_fstream.c
my_gethostbyname.c
my_getopt.c vio ssl structure renames (to get rid of ending _) 2003-08-27 02:51:39 +03:00
my_getwd.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_init.c Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC 2003-03-21 16:45:39 -05:00
my_lib.c Simple fixes (nothing notable) 2003-03-12 01:40:06 +02:00
my_lock.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_lockmem.c
my_lread.c
my_lwrite.c
my_malloc.c
my_messnc.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_mkdir.c
my_net.c
my_netware.c Fixed multi-table-delete for InnoDB tables 2003-02-17 02:14:37 +02:00
my_new.cc fix for bug #1634 '"operator new" in my_new wastes memory' 2003-10-30 12:25:15 +03:00
my_once.c
my_open.c
my_os2cond.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2dirsrch.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2dirsrch.h Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2dlfcn.c
my_os2dlfcn.h0
my_os2file64.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2mutex.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2thread.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2tls.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_port.c
my_pread.c
my_pthread.c Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
my_quick.c
my_read.c
my_realloc.c
my_redel.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_rename.c
my_seek.c Fix for UNION and LEFT JOIN (Bug #386) 2003-05-13 18:58:26 +03:00
my_semaphore.c more #ifdef THREAD added 2003-04-30 12:32:43 +02:00
my_sleep.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_static.c Changed safemalloc structure to not have to be 8 byte aligned. (Portability problem) 2003-06-12 22:39:45 +03:00
my_static.h Changed safemalloc structure to not have to be 8 byte aligned. (Portability problem) 2003-06-12 22:39:45 +03:00
my_symlink.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
my_symlink2.c
my_sync.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
my_tempnam.c Portability fix for IBM compiler on AIX 2003-03-07 01:00:58 +02:00
my_thr_init.c Safety fix to detect multiple calls to my_thread_end() 2003-10-16 20:55:15 +03:00
my_vsnprintf.c Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0 2003-04-03 13:08:28 +03:00
my_wincond.c
my_winsem.c
my_winthread.c
my_write.c
mysys_priv.h Fixes for Netware 2003-01-28 08:38:28 +02:00
ptr_cmp.c
queues.c Updated comments 2003-10-15 16:55:24 +03:00
raid.cc Safety fix to enable RAID in max binaries 2003-05-13 10:54:07 +03:00
raid2.c
rijndael.c
safemalloc.c Fixed memory overrun when doing REPAIR on table with multi-part auto_increment key where one part was a packed CHAR 2003-07-18 04:04:24 +03:00
sha1.c
string.c
test_charset.c
test_dir.c
test_fn.c
testhash.c
thr_alarm.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
thr_lock.c Removed wrong "Found lock of type # that is write and read locked" warnings. 2003-07-18 04:37:37 +03:00
thr_mutex.c Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC 2003-03-21 16:45:39 -05:00
thr_rwlock.c
tree.c Fixed memory allocation in Unique to not allocate too much memory 2003-06-26 07:56:55 +03:00
typelib.c