Commit bf90a486 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Do not use LEX_CSTRING in printf-like function

parent f66d1850
......@@ -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]);
......
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