pbxt.basic_create_select fails

Bug #641033 reported by Stewart Smith
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Medium
Paul McCullagh
7.0
Fix Released
Medium
Paul McCullagh

Bug Description

(you will need to rename plugin/pbxt/tests/t/basic_create_select.test.disabled to plugin/pbxt/tests/t/basic_create_select.test)

pbxt.basic_create_select [ fail ]
--- /home/stewart/drizzle/working/tests/../plugin/pbxt/tests/r/basic_create_select.result 2010-09-17 05:14:16.079320003 +0300
+++ /home/stewart/drizzle/working/tests/../plugin/pbxt/tests/r/basic_create_select.reject 2010-09-17 07:49:22.129320428 +0300
@@ -6,8 +6,6 @@
 create table t3 (d int primary key) as select t2.d from t2 union select t1.d from t1;
 select * from t3;
 d
-2
-100000000
 show create table t3;
 Table Create Table
 t3 CREATE TABLE `t3` (

drizzletest: Result length mismatch

If you put in a few SELECT queries before hand you can see that each table has the data in it, but the UNION causes "server has gone away"

Related branches

Changed in drizzle:
assignee: nobody → Paul McCullagh (paul-mccullagh)
importance: Undecided → Medium
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.