Do not use LEX_CSTRING in printf-like function

This commit is contained in:
Vladislav Vaintroub 2019-06-14 23:52:13 +02:00
parent f66d1850ac
commit bf90a486c3

View File

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