Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.1.4
-
Component/s: None
-
Labels:None
Description
Warnings from lld linker:
ld.lld: warning: attempt to reassign symbol 'mysql_get_timeout_value' of version 'libmysqlclient_18' to version 'libmariadb_3'
|
ld.lld: warning: attempt to reassign symbol 'mysql_get_timeout_value_ms' of version 'libmysqlclient_18' to version 'libmariadb_3'
|
ld.lld: warning: attempt to reassign symbol 'mysql_get_timeout_value' of version 'libmysqlclient_18' to version 'libmariadb_3'
|
ld.lld: warning: attempt to reassign symbol 'mysql_get_timeout_value_ms' of version 'libmysqlclient_18' to version 'libmariadb_3'
|
lld guy says that we have some problem with our linking scripts: https://bugs.llvm.org/show_bug.cgi?id=37154
Here is where error was changed to warning for our case: https://reviews.llvm.org/D64549
I'm not sure in which version to fix it. Probably we wont change anything with our GA versions so I put 10.5 as fixVersion.