From bf90a486c367a10b66c20fba4bfe64d378fc3238 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 14 Jun 2019 23:52:13 +0200 Subject: Do not use LEX_CSTRING in printf-like function --- storage/rocksdb/ha_rocksdb.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/rocksdb/ha_rocksdb.cc b/storage/rocksdb/ha_rocksdb.cc index c80722f22eb..1f7d19167d8 100644 --- a/storage/rocksdb/ha_rocksdb.cc +++ b/storage/rocksdb/ha_rocksdb.cc @@ -8745,7 +8745,7 @@ int ha_rocksdb::check(THD *const thd, HA_CHECK_OPT *const check_opt) { int res; // NO_LINT_DEBUG sql_print_verbose_info("CHECKTABLE %s: Checking index %s", table_name, - table->key_info[keyno].name); + table->key_info[keyno].name.str); while (1) { if (!rows) res = index_first(table->record[0]); -- cgit v1.2.1