mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.
The original patch has been ameliorated by Sanja and Igor.
This commit is contained in:
parent
8ea19fa73e
commit
f7a75b999b
122 changed files with 16338 additions and 180 deletions
|
|
@ -245,6 +245,7 @@ public:
|
|||
DBUG_RETURN(0);
|
||||
}
|
||||
virtual void change_table_ptr(TABLE *table_arg, TABLE_SHARE *share);
|
||||
bool check_if_supported_virtual_columns(void) { return TRUE;}
|
||||
virtual bool check_if_incompatible_data(HA_CREATE_INFO *create_info,
|
||||
uint table_changes);
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue