mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
This commit is contained in:
@ -1572,6 +1572,7 @@ public:
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
virtual bool sp_prepare_and_store_item(THD *thd, Item **value);
|
||||
|
||||
friend int cre_myisam(char * name, register TABLE *form, uint options,
|
||||
ulonglong auto_increment_value);
|
||||
@ -4063,6 +4064,7 @@ public:
|
||||
{}
|
||||
~Field_row();
|
||||
Virtual_tmp_table **virtual_tmp_table_addr() { return &m_table; }
|
||||
bool sp_prepare_and_store_item(THD *thd, Item **value);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user