1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

move all new 10.2 error codes to start from 4000

This commit is contained in:
Sergei Golubchik
2016-06-29 10:02:02 +02:00
parent 5f22379fc8
commit 047d762d51
2 changed files with 16 additions and 16 deletions

View File

@ -27,7 +27,7 @@ a b
truncate table t1;
insert ignore into t1 values (101,101),(102,102),(600,600),(103,103);
Warnings:
Warning 4016 CONSTRAINT `max` failed for `test`.`t1`
Warning 4022 CONSTRAINT `max` failed for `test`.`t1`
select * from t1;
a b
101 101