1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixup error number - Broke during merge

mysql-test/t/create.test:
  Fixup error number
mysql-test/t/variables.test:
  Fixup error number
This commit is contained in:
unknown
2003-12-04 18:09:36 +00:00
parent cebe1c0eee
commit 580d754da6
2 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ SELECT @@table_type;
CREATE TABLE t1 (a int not null);
show create table t1;
drop table t1;
--error 1284
--error 1285
SET SESSION table_type="gemini";
SELECT @@table_type;
CREATE TABLE t1 (a int not null);
@@ -277,7 +277,7 @@ SELECT @@table_type;
CREATE TABLE t1 (a int not null);
show create table t1;
drop table t1;
--error 1284
--error 1285
SET SESSION table_type="gemini";
SELECT @@table_type;
CREATE TABLE t1 (a int not null);