Comment 3 for bug 758792

Revision history for this message
Christian Herdtweck (christian-herdtweck-deactivatedaccount) wrote : Re: [Bug 758792] Re: bug in error message creation

thanks!

On 02/11/11 14:29, Geert JM Vanderkelen wrote:
> Quickly fixing this with something like this:
>
> if version< (4,1):
> raise errors.InterfaceError(
> "MySQL Version %s is not supported." % \
> self.protocol.server_version_original)
>