mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
fix build and some warnings
This commit is contained in:
parent
f4d6f26a4f
commit
780db8e252
33 changed files with 43 additions and 145 deletions
|
|
@ -2233,7 +2233,7 @@ int TABLE_SHARE::init_from_binary_frm_image(THD *thd, bool write,
|
|||
DBUG_ASSERT(!reg_field->vcol_info);
|
||||
reg_field->vcol_info= vcol_info;
|
||||
share->virtual_fields++;
|
||||
share->virtual_stored_fields++; // For insert/load data
|
||||
share->virtual_stored_fields= true; // For insert/load data
|
||||
break;
|
||||
case 2: // Default expression
|
||||
vcol_info->stored_in_db= 1;
|
||||
|
|
@ -5026,8 +5026,6 @@ void TABLE_LIST::cleanup_items()
|
|||
VIEW_CHECK_SKIP FAILED, but continue
|
||||
*/
|
||||
|
||||
const LEX_STRING view_check_name= { C_STRING_WITH_LEN("WITH CHECK OPTION") };
|
||||
|
||||
|
||||
int TABLE_LIST::view_check_option(THD *thd, bool ignore_failure)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue