You've already forked mariadb-columnstore-engine
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:
committed by
GitHub
parent
05ae7a906f
commit
9851852f52
@ -71,7 +71,7 @@ CREATE TABLE t4
|
||||
t4_TIMESTAMP TIMESTAMP,
|
||||
t4_TIMESTAMP_5 TIMESTAMP(5)
|
||||
)ENGINE=Columnstore;
|
||||
--replace_regex /( COLLATE=latin1_swedish_ci)//
|
||||
--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
|
||||
@ -87,7 +87,7 @@ CREATE TABLE t5
|
||||
t5_TIME TIME,
|
||||
t5_TIMESTAMP TIMESTAMP
|
||||
)ENGINE=Columnstore;
|
||||
--replace_regex /( COLLATE=latin1_swedish_ci)//
|
||||
--replace_regex /( COLLATE=latin1_swedish_ci)// /`t5_TIMESTAMP` timestamp NULL DEFAULT NULL/`t5_TIMESTAMP` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()/
|
||||
SHOW CREATE TABLE t5;
|
||||
|
||||
# Clean UP
|
||||
|
Reference in New Issue
Block a user