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 80d14b8ea7 dict_load_foreign(): Use a local variable instead of the 10-bit field
foreign->n_fields in order to preserve ON UPDATE CASCADE and
ON DELETE CASCADE flags.  For some reason, gcc does not warn about
shifting a 10-bit field to right by 24 bits.  (Bug #24741)

This bug was introduced while reducing the memory footprint of the
InnoDB data dictionary (Bug #20877).

innodb.test, innodb.result: Add a test case.
2007-01-09 07:40:40 +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_flush_batch(): Remove the test page_count != ULINT_UNDEFINED. 2007-01-02 21:37:41 +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 dict_load_foreign(): Use a local variable instead of the 10-bit field 2007-01-09 07:40:40 +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 Fix a potential bug in ha_innodb.cc:innobase_query_is_update() where the 2006-12-15 04:23:43 +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 ut_2_power_up(): Add __attribute__((const)), because otherwise this function 2007-01-02 14:07:54 +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 Fix a potential bug in ha_innodb.cc:innobase_query_is_update() where the 2006-12-15 04:23:43 +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 dict_load_foreign(): Use a local variable instead of the 10-bit field 2007-01-09 07:40:40 +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 Modify que_fork_start_command() to do only one pass over the thread list 2006-12-22 20:18:44 +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 Unify dict_table_get_and_increment_handle_count() with dict_table_get() by 2006-12-12 09:37:18 +00:00
srv Merge r1067:1077 from branches/5.0: 2006-11-28 14:37:05 +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 r1067 from branches/5.0: 2006-11-27 15:06:43 +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