mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Changed KEY names to use LEX_CSTRING
This commit is contained in:
committed by
Sergei Golubchik
parent
874e4e473a
commit
cc77f9882d
@@ -2721,8 +2721,8 @@ void spider_db_mysql::set_dup_key_idx(
|
||||
key_name = spider->share->tgt_pk_names[all_link_idx];
|
||||
key_name_length = spider->share->tgt_pk_names_lengths[all_link_idx];
|
||||
} else {
|
||||
key_name = table->s->key_info[roop_count].name;
|
||||
key_name_length = strlen(key_name);
|
||||
key_name = table->s->key_info[roop_count].name.str;
|
||||
key_name_length = table->s->key_info[roop_count].name.length;
|
||||
}
|
||||
DBUG_PRINT("info",("spider key_name=%s", key_name));
|
||||
if (
|
||||
|
Reference in New Issue
Block a user