mariadb/storage/innobase/pars
tsmith@ramayana.hindu.god f01f1993dd Apply InnoDB snapshot innodb-5.1-ss1751.
Bug #16979: AUTO_INC lock in InnoDB works a table level lock
  Add a table level counter that tracks the number of AUTOINC locks that are
  pending and/or granted on a table. We peek at this value to determine whether
  a transaction doing a simple INSERT in innodb_autoinc_lock_mode = 1, needs to
  acquire the AUTOINC lock or not. This change is related to Bug# 16979.
Bug #27950: Duplicate entry error in auto-inc after mysqld restart
  We check whether the AUTOINC sub-system has been initialized (first) by
  holding the AUTOINC mutex and if initialization is required then we
  initialize using our normal procedure.
2007-08-25 03:55:38 -06:00
..
lexyy.c Fix (last) compiler warnings 2007-02-27 20:06:37 +02:00
make_bison.sh Applied innodb-5.1-ss475 snapshot. 2006-04-23 12:48:31 +04:00
make_flex.sh Applied innodb-5.1-ss475 snapshot. 2006-04-23 12:48:31 +04:00
pars0grm.c Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
pars0grm.h Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
pars0grm.y Applied innodb-5.1-ss660 snapshot. 2006-07-26 13:28:51 +04:00
pars0lex.l Fixed compiler warnings 2007-02-23 13:13:55 +02:00
pars0opt.c Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00
pars0pars.c Apply InnoDB snapshot innodb-5.1-ss1751. 2007-08-25 03:55:38 -06:00
pars0sym.c Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00