1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-merge fix

This commit is contained in:
sergefp@mysql.com
2006-07-01 09:28:41 +04:00
parent f863685241
commit 775ec4fb85
2 changed files with 0 additions and 2 deletions

View File

@ -646,7 +646,6 @@ count(*)
drop table t1; drop table t1;
create table t1 (a int); create table t1 (a int);
insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9); insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
DROP TABLE IF EXISTS t2;
CREATE TABLE t2 ( CREATE TABLE t2 (
pk1 int(11) NOT NULL, pk1 int(11) NOT NULL,
pk2 int(11) NOT NULL, pk2 int(11) NOT NULL,

View File

@ -495,7 +495,6 @@ drop table t1;
create table t1 (a int); create table t1 (a int);
insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9); insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
DROP TABLE IF EXISTS t2;
CREATE TABLE t2 ( CREATE TABLE t2 (
pk1 int(11) NOT NULL, pk1 int(11) NOT NULL,
pk2 int(11) NOT NULL, pk2 int(11) NOT NULL,