summaryrefslogtreecommitdiff
path: root/mysql-test/r/warnings.result
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-12-12 13:26:57 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-12-12 13:27:16 +0200
commitccf22b80259e4e8976e28408b5b04e2914234827 (patch)
treeecd99c0543083a772623fe920563d682aa5978a6 /mysql-test/r/warnings.result
parenta285e68018018ef3959f6381aa61347b73902997 (diff)
downloadmariadb-git-ccf22b80259e4e8976e28408b5b04e2914234827.tar.gz
Post-merge fix: Adjust message codes in results
Diffstat (limited to 'mysql-test/r/warnings.result')
-rw-r--r--mysql-test/r/warnings.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/warnings.result b/mysql-test/r/warnings.result
index d808479e8ef..410ea9b28e7 100644
--- a/mysql-test/r/warnings.result
+++ b/mysql-test/r/warnings.result
@@ -353,7 +353,7 @@ ERROR 23000: Duplicate entry '11' for key 'a'
SHOW WARNINGS;
Level Code Message
-Note 4093 At line 4 in test.f1
+Note 4094 At line 4 in test.f1
Error 1062 Duplicate entry '11' for key 'a'
DROP TABLE t1;