Description:
falcon_bug_22150 fails, sometimes on a big-endian Mac/PPC 32-bit with a non-debug build. It is yet no clear whether it is a big-endian, a 32-bit, or a non-debug build problem.
How to repeat:
Run falcon_bug_22150 several times and look for failure
falcon.falcon_bug_22150 [ pass ] 43793
falcon.falcon_bug_22150 [ pass ] 34937
falcon.falcon_bug_22150 [ pass ] 34798
-------------------------------------------------------
Stopping All Servers
Failed 1/176 tests, 99.43% were successful.
falcon.falcon_bug_22150 [ fail ]
--- /Users/hakan/work/mysql/mysql-6.0-falcon-team/mysql-test/suite/falcon/r/falcon_bug_22150.result 2009-01-31 02:00:14.000000000 +0300
+++ /Users/hakan/work/mysql/mysql-6.0-falcon-team/mysql-test/suite/falcon/r/falcon_bug_22150.reject 2009-02-01 19:02:10.000000000 +0300
@@ -40,7 +40,7 @@
# Pull the results of the preceeding call p1()
SELECT count(*) FROM t1;
count(*)
-0
+28
# Disconnect conn1
SET @@autocommit = DEFAULT;
DROP TABLE t1;
mysqltest: Result length mismatch
Stopping All Servers
Restoring snapshot of databases
Resuming Tests