1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

After-merge fix: Adjust some results.

This commit is contained in:
Marko Mäkelä
2017-09-20 20:47:18 +03:00
parent fc3b1a7d2f
commit 625951cb28
14 changed files with 55 additions and 55 deletions

View File

@ -230,7 +230,7 @@ insert into t2 (a) values (1023);
do (f2(23));
Warnings:
Error 1062 Duplicate entry '23' for key 'a'
Note 4091 At line 4 in test.f2
Note 4092 At line 4 in test.f2
select * from t2;
a
1023