mariadb/storage
Marko Mäkelä 861038f2e8 MDEV-17816: Follow-up fix
When dropping a partially created table due to failure,
use SQLCOM_TRUNCATE instead of SQLCOM_DROP_DB, so that
no foreign key constraints will be touched. If any
constraints were added as part of the creation, they would
be reverted as part of the transaction rollback.

We need an explicit call to row_drop_table_for_mysql(),
because InnoDB does not do proper undo logging for CREATE TABLE,
but would only drop the table at the end of the rollback.
This would not work if the transaction combines both
RENAME and CREATE, like TRUNCATE now does.
2018-11-26 17:32:57 +02:00
..
archive Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
blackhole
cassandra Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
connect Merge branch '10.2-connect' into 10.2 2018-11-09 10:32:10 +01:00
csv Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
example
federated Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
federatedx Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
heap Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
innobase MDEV-17816: Follow-up fix 2018-11-26 17:32:57 +02:00
maria Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
mroonga Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
myisam Merge 10.1 into 10.2 2018-08-02 08:19:57 +03:00
myisammrg Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
oqgraph Merge 10.1 into 10.2 2018-04-24 09:39:45 +03:00
perfschema Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
rocksdb Disable rocksdb.com_rpc_tx test 2018-11-06 17:23:39 +03:00
sequence Fix several compile warnings on Windows 2017-03-17 08:56:57 +00:00
sphinx MDEV-16544 - crash in ha_sphinx::create() 2018-08-04 22:53:16 +01:00
spider fixed auto-merge gone bad 2018-09-24 20:37:22 +02:00
test_sql_discovery MDEV-13712 Spelling errors in the error message 2017-09-18 10:12:23 +02:00
tokudb MDEV-16774 SET PASSWORD and ALTER USER with slightly different results 2018-11-01 15:48:15 +01:00
xtradb Merge 10.1 into 10.2 2018-11-07 08:17:47 +02:00