We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1af31b commit ae0a490Copy full SHA for ae0a490
storage/rocksdb/ha_rocksdb.cc
@@ -4799,7 +4799,6 @@ void ha_rocksdb::set_skip_unique_check_tables(const char* whitelist)
4799
{
4800
DBUG_ASSERT(whitelist != nullptr);
4801
4802
-#ifdef MARIAROCKS_NOT_YET // regex_handler
4803
#if defined(HAVE_PSI_INTERFACE)
4804
Regex_list_handler regex_handler(key_rwlock_skip_unique_check_tables);
4805
#else
@@ -4812,7 +4811,6 @@ void ha_rocksdb::set_skip_unique_check_tables(const char* whitelist)
4812
4811
}
4813
4814
m_skip_unique_check= regex_handler.matches(m_tbl_def->base_tablename());
4815
-#endif
4816
4817
4818
int ha_rocksdb::open(const char *name, int mode, uint test_if_locked)
0 commit comments