mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -54,7 +54,7 @@ add column trx_end timestamp(6) not null as row end invisible,
|
||||
add period for system_time(trx_start, trx_end),
|
||||
add system versioning;
|
||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'as row start invisible,
|
||||
add column trx_end timestamp(6) not null as row end invi' at line 2
|
||||
add column trx_end timestamp(6) not null as row end i...' at line 2
|
||||
alter table t
|
||||
add column trx_start timestamp(6) as row start invisible,
|
||||
add column trx_end timestamp(6) as row end invisible,
|
||||
|
Reference in New Issue
Block a user