* When the mysql-header-files were made, both "unsigned int" and "unsigned long" were converted to a dword. This works fine for most configurations, but not for x86_64-linux. So all dwors are changed in the culong and cuint types from ctypes ........ r8642 | joost | 2007-09-25 18:56:44 +0200 (Tue, 25 Sep 2007) | 1 line
* mysqlxxdyn now first looks for a version-specific library. ........