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:
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user