mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -1895,7 +1895,8 @@ int TABLE_SHARE::init_from_binary_frm_image(THD *thd, bool write,
|
||||
goto err;
|
||||
vcol_info= new (&share->mem_root) Virtual_column_info();
|
||||
vcol_info_length= uint2korr(vcol_screen_pos + 1);
|
||||
DBUG_ASSERT(vcol_info_length);
|
||||
if (!vcol_info_length) // Expect non-empty expression
|
||||
goto err;
|
||||
vcol_info->stored_in_db= vcol_screen_pos[3];
|
||||
vcol_info->utf8= 0;
|
||||
vcol_screen_pos+= vcol_info_length + MYSQL57_GCOL_HEADER_SIZE;;
|
||||
|
Reference in New Issue
Block a user