summaryrefslogtreecommitdiff
path: root/mysql-test/r/warnings.result
diff options
context:
space:
mode:
authorMats Kindahl <mats@sun.com>2008-10-23 21:27:09 +0200
committerMats Kindahl <mats@sun.com>2008-10-23 21:27:09 +0200
commit1f29c525818b421bda822550a92cb6f7092dcec8 (patch)
tree09212d65be943c6c5dfd6d6a834841683d81f9f8 /mysql-test/r/warnings.result
parentd88716c2cf990ae8e6b2de75612219b22259b3cf (diff)
parent3c76b5a10405a019422a6617be8e6b22a8da8953 (diff)
downloadmariadb-git-1f29c525818b421bda822550a92cb6f7092dcec8.tar.gz
Merging 5.1 main into 5.1-rpl
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 a4237597646..7629a1d79a3 100644
--- a/mysql-test/r/warnings.result
+++ b/mysql-test/r/warnings.result
@@ -167,7 +167,7 @@ max_error_count 10
drop table t1;
set table_type=MYISAM;
Warnings:
-Warning 1287 The syntax 'table_type' is deprecated and will be removed in MySQL 5.2. Please use 'storage_engine' instead
+Warning 1287 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';