1
0
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:
igor@rurik.mysql.com
2006-05-22 07:57:46 -07:00
parent 4a27cbfd02
commit a6aaca7d6a
4 changed files with 10 additions and 3 deletions

View File

@@ -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');