mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03: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:
@@ -249,6 +249,8 @@ public:
|
||||
*/
|
||||
virtual Key *clone(MEM_ROOT *mem_root) const
|
||||
{ return new (mem_root) Foreign_key(*this, mem_root); }
|
||||
/* Used to validate foreign key options */
|
||||
bool validate(List<Create_field> &table_fields);
|
||||
};
|
||||
|
||||
typedef struct st_mysql_lock
|
||||
|
Reference in New Issue
Block a user