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

fixed test results

mysql-test/r/rpl_insert_id.result:
  fixed error format after mats merge
mysql-test/r/sp.result:
  fixed typo
This commit is contained in:
unknown
2005-02-24 04:07:58 +02:00
parent c3d916b52c
commit fc79380e69
2 changed files with 2 additions and 3 deletions

View File

@ -72,4 +72,4 @@ SET TIMESTAMP=1000000000;
CREATE TABLE t1 ( a INT UNIQUE );
SET FOREIGN_KEY_CHECKS=0;
INSERT INTO t1 VALUES (1),(1);
Duplicate entry '1' for key 1
ERROR 23000: Duplicate entry '1' for key 1