Details
-
Bug
-
Status: Closed (View Workflow)
-
Resolution: Fixed
-
None
-
None
-
None
Description
Build with ./BUILD/compile-amd64-debug-max-no-ndb (I think it does not matter) main.create-big fails:
CURRENT_TEST: main.create-big
— /home/bell/maria/bzr/work-maria-5.2-test/mysql-test/r/create-big.result 2009-12-02 00:58:10.216015662 +0300
+++ /home/bell/maria/bzr/work-maria-5.2-test/mysql-test/r/create-big.reject 2009-12-02 01:10:32.209627135 +0300
@@ -71,7 +71,6 @@
select * from t1;
i
1
-2
drop table t1;
set @a:=0;
create table t1 select 1 as i;;
@@ -96,7 +95,6 @@
select * from t1;
i
1
-2
drop table t1;
set @a:=0;
create table t1 select 1 as i;;
mysqltest: Result length mismatch
Re: main.create-big fails on mariadb 5.2 (64bit linux)
Can't repeat:
BUILD/compile-amd64-debug-max-no-ndb
./mysql-test-run.pl create-big
Logging: ./mysql-test-run.pl create-big
MySQL Version 5.2.0
Checking supported features...
Collecting tests...
vardir: /home/hakan/work/monty_program/maria-5.2/mysql-test/var
Removing old var directory...
Creating var directory '/home/hakan/work/monty_program/maria-5.2/mysql-test/var'...
Installing system database...
Using server port 57903
==============================================================================
TEST RESULT TIME (ms)
------------------------------------------------------------
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009
main.create-big [ pass ] 171914
------------------------------------------------------------
The servers were restarted 0 times
Spent 171.914 of 183 seconds executing testcases
All 1 tests were successful.