Skip to content

Commit ae0a490

Browse files
committed
MariaRocks port: Remove ifdef in ha_rocksdb::set_skip_unique_check_tables
We expose @@rocksdb_skip_unique_check_tables anyway, so it's not really disabled.
1 parent d1af31b commit ae0a490

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/rocksdb/ha_rocksdb.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4799,7 +4799,6 @@ void ha_rocksdb::set_skip_unique_check_tables(const char* whitelist)
47994799
{
48004800
DBUG_ASSERT(whitelist != nullptr);
48014801

4802-
#ifdef MARIAROCKS_NOT_YET // regex_handler
48034802
#if defined(HAVE_PSI_INTERFACE)
48044803
Regex_list_handler regex_handler(key_rwlock_skip_unique_check_tables);
48054804
#else
@@ -4812,7 +4811,6 @@ void ha_rocksdb::set_skip_unique_check_tables(const char* whitelist)
48124811
}
48134812

48144813
m_skip_unique_check= regex_handler.matches(m_tbl_def->base_tablename());
4815-
#endif
48164814
}
48174815

48184816
int ha_rocksdb::open(const char *name, int mode, uint test_if_locked)

0 commit comments

Comments
 (0)