1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-19 19:03:26 +03:00
Files
mariadb/sql
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
..
2003-07-01 14:38:38 +03:00
2003-12-30 13:14:21 +02:00
2003-03-13 13:44:03 +01:00
2003-12-30 13:14:21 +02:00
2003-04-23 21:52:16 +03:00
2004-02-02 00:10:45 +02:00
2003-07-14 15:53:50 +03:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-01-28 08:38:28 +02:00
2003-06-11 20:09:37 +05:00
2003-08-20 16:25:44 +03:00
2004-01-19 23:44:39 +01:00
2003-12-16 13:20:17 +02:00
2003-01-28 08:38:28 +02:00
2003-11-02 16:38:27 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2002-11-29 16:40:18 +02:00
2003-12-30 13:14:21 +02:00
2003-11-18 17:31:17 +01:00
2003-04-23 21:52:16 +03:00
2004-02-02 00:10:45 +02:00
2003-08-20 20:16:37 +03:00
2003-12-02 21:05:40 +03:00
2003-10-29 14:23:35 +01:00