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
heikki 1df9d00887 Merge r1046 from branches/5.0:
branches/5.0: trx_rollback_for_mysql(): Ensure that trx->sess is non-NULL
when calling trx_general_rollback_for_mysql().  This removes a segmentation
fault when rolling back a prepared transaction in XA recovery.  (Bug #21468)
2006-11-23 12:55:55 +00:00
btr btr_lift_page_up(): Set new page levels in all ancestor pages, not just 2006-10-19 10:43:14 +00:00
buf buf_page_init_for_read(): Correct the indentation. 2006-11-23 12:25:51 +00:00
data Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
dict Do not break the latching order in TRUNCATE TABLE. 2006-10-30 13:15:46 +00:00
dyn Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
eval Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
fil fil_flush_file_spaces(): Copy the system->unflushed_spaces list to an 2006-11-08 13:33:24 +00:00
fsp Split long lines with [] operators better. 2006-09-20 06:41:30 +00:00
fut Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
ha Port r1034 from branches/zip: Remove some instrumentation and reduce 2006-11-21 13:56:18 +00:00
handler Port r1034 from branches/zip: Remove some instrumentation and reduce 2006-11-21 13:56:18 +00:00
ibuf Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
include Port r1034 from branches/zip: Remove some instrumentation and reduce 2006-11-21 13:56:18 +00:00
lock Remove duplicate printing of row lock counts in SHOW INNODB STATUS, and in 2006-11-10 10:39:00 +00:00
log Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
mach Style cleanups: Convert spaces to tabs, remove trailing whitespace, other 2006-02-21 12:37:54 +00:00
mem mem0dbg.c: Enclose some more function definitions in #ifdef UNIV_MEM_DEBUG. 2006-10-10 09:58:47 +00:00
mtr mtr_print(), mtr_memo_contains(): Disable unless #ifdef UNIV_DEBUG. 2006-09-26 07:08:48 +00:00
mysql-test Merge changes from MySQL AB to innodb_mysql.result. 2006-11-09 16:50:10 +00:00
os Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
page Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
pars Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
que Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
read Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
rem Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
row Port r983 from branches/zip: Enclose some more debug code in 2006-11-21 13:53:48 +00:00
srv Port r983 from branches/zip: Enclose some more debug code in 2006-11-21 13:53:48 +00:00
sync Port r1034 from branches/zip: Remove some instrumentation and reduce 2006-11-21 13:56:18 +00:00
thr Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
trx Merge r1046 from branches/5.0: 2006-11-23 12:55:55 +00:00
usr Fix wrong placement of static keyword in a few places. 2006-02-23 11:35:28 +00:00
ut dict_print_info_on_foreign_key_in_create_format(): Use ut_print_name() 2006-10-18 11:24:58 +00:00
CMakeLists.txt Move ha_innodb.cc and ha_innodb.h from sql to storage/innobase/handler. 2006-09-11 08:51:46 +00:00
compile-innodb compile-innodb, compile-innodb-debug: 2006-08-31 09:36:45 +00:00
compile-innodb-debug compile-innodb, compile-innodb-debug: 2006-08-31 09:36:45 +00:00
export.sh export.sh: Adapt to ha_innodb now living in storage/innobase in the MySQL 2006-09-21 09:44:03 +00:00
Makefile.am Merge changes from MySQL AB. 2006-10-05 11:00:06 +00:00
plug.in Merge changes from MySQL to get the code compiling again: 2006-11-03 11:44:29 +00:00
revert_gen.sh Add revert_gen.sh. 2006-03-31 07:43:13 +00:00
setup.sh setup.sh: Once more. Remember that the glob expansion works relative to 2006-10-03 12:20:10 +00:00