* my_init is now weak, seems no longer to be there in 5.5 (bug ID 17490)

git-svn-id: trunk@16047 -
This commit is contained in:
michael 2010-09-26 08:45:33 +00:00
parent 347267dfe6
commit f3713b9f5e

View File

@ -1628,7 +1628,7 @@ const
mysql_symbols: array[0..91] of TLibSymbol = (
// Only the procedure that are given in the c-library documentation are loaded, to
// avoid problems with 'incomplete' libraries
(pvar:@my_init; name:'my_init'; weak:false),
(pvar:@my_init; name:'my_init'; weak:true),
(pvar:@my_thread_init; name:'my_thread_init'; weak:true),
(pvar:@my_thread_end; name:'my_thread_end'; weak:true),