Public bug reported: 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 ** Affects: mysql-server Importance: Undecided Status: Confirmed ** Affects: ourdelta Importance: Undecided Status: Confirmed ** Changed in: ourdelta Status: New => Confirmed ** Branch linked: lp:~ourdelta-core/ourdelta/ourdelta-5.0.86 ** Project changed: ourdelta => mysql-server ** Also affects: ourdelta Importance: Undecided Status: New ** Changed in: ourdelta Status: New => Confirmed -- ndb_basic test fails due to incorrect result file https://bugs.launchpad.net/bugs/437934 You received this bug notification because you are a member of OurDelta- developers, which is the registrant for OurDelta. Status in MySQL Server: Confirmed Status in OurDelta - Builds for MySQL,MariaDB: Confirmed 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 _______________________________________________ Mailing list: https://launchpad.net/~ourdelta-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~ourdelta-developers More help : https://help.launchpad.net/ListHelp

