mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Fix gcc-8 warning in rocksdb
This commit is contained in:
parent
a946b36601
commit
666730ee52
1 changed files with 1 additions and 1 deletions
|
|
@ -800,7 +800,7 @@ static void rocksdb_set_rocksdb_stats_level(THD *const thd,
|
|||
|
||||
RDB_MUTEX_LOCK_CHECK(rdb_sysvars_mutex);
|
||||
rocksdb_db_options->statistics->set_stats_level(
|
||||
static_cast<const rocksdb::StatsLevel>(
|
||||
static_cast<rocksdb::StatsLevel>(
|
||||
*static_cast<const uint64_t *>(save)));
|
||||
// Actual stats level is defined at rocksdb dbopt::statistics::stats_level_
|
||||
// so adjusting rocksdb_stats_level here to make sure it points to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue