Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.35
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1907
10.1 be5698265a4195586142d1a34fdd1cce |
innodb.sp_temp_table 'xtradb' w2 [ fail ] Found warnings/errors in server log file!
|
Test ended at 2018-06-27 22:34:49
|
line
|
2018-06-27 22:34:48 139627042478848 [Warning] Could not remove temporary table: '/mnt/buildbot/build/mariadb-10.1.35/mysql-test/var/tmp/2/mysqld.1/#sql32e0_3_0', error: 2
|
^ Found warnings in /mnt/buildbot/build/mariadb-10.1.35/mysql-test/var/2/log/mysqld.1.err
|
ok
|
|
- saving '/mnt/buildbot/build/mariadb-10.1.35/mysql-test/var/2/log/innodb.sp_temp_table-xtradb/' to '/mnt/buildbot/build/mariadb-10.1.35/mysql-test/var/log/innodb.sp_temp_table-xtradb/'
|
worker[2] > Restart - not started
|
Attachments
Issue Links
- is caused by
-
MDEV-16515 InnoDB: Failing assertion: ++retries < 10000 in file dict0dict.cc line 2737
-
- Closed
-
Only MariaDB Server 10.1.35 is affected by this. In 10.2 and later, the code path would not be executed for temporary tables, because temporary tables would always reside in the dedicated tablespace, not in .ibd files.