summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/create.test4
-rw-r--r--mysql-test/t/fulltext.test4
-rw-r--r--mysql-test/t/overflow.test2
3 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/t/create.test b/mysql-test/t/create.test
index cec7dd17e6d..5d61d7b18f2 100644
--- a/mysql-test/t/create.test
+++ b/mysql-test/t/create.test
@@ -70,9 +70,9 @@ drop database test_$1;
create table `` (a int);
--error 1279
drop table if exists ``;
---error 1279
+--error 1281
create table t1 (`` int);
---error 1279
+--error 1282
create table t1 (i int, index `` (i));
#
diff --git a/mysql-test/t/fulltext.test b/mysql-test/t/fulltext.test
index 3aace91447d..bc0afd53d6f 100644
--- a/mysql-test/t/fulltext.test
+++ b/mysql-test/t/fulltext.test
@@ -133,9 +133,9 @@ select * from t2 having MATCH inhalt AGAINST ('foobar');
# check of fulltext errors
#
---error 1286
+--error 1285
CREATE TABLE t3 (t int(11),i text,fulltext tix (t,i));
---error 1286
+--error 1285
CREATE TABLE t3 (t int(11),i text,
j varchar(200) CHARACTER SET latin2,
fulltext tix (i,j));
diff --git a/mysql-test/t/overflow.test b/mysql-test/t/overflow.test
index 7a9616fd24e..17e443d51f8 100644
--- a/mysql-test/t/overflow.test
+++ b/mysql-test/t/overflow.test
@@ -1,4 +1,4 @@
connect (con1,localhost,boo,,);
connection con1;
--- error 1064,1102,1279
+-- error 1064,1102,1280
drop database AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;