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

Update mcs187_dayofmonth_function.test

This commit is contained in:
mariadb-KirillPerov
2022-09-27 05:10:14 +03:00
committed by KirillPerov
parent 5556aba59f
commit 40af3f90f7

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', '1212-12-11 11:11:11'), ('3333-03-03', '3333-3-4 3:33:33');
--replace_regex /( COLLATE=latin1_swedish_ci)//
SHOW CREATE TABLE t1;
SELECT DAYOFMONTH('1212-12-12 11:11:11');