innodb_mysql.test fails with --embedded-server

Bug #724537 reported by Sergey Petrunia
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
Fix Released
Undecided
Sergey Petrunia

Bug Description

innodb_mysql.test fails with --embedded-server in buildbot on host "hardy"

Revision history for this message
Sergey Petrunia (sergefp) wrote :
Download full text (3.6 KiB)

http://buildbot.askmonty.org/buildbot/builders/hardy-amd64-fulltest/builds/1246/steps/test_1/logs/stdio

innodb_plugin.innodb-analyze 'xtradb' w2 [ pass ] 6
innodb_plugin.innodb_mysql 'xtradb' w1 [ fail ]
        Test ended at 2011-02-23 03:33:49

CURRENT_TEST: innodb_plugin.innodb_mysql
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use GCC atomic builtins
InnoDB: Compressed tables use zlib 1.2.3.3
InnoDB: The first specified data file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ibdata1 did not exist:
InnoDB: a new database to be created!
110223 3:33:14 InnoDB: Setting file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
110223 3:33:14 InnoDB: Log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile0 did not exist: new to be created
InnoDB: Setting log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
110223 3:33:14 InnoDB: Log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile1 did not exist: new to be created
InnoDB: Setting log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
110223 3:33:23 InnoDB: Error: table `test`.`bug29807` does not exist in the InnoDB internal
InnoDB: data dictionary though MySQL is trying to drop it.
InnoDB: Have you copied the .frm file of the table to the
InnoDB: MySQL database directory from another database?
InnoDB: You can look for further help from
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/innodb-troubleshooting.html
--- /space3/buildbot/hardy-amd64-newtest/build/mysql-test/suite/innodb_plugin/r/innodb_mysql.result 2011-02-23 03:17:10.000000000 +0100
+++ /space3/buildbot/hardy-amd64-newtest/build/mysql-test/suite/innodb_plugin/r/innodb_mysql.reject 2011-02-23 03:33:48.000000000 +0100
@@ -2233,27 +2233,21 @@
 SELECT * FROM t1 WHERE a = 'TEST' AND
 c >= '2009-10-09 00:00:00' AND c <= '2009-10-09 00:00:00';
 a b c
-TEST TEST 2009-10-09 00:00:00
 SELECT * FROM t1 WHERE a = 'TEST' AND
 c >= '2009-10-09 00:00:00.0' AND c <= '2009-10-09 00:00:00.0';
 a b c
-TEST TEST 2009-10-09 00:00:00
 SELECT * FROM t1 WHERE a = 'TEST' AND
 c >= '2009-10-09 00:00:00.0' AND c <= '2009-10-09 00:00:00';
 a b c
-TEST TEST 2009-10-09 00:00:00
 SELECT * FROM t1 WHERE a = 'TEST' AND
 c >= '2009-10-09 00:00:00' AND c <= '2009-10-09 00:00:00.0';
 a b c
-TEST TEST 2009-10-09 00:00:00
 SELECT * FROM t1 WHERE a = 'TEST' AND
 c >= '2009-10-09 00:00:00.000' AND c <= '2009-10-09 00:00:00.000';
 a b c
-TEST TEST 2009-10-09 00:00:00
 SELECT * FROM t1 WHERE a = 'TEST' AND
 c >= '2009-10-09 00:00:00.00' AND c <= '2009-10-09 00:00:00.001';
 a b c
-TEST TEST 2009-10-09 00:00:00...

Read more...

Changed in maria:
milestone: none → 5.3
assignee: nobody → Sergey Petrunia (sergefp)
Changed in maria:
status: New → Fix Committed
Changed in maria:
status: Fix Committed → Fix Released
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.