CURRENT_TEST: innodb.innodb-mdev7046
mysqltest: At line 31: query 'CREATE TABLE t1(id INT,purchased DATE)PARTITION BY RANGE(YEAR(purchased)) SUBPARTITION BY HASH(TO_DAYS(purchased)) SUBPARTITIONS 2 (PARTITION p0 VALUES LESS THAN MAXVALUE (SUBPARTITION sp0 DATA DIRECTORY='/tmp/not-existing' INDEX DIRECTORY='/tmp/not-existing',SUBPARTITION sp1))' failed with wrong errno 1103: 'Incorrect table name '/tmp/not-existing'', instead of 1...
- saving 'C:/bzr/bb-win32/win32-debug2/build/mysql-test/var/log/innodb.innodb-mdev7046-xtradb/' to 'C:/bzr/bb-win32/win32-debug2/build/mysql-test/var/log/innodb.innodb-mdev7046-xtradb/'
Retrying test innodb.innodb-mdev7046, attempt(2/3)...
worker[1] > Restart - not started
***Warnings generated in error logs during shutdown after running tests: innodb.innodb-mdev7046
141207 10:31:24 [ERROR] InnoDB: File .\test\t1#p#p1#sp#p1sp0.ibd: 'rename' returned OS error 103.
commit 0fe39b6856a108bca2e0767df94d9a429d5f8203
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Thu Dec 4 12:40:19 2014 +0200
MDEV-7262: innodb.innodb-mdev7046 and innodb-page_compression* fail on BuildBot
If persistent trim is not used some OS require that we write full page.