mariadb/storage/rocksdb/mysql-test
Vladislav Vaintroub 6f1f911497 MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in memleak check on server shutdown
Disable memory leak check in debug server, if rocksdb is loaded.
There is some subtle bug somewhere in 3rd party code we cannot
do much about.

The bug is manifested as follows

Rocksdb does not shutdown worker threads, when plugin is shut down. Thus
OS does not unload the library since there are some active threads using
this library's code. Thus global destructors in the library do not run,
and there is still some memory allocated when server exits.

The workaround disables server's memory leak check, if rocksdb engine was
loaded.
2017-07-06 11:36:17 +00:00
..
rocksdb MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in memleak check on server shutdown 2017-07-06 11:36:17 +00:00
rocksdb_hotbackup Copy of 2017-02-06 17:39:08 +00:00
rocksdb_rpl Copy of 2017-03-11 07:17:42 +03:00
rocksdb_stress Initial commit, 2016-10-06 17:24:09 +00:00
rocksdb_sys_vars Continuation of the previous cset: rename sysvar's test, too. 2017-05-02 09:36:16 -04:00
storage_engine MDEV-12528 Run the engine-agnostic test suite on MyRocks 2017-06-23 00:34:57 +03:00