mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
After merge fixes
This commit is contained in:
@ -15,6 +15,8 @@ DOCID VARCHAR(32)BINARY NOT NULL
|
||||
) ENGINE=InnoDB
|
||||
;
|
||||
INSERT INTO t1 (DOCID) VALUES ("1"), ("2");
|
||||
Warnings:
|
||||
Warning 1364 Field 'UUID' doesn't have a default value
|
||||
CREATE TABLE t2
|
||||
(
|
||||
DOCID VARCHAR(32)BINARY NOT NULL
|
||||
|
Reference in New Issue
Block a user