MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
sunny f9c42d81e7 branches/zip:
Merge revisions 2837:2852 from branches/5.1:

  ------------------------------------------------------------------------
  r2849 | sunny | 2008-10-22 12:01:18 +0300 (Wed, 22 Oct 2008) | 8 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     M /branches/5.1/include/row0mysql.h
     M /branches/5.1/row/row0mysql.c
  
  branches/5.1: Return the actual error code encountered when allocating
  a new autoinc value. The change in behavior (bug) was introduced in 5.1.22
  when we introduced the new AUTOINC locking model.
  
  rb://31
  
  Bug#40224 New AUTOINC changes mask reporting of deadlock/timeout errors
  
  ------------------------------------------------------------------------
  r2852 | sunny | 2008-10-23 01:42:24 +0300 (Thu, 23 Oct 2008) | 9 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     M /branches/5.1/handler/ha_innodb.h
  
  branches/5.1: Backport r2724 from branches/zip
  
  Check column value against the col max value before updating the table's
  global autoinc counter value. This is part of simplifying the AUTOINC
  sub-system. We extract the type info from MySQL data structures at runtime.
  
  This fixes Bug#37788 InnoDB Plugin: AUTO_INCREMENT wrong for compressed tables
  
  
  ------------------------------------------------------------------------
2008-10-23 05:29:46 +00:00
btr branches/zip: When the server crashes while freeing an externally stored 2008-10-15 10:27:42 +00:00
buf branches/zip: Merge revisions 2722:2744 from branches/5.1: 2008-10-09 08:48:58 +00:00
data
dict branches/zip: Skip the undo log size check on REDUNDANT and COMPACT tables. 2008-10-16 05:41:13 +00:00
dyn
eval
fil
fsp
fut
ha
handler branches/zip: 2008-10-23 05:29:46 +00:00
ibuf branches/zip: ibuf_insert_to_index_page(): Discard the local variable block. 2008-10-22 09:52:12 +00:00
include branches/zip: 2008-10-23 05:29:46 +00:00
lock
log
mach
mem
mtr
mysql-test branches/zip: 2008-10-23 05:29:46 +00:00
os
page branches/zip: When invoking page_zip_copy_recs(), update the lock table 2008-10-15 06:32:40 +00:00
pars
que
read
rem branches/zip: rec_convert_dtuple_to_rec_comp(): Relax a too tight assertion. 2008-10-20 05:58:01 +00:00
row branches/zip: 2008-10-23 05:29:46 +00:00
scripts
srv branches/zip: fix Mantis issue #96 Problem compiling ha_innodb.cc 2008-10-14 15:14:47 +00:00
sync
thr
trx
usr
ut
ChangeLog
CMakeLists.txt
compile-innodb
compile-innodb-debug
Makefile.am
plug.in
revert_gen.sh
setup.sh