mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@@ -7613,8 +7613,8 @@ int spider_mbase_share::convert_key_hint_str()
|
||||
roop_count < (int) table_share->keys; roop_count++, tmp_key_hint++)
|
||||
{
|
||||
tmp_key_hint->length(0);
|
||||
if (tmp_key_hint->append(spider_share->key_hint->ptr(),
|
||||
spider_share->key_hint->length(), system_charset_info))
|
||||
if (tmp_key_hint->append(spider_share->key_hint[roop_count].ptr(),
|
||||
spider_share->key_hint[roop_count].length(), system_charset_info))
|
||||
DBUG_RETURN(HA_ERR_OUT_OF_MEM);
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user