1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Update mcs184_day_function.test

This commit is contained in:
mariadb-KirillPerov
2022-09-27 05:09:28 +03:00
committed by KirillPerov
parent d64e0fc0fa
commit 011898a16c

View File

@ -15,6 +15,7 @@ SET default_storage_engine=Columnstore;
CREATE TABLE t1 (a DATE, b DATETIME);
INSERT INTO t1 VALUES ('0-0-0', '0-0-0 0:0:0'), ('1212-12-12', '1111-11-11 11:11:11'), ('3333-03-03', '3333-3-3 3:33:33');
--replace_regex /( COLLATE=latin1_swedish_ci)//
SHOW CREATE TABLE t1;
SELECT DAY('1212-12-12 11:11:11');