mariadb/storage
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
..
archive Merge branch '10.2' into 10.3 2018-03-28 17:31:57 +02:00
blackhole
cassandra Added name to MEM_ROOT for esier debugging 2018-02-02 11:08:36 +02:00
connect CONNECT: remove an outdated declaration 2018-05-12 10:16:45 +02:00
csv Added name to MEM_ROOT for esier debugging 2018-02-02 11:08:36 +02:00
example Changed static const in Alter_info and Alter_online_info to defines 2018-03-29 13:59:40 +03:00
federated Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
federatedx MDEV-15969 System versioning and FEDERATED don't work well together: DML and discovery fail 2018-05-17 15:33:42 +02:00
heap Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
innobase MDEV-16201 CREATE TABLE creates extra transaction 2018-05-17 22:03:53 +05:30
maria MDEV-654 Assertion `share->now_transactional' failed in flush_log_for_bitmap on concurrent workload with Aria tables 2018-05-15 13:51:03 +03:00
mroonga Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
myisam Removed even more warning that was found with -Wunused 2018-04-30 15:21:52 +03:00
myisammrg Follow up for 9a84980668 - adjustments to storage_engine tests 2018-05-03 20:54:23 +03:00
oqgraph Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
perfschema Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
rocksdb Merge 10.2 into 10.3 2018-05-17 08:42:53 +03:00
sequence
sphinx Removed even more warning that was found with -Wunused 2018-04-30 15:21:52 +03:00
spider Merge 10.2 into 10.3 2018-05-12 22:14:59 +03:00
test_sql_discovery Merge bb-10.2-ext into 10.3 2017-09-21 08:12:19 +03:00
tokudb Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00