mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 06:45:32 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
45531949ae
135 changed files with 2022 additions and 1846 deletions
|
|
@ -6,7 +6,7 @@ created_at DATETIME
|
|||
) DEFAULT CHARSET UTF8;
|
||||
INSERT INTO diaries (title, created_at)
|
||||
VALUES ('2012', '2012');
|
||||
ERROR 22007: Incorrect datetime value: '2012' for column 'created_at' at row 1
|
||||
ERROR 22007: Incorrect datetime value: '2012' for column `test`.`diaries`.`created_at` at row 1
|
||||
SELECT * FROM diaries;
|
||||
id title created_at
|
||||
DROP TABLE diaries;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue