http://bugs.winehq.org/show_bug.cgi?id=25044
--- Comment #4 from Daniel Hahler wine-bugzilla@thequod.de 2010-11-05 18:02:48 CDT ---
From the author of HeidiSQL (in
http://code.google.com/p/heidisql/issues/detail?id=2227#c9):
Feels related to usage of libmysql.dll [which is in the programs directory]. The last callstack line refers to the initial connection object initialization, before sending anything over the net: FHandle := mysql_init(nil); Could easily be the right lib is not where it's expected to be from the symlink's perspective. Finally this would be a Wine issue in that case I guess. Hmm..