bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able


From: hjl.tools at gmail dot com
Subject: [Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able to open libmysqlclient.so
Date: Mon, 22 Feb 2016 18:53:31 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19698

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> ---
How was libmysqlclient.so built? I saw:

    78: 00000000000296d0     0 FUNC    GLOBAL DEFAULT   11
mysql_real_connect@@libmysqlclient_16
   229: 00000000000296d0  3522 FUNC    GLOBAL DEFAULT   11
mysql_real_connect@@libmysqlclient_18
   331: 000000000002b7d0   187 FUNC    GLOBAL DEFAULT   11 

There can't be 2 default version for mysql_real_connect, one is
mysql_real_connect@@libmysqlclient_16 and the other is

mysql_real_connect_cont@@libmysqlclient_18

My libmysqlclient.so has

   538: 000000000002d020     0 FUNC    GLOBAL DEFAULT   12
address@hidden
   539: 000000000002d020  4406 FUNC    GLOBAL DEFAULT   12
mysql_real_connect@@libmysqlclient_18
   574: 000000000002f830   216 FUNC    GLOBAL DEFAULT   12 

mysql_real_connect@@libmysqlclient_18 is default and
address@hidden isn't.

The difference is @@libmysqlclient_16 vs @libmysqlclient_16.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]