Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Running the following sequence of commands
INSTALL SONAME 'ha_rocksdb';
|
UNINSTALL SONAME 'ha_rocksdb';
|
INSTALL SONAME 'ha_rocksdb';
|
causes an assertion failure:
mysqld: /home/psergey/dev-git/10.2-r5-debug/storage/rocksdb/rdb_threads.cc:46:
|
void myrocks::Rdb_thread::init(PSI_mutex_key, PSI_cond_key): Assertion `!m_run_once' failed.
|
Looking at the code there, indeed MyRocks code did not intend to allow the plugin to be started after it was stopped.
Attachments
Issue Links
- relates to
-
MDEV-14843 Assertion `s_tx_list.size() == 0' failed in myrocks::Rdb_transaction::term_mutex
- Closed