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
marko d3c13fb022 storage/innobase/handler: Merge changes from MySQL AB:
ChangeSet
  2006/09/30 18:44:42-07:00 brian@zim.(none) 
  Merge zim.(none):/home/brian/mysql/merge-5.1
  into  zim.(none):/home/brian/mysql/arch-5.1

ChangeSet
  2006/09/30 12:49:46-07:00 brian@zim.(none) 
  This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch).
  Partitioning now has a flag to allow disabling of engines from being compatible with partitioning. Cleaned up heap naming convention on panic call. 

ChangeSet
  2006/09/29 17:19:02-07:00 brian@zim.(none) 
  This removes the passing of global hton to engine instance. 

ChangeSet
  2006/09/28 13:22:56+02:00 gbichot@dl145h.mysql.com 
  Merge gbichot@bk-internal:/home/bk/mysql-5.1-arch
  into  dl145h.mysql.com:/users/gbichot/mysql-5.1-arch

ChangeSet
  2006/09/28 13:19:43+02:00 gbichot@dl145h.mysql.com 
  In the handlerton, cursor creation function don't have an argument
  and so the engine calls current_thd to derive transaction information;
  instead we now pass THD to those functions, it looks more logical
  (it makes the implicit current_thd parameter more visible).
  Approved by Brian and Monty.

ChangeSet
  2006/09/26 22:51:53-07:00 brian@zim.(none) 
  Merge zim.(none):/home/brian/mysql/merge-5.1
  into  zim.(none):/home/brian/mysql/arch-5.1
2006-10-03 12:46:23 +00:00
btr Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
buf Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +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 Split long lines with [] operators better. 2006-09-20 06:41:30 +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 Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +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 Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
handler storage/innobase/handler: Merge changes from MySQL AB: 2006-10-03 12:46:23 +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 mtr_print(), mtr_memo_contains(): Disable unless #ifdef UNIV_DEBUG. 2006-09-26 07:08:48 +00:00
lock Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +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 Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +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 the innodb_mysql test. 2006-09-20 10:52:02 +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 row_purge_parse_undo_rec(): Correct a faulty condition. Luckily, this 2006-09-26 11:37:58 +00:00
srv Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
sync Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +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 Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00
usr Fix wrong placement of static keyword in a few places. 2006-02-23 11:35:28 +00:00
ut Split lines before binary operators, not after them. 2006-08-29 08:27:56 +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 Move ha_innodb.cc and ha_innodb.h from sql to storage/innobase/handler. 2006-09-11 08:51:46 +00:00
plug.in Move ha_innodb.cc and ha_innodb.h from sql to storage/innobase/handler. 2006-09-11 08:51:46 +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