mariadb/storage
Sergei Petrunia 488f46f3de MDEV-13153: Assertion ... failed on partitioned RocksDB table
ha_partition creates temporary ha_XXX objects for its partitions when
performing DDL operations. The objects were created on a MEM_ROOT and
never deleted.
This works as long as ha_XXX objects free all data ha_XXX::close() and
don't rely on a proper destructor invocation. Unfortunately, ha_rocksdb
includes String members which need to be delete'd properly.

Fixed the bug by having ha_partition::~ha_partition delete these temporary
objects.
2017-07-28 13:22:28 +00:00
..
archive Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
blackhole
cassandra
connect CONNECT: accessed p[i] outside of the loop 2017-07-15 19:36:43 +02:00
csv Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
example
federated Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
federatedx Merge 10.1 into 10.2 2017-05-26 22:45:46 +03:00
heap Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
innobase MDEV-13267 At startup with crash recovery: mtr_t::commit_checkpoint(lsn_t, bool): Assertion `!recv_no_log_write' failed 2017-07-07 18:40:57 +03:00
maria Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
mroonga Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
myisam Merge branch '10.1' into 10.2 2017-07-05 19:08:55 +02:00
myisammrg Follow-up for MDEV-13089 (identifier quoting in partitioning) 2017-07-10 00:05:45 +03:00
oqgraph
perfschema Merge 10.1 into 10.2 2017-05-23 11:09:47 +03:00
rocksdb MDEV-13153: Assertion ... failed on partitioned RocksDB table 2017-07-28 13:22:28 +00:00
sequence
sphinx Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00
spider Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
test_sql_discovery
tokudb Follow-up for MDEV-13089 (identifier quoting in partitioning) 2017-07-09 20:38:57 +03:00
xtradb storage_engine subsuites should also be disabled for XtraDB 2017-07-10 00:05:06 +03:00