1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

rephrase error messages, fix quoting

This commit is contained in:
Sergei Golubchik
2017-12-04 18:41:07 +01:00
committed by Aleksey Midenkov
parent 903be4e6be
commit b3fe45bcd4
8 changed files with 69 additions and 80 deletions

View File

@ -39,7 +39,7 @@ create or replace table t1 (
show create table t1;
--replace_result "bigint unsigned" SYS_TRX_TYPE timestamp(6) SYS_TRX_TYPE
--error ER_MISMATCH
--error ER_VERS_PERIOD_COLUMNS
eval create or replace table t1 (
x3 int unsigned,
Sys_start $sys_datatype generated always as row start,
@ -49,7 +49,7 @@ eval create or replace table t1 (
) with system versioning;
--replace_result "bigint unsigned" SYS_TRX_TYPE timestamp(6) SYS_TRX_TYPE
--error ER_MISMATCH
--error ER_VERS_PERIOD_COLUMNS
eval create or replace table t1 (
x4 int unsigned,
Sys_start $sys_datatype generated always as row start,
@ -58,7 +58,7 @@ eval create or replace table t1 (
) with system versioning;
--replace_result "bigint unsigned" SYS_TRX_TYPE timestamp(6) SYS_TRX_TYPE
--error ER_MISMATCH
--error ER_VERS_PERIOD_COLUMNS
eval create or replace table t1 (
x5 int unsigned,
Sys_start $sys_datatype generated always as row start,
@ -84,7 +84,7 @@ eval create or replace table t1 (
);
--replace_result "bigint unsigned" SYS_TRX_TYPE timestamp(6) SYS_TRX_TYPE
--error ER_MISMATCH
--error ER_VERS_PERIOD_COLUMNS
eval create or replace table t1 (
x8 int unsigned,
Sys_start $sys_datatype generated always as row start,