mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Changed KEY names to use LEX_CSTRING
This commit is contained in:
committed by
Sergei Golubchik
parent
874e4e473a
commit
cc77f9882d
@ -298,7 +298,7 @@ public:
|
||||
pos->table= tab;
|
||||
// todo need ref_depend_map ?
|
||||
DBUG_PRINT("info", ("Produced a LooseScan plan, key %s, %s",
|
||||
tab->table->key_info[best_loose_scan_key].name,
|
||||
tab->table->key_info[best_loose_scan_key].name.str,
|
||||
best_loose_scan_start_key? "(ref access)":
|
||||
"(range/index access)"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user