← Back to team overview

maria-developers team mailing list archive

Re: Please fix: innodb_plugin.innodb_gis fails on 'gcov' builder

 

Well there is the
--source include/have_innodb_plugin.inc
there in the test.

The problem is that this checks for 'have innodb or xtradb', and we don't have
create table t engine=innodb or xtradb;

Will decide something a bit later.

Regards
HF

14.12.2011 19:03, Kristian Nielsen wrote:
Sergei Petrunia<psergey@xxxxxxxxxxxx>  writes:

We have a repeatable failure like this:

https://internal.askmonty.org/buildbot/builders/gcov/builds/830/steps/test_1/logs/stdio
innodb_plugin.innodb_gis                 w3 [ fail ]
         Test ended at 2011-12-14 06:52:31

CURRENT_TEST: innodb_plugin.innodb_gis
mysqltest: At line 1: query 'SET storage_engine=innodb' failed: 1286: Unknown table engine 'innodb'

The result from queries just before the failure was:
SET storage_engine=innodb;
It's probably just missing

     --source include/have_innodb.inc

at the top.

  - Kristian.



References