mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Post-review fixes for bug #19089
This commit is contained in:
@@ -2716,7 +2716,7 @@ SELECT * FROM t2;
|
||||
a m
|
||||
xxx 1
|
||||
yyy 5
|
||||
NULL 0
|
||||
xxx 0
|
||||
DROP VIEW v1;
|
||||
DROP TABLE t1,t2;
|
||||
CREATE TABLE t1 (id int PRIMARY KEY, e ENUM('a','b') NOT NULL DEFAULT 'b');
|
||||
|
Reference in New Issue
Block a user