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.
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.