mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-16975 Application-time periods: ALTER TABLE
* implicit period constraint is hidden and cannot be dropped independently * create...like and create...select support
This commit is contained in:
committed by
Sergei Golubchik
parent
b2bd52290a
commit
6294516a56
@ -540,7 +540,7 @@ public:
|
||||
bool stored_in_db;
|
||||
bool utf8; /* Already in utf8 */
|
||||
Item *expr;
|
||||
LEX_CSTRING name; /* Name of constraint */
|
||||
Lex_ident name; /* Name of constraint */
|
||||
/* see VCOL_* (VCOL_FIELD_REF, ...) */
|
||||
uint flags;
|
||||
|
||||
|
Reference in New Issue
Block a user