mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fixed typo in error numbers
This commit is contained in:
parent
df32f7d621
commit
d0c66bbaa3
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ begin
|
|||
end|
|
||||
delimiter ;|
|
||||
|
||||
--error 726
|
||||
--error 1312
|
||||
insert into t1 (c1) values (4),(5),(6);
|
||||
select * from t1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue