Skip to content

Commit cfa18cb

Browse files
committed
MyRocks: Fix merge typo in server stderr message
1 parent 84008f2 commit cfa18cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/rocksdb/ha_rocksdb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3711,7 +3711,7 @@ static int rocksdb_init_func(void *const p) {
37113711
if (rocksdb_db_options->allow_mmap_writes &&
37123712
rocksdb_db_options->use_direct_io_for_flush_and_compaction) {
37133713
// 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 "
3714+
sql_print_error("RocksDB: Can't enable both "
37153715
"use_direct_io_for_flush_and_compaction and "
37163716
"allow_mmap_writes\n");
37173717
DBUG_RETURN(HA_EXIT_FAILURE);

0 commit comments

Comments
 (0)