Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
The test spider.spider_fixes fails in mysql-test. (possibly after the merge with Spider 3.2.4).
I have temporarily disabled this test.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Critical [ 2 ] | Blocker [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Labels | spider |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 42304 ] | MariaDB v2 [ 44776 ] |
Workflow | MariaDB v2 [ 44776 ] | MariaDB v3 [ 64199 ] |
Workflow | MariaDB v3 [ 64199 ] | MariaDB v4 [ 147946 ] |
Also, spider fails to compile on Windows, the error is
147>Link:
147> Creating library C:/bzr/bb-win32/win32-debug2/build/storage/spider/Debug/ha_spider.lib and object C:/bzr/bb-win32/win32-debug2/build/storage/spider/Debug/ha_spider.exp
147>spd_ping_table.obj : error LNK2001: unresolved external symbol "bool volatile abort_loop" (?abort_loop@@3_NC)
147>spd_db_mysql.obj : error LNK2019: unresolved external symbol "bool volatile abort_loop" (?abort_loop@@3_NC) referenced in function "public: virtual bool __thiscall spider_db_mysql::trx_start_in_bulk_sql(void)" (?trx_start_in_bulk_sql@spider_db_mysql@@UAE_NXZ)
147>C:\bzr\bb-win32\win32-debug2\build\storage\spider\Debug\ha_spider.dll : fatal error LNK1120: 1 unresolved externals
147>
147>Build FAILED.