ndb_basic test fails due to incorrect result file

Bug #437934 reported by Arjen Lentz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Server
Confirmed
Undecided
Unassigned
OurDelta
Confirmed
Undecided
Unassigned

Bug Description

ndb_basic test fails.

$ sudo diff -u ndb_basic.result ndb_basic.reject
--- ndb_basic.result 2009-09-28 11:16:13.000000000 +1000
+++ ndb_basic.reject 2009-09-28 11:36:07.000000000 +1000
@@ -568,7 +568,7 @@
 insert into t1 values (1,1),(2,1),(3,1),(4,1),(5,2),(6,1),(7,1);
 explain select * from t1 where a12345678901234567890123456789a1234567890=2;
 id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 ref a12345678901234567890123456789a1234567890 a12345678901234567890123456789a1234567890 5 const 10 Using where
+1 SIMPLE t1 ref a12345678901234567890123456789a1234567890 a12345678901234567890123456789a1234567890 5 const 10 Using where with pushed condition
 select * from t1 where a12345678901234567890123456789a1234567890=2;
 a1234567890123456789012345678901234567890 a12345678901234567890123456789a1234567890
 5 2

The result is correct.

MySQL 5.0/5.1 do not have a current/production version of NDB included, however people can build with ndb enabled (Ubuntu does so, and thus OurDelta does as well on Ubuntu) and thus it'd be great if the test didn't fail.

reported upstream http://bugs.mysql.com/47666

Related branches

Changed in ourdelta:
status: New → Confirmed
affects: ourdelta → mysql-server
Changed in ourdelta:
status: New → Confirmed
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.