Commit cfa18cb5 authored by Sergei Petrunia's avatar Sergei Petrunia

MyRocks: Fix merge typo in server stderr message

parent 84008f26
...@@ -3711,7 +3711,7 @@ static int rocksdb_init_func(void *const p) { ...@@ -3711,7 +3711,7 @@ static int rocksdb_init_func(void *const p) {
if (rocksdb_db_options->allow_mmap_writes && if (rocksdb_db_options->allow_mmap_writes &&
rocksdb_db_options->use_direct_io_for_flush_and_compaction) { rocksdb_db_options->use_direct_io_for_flush_and_compaction) {
// See above comment for allow_mmap_reads. (NO_LINT_DEBUG) // See above comment for allow_mmap_reads. (NO_LINT_DEBUG)
sql_print_error("RocksDB: Can't enable both use_direct_io_for_flush_and_compaction " sql_print_error("RocksDB: Can't enable both "
"use_direct_io_for_flush_and_compaction and " "use_direct_io_for_flush_and_compaction and "
"allow_mmap_writes\n"); "allow_mmap_writes\n");
DBUG_RETURN(HA_EXIT_FAILURE); DBUG_RETURN(HA_EXIT_FAILURE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment