1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Update mcs1_create_table_data_types.test

This commit is contained in:
mariadb-KirillPerov
2022-11-07 03:22:45 +06:00
committed by GitHub
parent 29c1a6c6d1
commit 40cbe75f12

View File

@ -71,7 +71,7 @@ CREATE TABLE t4
t4_TIMESTAMP TIMESTAMP,
t4_TIMESTAMP_5 TIMESTAMP(5)
)ENGINE=Columnstore;
--replace_regex /( COLLATE=latin1_swedish_ci)// /`t4_TIMESTAMP` timestamp NULL DEFAULT NULL,/`t4_TIMESTAMP` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),/ /`t4_TIMESTAMP_5` timestamp(5) NULL DEFAULT NULL/`t4_TIMESTAMP_5` timestamp(5) NOT NULL DEFAULT '0000-00-00 00:00:00.00000'/
--replace_regex /( COLLATE=latin1_swedish_ci)// /`t4_TIMESTAMP` timestamp NULL DEFAULT NULL,/`t4_TIMESTAMP` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),/ /`t4_TIMESTAMP_5` timestamp\(5\) NULL DEFAULT NULL/`t4_TIMESTAMP_5` timestamp(5) NOT NULL DEFAULT '0000-00-00 00:00:00.00000'/
SHOW CREATE TABLE t4;
# Test with mixed datatypes