1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge of the patch introducing virtual columns into maria-5.2

This commit is contained in:
Igor Babaev
2009-11-11 20:31:28 -08:00
300 changed files with 28400 additions and 1296 deletions

View File

@ -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