summaryrefslogtreecommitdiff
path: root/mysql-test/r/null_key.result
diff options
context:
space:
mode:
authorunknown <paul@ice.snake.net>2004-06-15 22:18:20 -0500
committerunknown <paul@ice.snake.net>2004-06-15 22:18:20 -0500
commit3165c7deda48c89f98f21204616376aa3eebfb3a (patch)
tree55d5ba340ed500c61110e640666ad2cde8553489 /mysql-test/r/null_key.result
parent1926d4ee3429f18ba7acd3e3b7436596fceb7f4b (diff)
downloadmariadb-git-3165c7deda48c89f98f21204616376aa3eebfb3a.tar.gz
Language/consistency edits to error messages
and affected test results.
Diffstat (limited to 'mysql-test/r/null_key.result')
-rw-r--r--mysql-test/r/null_key.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/null_key.result b/mysql-test/r/null_key.result
index e57ac321f46..4b7400e5e60 100644
--- a/mysql-test/r/null_key.result
+++ b/mysql-test/r/null_key.result
@@ -337,7 +337,7 @@ index (id2)
);
insert into t1 values(null,null),(1,1);
Warnings:
-Warning 1263 Data truncated, NULL supplied to NOT NULL column 'id2' at row 1
+Warning 1263 Data truncated; NULL supplied to NOT NULL column 'id2' at row 1
select * from t1;
id id2
NULL 0