mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-17082 Application-time periods: CREATE
* add syntax `CREATE TABLE ... PERIOD FOR <apptime>` * add table period entity
This commit is contained in:
committed by
Sergei Golubchik
parent
b63604612e
commit
073c93b194
@ -4311,8 +4311,8 @@ mysql_execute_command(THD *thd)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (create_info.vers_fix_system_fields(thd, &alter_info, *create_table) ||
|
||||
create_info.vers_check_system_fields(thd, &alter_info, *create_table))
|
||||
if (create_info.fix_create_fields(thd, &alter_info, *create_table) ||
|
||||
create_info.check_fields(thd, &alter_info, *create_table))
|
||||
goto end_with_restore_list;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user