You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Update mcs12_alter_table.test
This commit is contained in:
committed by
GitHub
parent
b67a408b02
commit
b0225238d1
@ -49,7 +49,7 @@ INSERT INTO t1 VALUES (1, 'a'),(2, 'b');
|
|||||||
ALTER TABLE t1 ADD t TIMESTAMP;
|
ALTER TABLE t1 ADD t TIMESTAMP;
|
||||||
ALTER TABLE t1 ADD COLUMN i2 INT COMMENT 'Add one more column.';
|
ALTER TABLE t1 ADD COLUMN i2 INT COMMENT 'Add one more column.';
|
||||||
INSERT INTO t1 VALUES (1, 'a', '2020-07-08', 11);
|
INSERT INTO t1 VALUES (1, 'a', '2020-07-08', 11);
|
||||||
--replace_regex /( COLLATE=latin1_swedish_ci)//
|
--replace_regex /( COLLATE=latin1_swedish_ci)// / `t` timestamp NULL DEFAULT NULL,/ `t` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),/
|
||||||
SHOW CREATE TABLE t1;
|
SHOW CREATE TABLE t1;
|
||||||
|
|
||||||
# Drop column
|
# Drop column
|
||||||
|
Reference in New Issue
Block a user