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:
@ -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
|
||||
|
Reference in New Issue
Block a user