mariadb/storage/innobase
Thirunarayanan Balathandayuthapani f38d8c1701 MDEV-16201 CREATE TABLE creates extra transaction
InnoDB does not allow FOREIGN KEY constraints to exist for TEMPORARY TABLE.
InnoDB introduced a dedicated tablespace for temporary tables, and actually
stopped creating persistent metadata and data for temporary tables.

row_table_add_foreign_constraints(): Do not create a persistent
transaction.

dict_create_foreign_constraints_low(): Add the persistent transaction to
the update the foreign key relation in dictionary.

dict_create_foreign_constraints_low(): Remove a duplicated check for
partitioned tables.
2018-05-17 22:03:53 +05:30
..
btr Replace dict_table_is_temporary(table) with table->is_temporary() 2018-05-12 22:12:12 +03:00
buf Merge 10.2 into 10.3 2018-05-12 22:14:59 +03:00
data Fix most -Wsign-conversion in InnoDB 2018-04-28 20:45:45 +03:00
dict MDEV-16201 CREATE TABLE creates extra transaction 2018-05-17 22:03:53 +05:30
eval Fix most -Wsign-conversion in InnoDB 2018-04-28 20:45:45 +03:00
fil MDEV-16169 InnoDB: Failing assertion: !space->referenced() 2018-05-15 23:01:18 +03:00
fsp Fix many -Wunused-parameter 2018-05-01 16:52:19 +03:00
fts Merge 10.2 into 10.3 2018-05-12 22:14:59 +03:00
fut review fixes 2018-02-16 22:15:51 +03:00
gis Replace dict_table_is_temporary(table) with table->is_temporary() 2018-05-12 22:12:12 +03:00
ha Do not divide or multiply by srv_page_size 2018-04-28 20:52:22 +03:00
handler Merge 10.2 into 10.3 2018-05-17 08:42:53 +03:00
ibuf Replace dict_table_is_temporary(table) with table->is_temporary() 2018-05-12 22:12:12 +03:00
include Merge 10.2 into 10.3 2018-05-17 08:42:53 +03:00
lock MDEV-16159 Use atomic memory access for purge_sys 2018-05-15 23:01:18 +03:00
log MDEV-16045: Fix a heap allocation 2018-05-17 15:21:32 +03:00
mach
mem Replace univ_page_size and UNIV_PAGE_SIZE 2018-04-28 20:45:45 +03:00
mtr Fix many -Wunused-parameter 2018-05-01 16:52:19 +03:00
mysql-test/storage_engine Follow up for 9a84980668 - adjustments to storage_engine tests 2018-05-03 20:54:23 +03:00
os Fix many -Wunused-parameter 2018-05-01 16:52:19 +03:00
page Replace dict_table_is_temporary(table) with table->is_temporary() 2018-05-12 22:12:12 +03:00
pars Fix most -Wsign-conversion in InnoDB 2018-04-28 20:45:45 +03:00
que Fix most -Wsign-conversion in InnoDB 2018-04-28 20:45:45 +03:00
read MDEV-15773 - Simplified away trx_sys_t::m_views 2018-04-04 14:09:37 +04:00
rem MDEV-15060 Assertion in row_log_table_apply_op after instant ADD when the table is emptied during subsequent ALTER TABLE 2018-05-03 15:17:16 +03:00
row MDEV-16201 CREATE TABLE creates extra transaction 2018-05-17 22:03:53 +05:30
srv Merge 10.2 into 10.3 2018-05-17 08:42:53 +03:00
sync MDEV-12218 Clean up InnoDB parameter validation 2018-04-29 09:41:42 +03:00
trx MDEV-16168: Resurrect the record MLOG_UNDO_INIT 2018-05-16 10:18:18 +03:00
ut Fix many -Wunused-parameter 2018-05-01 16:52:19 +03:00
bzip2.cmake
CMakeLists.txt Merge remote-tracking branch '10.2' into 10.3 2018-04-12 12:41:19 +03:00
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake Fix WITH_INNODB_EXTRA_DEBUG 2018-04-30 18:19:54 +03:00
lz4.cmake
lzma.cmake
lzo.cmake
plugin_exports
snappy.cmake