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 84008f2 commit cfa18cbCopy full SHA for cfa18cb
storage/rocksdb/ha_rocksdb.cc
@@ -3711,7 +3711,7 @@ static int rocksdb_init_func(void *const p) {
3711
if (rocksdb_db_options->allow_mmap_writes &&
3712
rocksdb_db_options->use_direct_io_for_flush_and_compaction) {
3713
// See above comment for allow_mmap_reads. (NO_LINT_DEBUG)
3714
- sql_print_error("RocksDB: Can't enable both use_direct_io_for_flush_and_compaction "
+ sql_print_error("RocksDB: Can't enable both "
3715
"use_direct_io_for_flush_and_compaction and "
3716
"allow_mmap_writes\n");
3717
DBUG_RETURN(HA_EXIT_FAILURE);
0 commit comments