summaryrefslogtreecommitdiff
path: root/mysql-test/r/warnings.result
diff options
context:
space:
mode:
authorunknown <mikael@zim.(none)>2006-03-14 09:37:29 -0800
committerunknown <mikael@zim.(none)>2006-03-14 09:37:29 -0800
commitac4219fad80f279ba15fab3a445d09e701cf3f3c (patch)
tree99bfa7aa47a4ebb020f9b566b4c7ba22be8522a1 /mysql-test/r/warnings.result
parent86293ca6fd6cd52ea650db78dc2a34008f20b44c (diff)
downloadmariadb-git-ac4219fad80f279ba15fab3a445d09e701cf3f3c.tar.gz
Fixing test cases
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 99ed14951a4..47c5dec3dd4 100644
--- a/mysql-test/r/warnings.result
+++ b/mysql-test/r/warnings.result
@@ -168,7 +168,7 @@ max_error_count 10
drop table t1;
set table_type=MYISAM;
Warnings:
-Warning 1540 The syntax 'table_type' is deprecated and will be removed in MySQL 5.2. Please use 'storage_engine' instead.
+Warning 1541 The syntax 'table_type' is deprecated and will be removed in MySQL 5.2. Please use 'storage_engine' instead.
create table t1 (a int);
insert into t1 (a) values (1), (2), (3), (4), (5), (6), (7), (8), (9), (10);
update t1 set a='abc';