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
vasil cb4d077f15 branches/zip: Merge r5912:6112 from branches/5.1:
(after this merge the innodb-autoinc test starts to fail, but
I commit anyway because it would be easier to investigate the
failure this way)

  ------------------------------------------------------------------------
  r5952 | calvin | 2009-09-22 19:45:07 +0300 (Tue, 22 Sep 2009) | 7 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
  
  branches/5.1: fix bug#42383: Can't create table 'test.bug39438'
  
  For embedded server, MySQL may pass in full path, which is
  currently disallowed. It is needed to relax the condition by
  accepting full paths in the embedded case.
  
  Approved by: Heikki (on IM)
  ------------------------------------------------------------------------
  r6032 | vasil | 2009-10-01 15:55:49 +0300 (Thu, 01 Oct 2009) | 8 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
  
  branches/5.1:
  
  Fix Bug#38996 Race condition in ANALYZE TABLE
  
  by serializing ANALYZE TABLE inside InnoDB.
  
  Approved by:	Heikki (rb://175)
  
  ------------------------------------------------------------------------
  r6045 | jyang | 2009-10-08 02:27:08 +0300 (Thu, 08 Oct 2009) | 7 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     A /branches/5.1/mysql-test/innodb_bug47777.result
     A /branches/5.1/mysql-test/innodb_bug47777.test
  
  branches/5.1: Fix bug #47777. Treat the Geometry data same as
  Binary BLOB in ha_innobase::store_key_val_for_row(), since the
  Geometry data is stored as Binary BLOB in Innodb.
  
  Review: rb://180 approved by Marko Makela.
  
  
  ------------------------------------------------------------------------
  r6051 | sunny | 2009-10-12 07:05:00 +0300 (Mon, 12 Oct 2009) | 6 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     M /branches/5.1/mysql-test/innodb-autoinc.result
     M /branches/5.1/mysql-test/innodb-autoinc.test
  
  branches/5.1: Ignore negative values supplied by the user when calculating the
  next value to store in dict_table_t. Setting autoincrement columns top negative
  values is undefined behavior and this change should bring the behavior of
  InnoDB closer to what users expect. Added several tests to check.
  rb://162
  
  ------------------------------------------------------------------------
  r6052 | sunny | 2009-10-12 07:09:56 +0300 (Mon, 12 Oct 2009) | 4 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     M /branches/5.1/mysql-test/innodb-autoinc.result
     M /branches/5.1/mysql-test/innodb-autoinc.test
  
  branches/5.1: Reset the statement level autoinc counter on ROLLBACK. Fix
  the test results too.
  rb://164
  
  ------------------------------------------------------------------------
  r6053 | sunny | 2009-10-12 07:37:49 +0300 (Mon, 12 Oct 2009) | 6 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
     M /branches/5.1/mysql-test/innodb-autoinc.result
     M /branches/5.1/mysql-test/innodb-autoinc.test
  
  branches/5.1: Copy the maximum AUTOINC value from the old table to the new
  table when MySQL does a CREATE INDEX ON T. This is required because MySQL
  does a table copy, rename and drops the old table.
  Fix Bug#47125: auto_increment start value is ignored if an index is created and engine=innodb
  rb://168
  
  ------------------------------------------------------------------------
  r6076 | vasil | 2009-10-14 19:30:12 +0300 (Wed, 14 Oct 2009) | 4 lines
  Changed paths:
     M /branches/5.1/row/row0mysql.c
  
  branches/5.1:
  
  Fix typo.
  
  ------------------------------------------------------------------------
2009-10-29 16:15:50 +00:00
btr branches/zip: Do not write to PAGE_INDEX_ID after page creation, 2009-09-28 07:52:25 +00:00
buf branches/zip: Fix corruption of buf_pool->LRU_old and improve debug assertions. 2009-10-29 11:04:11 +00:00
data branches/zip: Add some Doxygen @return comments. 2009-05-27 05:08:43 +00:00
dict branches/zip: Merge revisions 5622:5912 from branches/5.1, except r5700 2009-09-16 08:54:43 +00:00
dyn branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00
eval branches/zip: Add some Doxygen comments for many structs, typedefs, 2009-05-26 12:28:49 +00:00
fil branches/zip: close file handle when building with UNIV_HOTBACKUP 2009-10-29 05:58:04 +00:00
fsp branches/zip: Clean up after a crash during DROP INDEX. 2009-10-01 10:24:33 +00:00
fut branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00
ha branches/zip: ha_delete(): Remove this unused function that was 2009-06-30 09:30:14 +00:00
handler branches/zip: Merge r5912:6112 from branches/5.1: 2009-10-29 16:15:50 +00:00
ibuf branches/zip: ibuf_dummy_index_free(): Beautify the comment. 2009-06-30 08:10:01 +00:00
include branches/zip: consideration for icc compilers 2009-10-29 14:21:15 +00:00
lock branches/zip: Address Issue #350 in comments. 2009-09-28 11:46:02 +00:00
log branches/zip: recv_no_log_write: New debug flag for tracking down 2009-09-30 12:55:23 +00:00
mach branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00
mem branches/zip: When building HotBackup srv_use_sys_malloc is #ifdef out. We 2009-08-14 05:16:24 +00:00
mtr branches/zip: recv_no_log_write: New debug flag for tracking down 2009-09-30 12:55:23 +00:00
mysql-test branches/zip: Merge r5912:6112 from branches/5.1: 2009-10-29 16:15:50 +00:00
os branches/zip: In os_mem_alloc_large(), if we fail to attach 2009-10-29 08:37:32 +00:00
page branches/zip: Do not write to PAGE_INDEX_ID after page creation, 2009-09-28 07:52:25 +00:00
pars branches/zip: Add some Doxygen comments for many structs, typedefs, 2009-05-26 12:28:49 +00:00
que branches/zip: que_graph_try_free(): Unused, remove. 2009-06-30 10:19:49 +00:00
read branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00
rem branches/zip: remove duplicate "the" in comments. 2009-08-06 22:04:03 +00:00
row branches/zip: Merge r5912:6112 from branches/5.1: 2009-10-29 16:15:50 +00:00
scripts branches/zip: scripts/install_innodb_plugins_win.sql: New script, 2008-10-31 12:21:43 +00:00
srv branches/zip: backport r3848 from 6.0 branch 2009-10-27 22:05:52 +00:00
sync branches/zip: Avoid bogus messages about latching order violations when 2009-09-15 07:29:00 +00:00
thr branches/zip: remove duplicate "the" in comments. 2009-08-06 22:04:03 +00:00
trx branches/zip: non-functional changes 2009-09-30 19:32:02 +00:00
usr branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00
ut branches/zip: 2009-09-12 06:30:08 +00:00
ChangeLog branches/zip: Fix corruption of buf_pool->LRU_old and improve debug assertions. 2009-10-29 11:04:11 +00:00
CMakeLists.txt branches/zip: adjust CMake file to work with old versions of MySQL 2009-09-22 14:17:01 +00:00
compile-innodb branches/zip: 2009-02-17 10:30:55 +00:00
compile-innodb-debug branches/zip: 2009-02-17 10:30:55 +00:00
COPYING branches/zip: 2009-02-17 07:06:07 +00:00
COPYING.Google branches/zip: 2009-02-20 21:29:32 +00:00
COPYING.Percona branches/zip: add COPYING files for Percona and Sun Micro. 2009-07-06 21:36:35 +00:00
COPYING.Sun_Microsystems branches/zip: add COPYING files for Percona and Sun Micro. 2009-07-06 21:36:35 +00:00
Doxyfile branches/zip: buf0buf.h, Doxyfile: Fix the Doxygen translation. 2009-05-27 06:57:25 +00:00
ha_innodb.def branches/zip: ChangeLog, ha_innodb.def: Set svn:eol-style native 2008-10-30 10:46:21 +00:00
Makefile.am branches/zip: Makefile.am (INCLUDES): Merge a change from MySQL: 2009-10-29 10:44:57 +00:00
plug.in branches/zip: 2009-09-14 08:17:18 +00:00
revert_gen.sh branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
setup.sh branches/zip: 2009-02-26 07:21:20 +00:00