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 mcs185_dayname_function.test
This commit is contained in:
committed by
KirillPerov
parent
011898a16c
commit
4c6b7ce532
@ -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 DAYNAME('1212-12-12 11:11:11');
|
||||
|
Reference in New Issue
Block a user