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 c0368cd820 branches/zip: Merge r6198:6206 from branches/5.1:
(r6203 was skipped as it is already in branches/zip)

  ------------------------------------------------------------------------
  r6200 | vasil | 2009-11-19 12:14:23 +0200 (Thu, 19 Nov 2009) | 4 lines
  Changed paths:
     M /branches/5.1/btr/btr0btr.c
  
  branches/5.1:
  
  White space fixup - indent under the opening (
  
  ------------------------------------------------------------------------
  r6203 | jyang | 2009-11-19 15:12:22 +0200 (Thu, 19 Nov 2009) | 8 lines
  Changed paths:
     M /branches/5.1/btr/btr0btr.c
  
  branches/5.1: Use btr_free_root() instead of fseg_free() for
  the fix of bug #48469, because fseg_free() is not defined
  in the zip branch. And we could save one mini-trasaction started
  by fseg_free().
  
  Approved by Marko.
  
  
  ------------------------------------------------------------------------
  r6205 | jyang | 2009-11-20 07:55:48 +0200 (Fri, 20 Nov 2009) | 11 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
  
  branches/5.1: Add a special case to handle the Duplicated Key error
  and return DB_ERROR instead. This is to avoid a possible SIGSEGV
  by mysql error handling re-entering the storage layer for dup key
  info without proper table handle.
  This is to prevent a server crash when error situation in bug
  #45961 "DDL on partitioned innodb tables leaves data dictionary
  in an inconsistent state" happens.
  
  rb://157 approved by Sunny Bains.
  
  
  ------------------------------------------------------------------------
  r6206 | jyang | 2009-11-20 09:38:43 +0200 (Fri, 20 Nov 2009) | 5 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
  
  branches/5.1: Fix a minor code formating issue for 
  the parenthesis iplacement of the if condition in
  rename_table().
  
  
  ------------------------------------------------------------------------
2009-11-20 08:19:14 +00:00
btr branches/zip: Function fseg_free() is no longer defined 2009-11-19 13:01:00 +00:00
buf
data branches/zip: Merge r6159:6198 from branches/5.1: 2009-11-19 10:10:12 +00:00
dict branches/zip: dict_index_too_big_for_undo(): Correct a typo. 2009-11-04 13:24:28 +00:00
dyn
eval
fil
fsp
fut
ha
handler branches/zip: Merge r6198:6206 from branches/5.1: 2009-11-20 08:19:14 +00:00
ibuf
include branches/zip: 2009-11-19 07:24:45 +00:00
lock
log
mach
mem
mtr
mysql-test branches/zip: Report duplicate table names 2009-11-17 14:44:20 +00:00
os branches/zip: Merge r6152:6159 from branches/5.1: 2009-11-11 13:33:49 +00:00
page
pars
que
read
rem
row branches/zip: Report duplicate table names 2009-11-17 14:44:20 +00:00
scripts
srv
sync
thr
trx
usr
ut
ChangeLog branches/zip: Merge r6159:6198 from branches/5.1: 2009-11-19 10:10:12 +00:00
CMakeLists.txt branches/zip: merge the fix of bug#48317 (CMake file) 2009-11-19 07:32:55 +00:00
compile-innodb
compile-innodb-debug
COPYING
COPYING.Google
COPYING.Percona
COPYING.Sun_Microsystems
Doxyfile
ha_innodb.def
Makefile.am
plug.in
revert_gen.sh
setup.sh