mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Language/consistency edits to error messages
and affected test results.
This commit is contained in:
parent
1926d4ee34
commit
3165c7deda
57 changed files with 538 additions and 538 deletions
|
|
@ -11,7 +11,7 @@ insert into t1 (gesuchnr, benutzer_id) value (3,2);
|
|||
replace into t1 (gesuchnr,benutzer_id) values (1,1);
|
||||
replace into t1 (gesuchnr,benutzer_id) values (1,1);
|
||||
insert into t1 (gesuchnr,benutzer_id) values (1,1);
|
||||
ERROR 23000: Can't write, duplicate key in table 't1'
|
||||
ERROR 23000: Can't write; duplicate key in table 't1'
|
||||
replace into t1 (gesuchnr,benutzer_id) values (1,1);
|
||||
select * from t1 order by gesuchnr;
|
||||
gesuchnr benutzer_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue