xtradb-drizzle-compat.patch fails mysql-test-run main.innodb_mysql

Bug #315000 reported by Yasufumi Kinoshita
2
Affects Status Importance Assigned to Milestone
Drizzle
Invalid
Low
Unassigned
Percona-XtraDB
Won't Fix
Low
Unassigned

Bug Description

When apply xtradb-drizzle-compat.patch, "mysql-test-run main.innodb_mysql" always fail.
I don't recommend to apply xtradb-drizzle-compat.patch for MySQL binary.

main.innodb_mysql [ fail ]

mysqltest: In included file "./include/mix1.inc": At line 632: query 'create table bug29807 (a int)' failed: 1050: Table 'bug29807' already exists

The result from queries just before the failure was:
< snip >
CREATE TABLE t3 (a CHAR(2), KEY (a)) ENGINE = MyISAM;
INSERT INTO t3 VALUES ('uk'),('bg');
SELECT * FROM t3 WHERE a = 'uk';
a
uk
DELETE FROM t3 WHERE a = 'uk';
SELECT * FROM t3 WHERE a = 'uk';
a
INSERT INTO t3 VALUES ('uk');
UPDATE t3 SET a = 'us' WHERE a = 'uk';
SELECT * FROM t3 WHERE a = 'uk';
a
DROP TABLE t1,t2,t3;
create table t1 (a int) engine=innodb;
select * from bug29807;
ERROR 42S02: Table 'test.bug29807' doesn't exist
drop table t1;
drop table bug29807;
ERROR 42S02: Unknown table 'bug29807'
create table bug29807 (a int);

Changed in percona-xtradb:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Jay Pipes (jaypipes) wrote :

Hi! Can we get some more information on this bug? Where is the xtradb-drizzle-compat patch, and how can we test this bug? Thanks!

Changed in drizzle:
importance: Undecided → Low
status: New → Incomplete
Changed in drizzle:
status: Incomplete → Invalid
Changed in percona-xtradb:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.