mariadb/mysys
unknown ec76183bec Added new option --sync-frm / --skip-sync-frm
Marked --bdb-no-sync as deprecated
Added --sync-bdb-logs / --disable-sync-bdb-logs as a synonym / alternative.


mysys/my_getopt.c:
  Changed my_getopt so that disabled_my_option can be used for
  GET_BOOL type options too.
sql/mysql_priv.h:
  Added opt_sync_frm
sql/mysqld.cc:
  Added sync-frm / disable-sync-frm to mysqld, to be able to disable
  use of my_sync() (fsync()). This defaults to behavior in 4.0.16
  and before, where creating of new tables is quicker than currently.
  This option is enabled by default.
  
  Marked --bdb-no-sync as deprecated option and added another one,
  --sync-bdb-logs besides. --bdb-no-sync and --disabled-sync-bdb-logs
  are now synonyms.
sql/unireg.cc:
  One can disable my_sync() by using --disable-sync-frm
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-02-03 18:10:45 +00:00
..
.cvsignore
array.c
ChangeLog
charset.c Added checking of return value from my_once_alloc() in charset 2003-12-10 00:00:20 +02: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 Fix for service names on windows; Now we always put the service name last when we create a service 2003-11-17 13:06:32 +02:00
mf_loadpath.c
mf_pack.c Fixed a possible memory leak on MacOSX when using the shared libmysql.so library (Bug #2061) 2003-12-11 06:24:08 +02:00
mf_path.c
mf_qsort.c
mf_qsort2.c
mf_radix.c
mf_same.c
mf_sort.c
mf_soundex.c
mf_strip.c
mf_tempfile.c
mf_unixpath.c
mf_util.c
mf_wcomp.c
mf_wfile.c
mulalloc.c
my_aes.c
my_alarm.c
my_alloc.c Proposed (version #2) fix for bug #1948: 2004-02-02 23:01:58 +03:00
my_append.c
my_bit.c
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
my_compress.c
my_copy.c
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 Added new option --sync-frm / --skip-sync-frm 2004-02-03 18:10:45 +00:00
my_getwd.c
my_init.c Fixed a possible memory leak on MacOSX when using the shared libmysql.so library (Bug #2061) 2003-12-11 06:24:08 +02:00
my_lib.c Fix for Bug #1952 2003-12-12 03:39:29 +03:00
my_lock.c
my_lockmem.c
my_lread.c
my_lwrite.c
my_malloc.c
my_messnc.c
my_mkdir.c
my_net.c
my_netware.c
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
my_os2dirsrch.c
my_os2dirsrch.h
my_os2dlfcn.c
my_os2dlfcn.h0
my_os2file64.c
my_os2mutex.c
my_os2thread.c
my_os2tls.c
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
my_rename.c
my_seek.c
my_semaphore.c
my_sleep.c
my_static.c
my_static.h
my_symlink.c Portability fixes (mostly test suite) 2003-12-16 13:20:17 +02:00
my_symlink2.c Fix autoincrement for signed columns (Bug #1366) 2003-12-12 22:26:58 +02:00
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
my_thr_init.c typo fixed PPTHREAD -> PTHREAD 2004-01-16 21:01:58 +03:00
my_vsnprintf.c
my_wincond.c
my_winsem.c
my_winthread.c
my_write.c
mysys_priv.h
ptr_cmp.c
queues.c Updated comments 2003-10-15 16:55:24 +03:00
raid.cc
raid2.c
rijndael.c
safemalloc.c
sha1.c
string.c
test_charset.c
test_dir.c
test_fn.c
testhash.c
thr_alarm.c Merge with 3.23 (only comment changes) 2003-11-17 16:16:56 +02:00
thr_lock.c
thr_mutex.c
thr_rwlock.c
tree.c
typelib.c