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
mysql_real_connect@libmysqlclient_16
   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
mysql_real_connect@libmysqlclient_16 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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to