Comment 2 for bug 524668

Revision history for this message
Geert JM Vanderkelen (geertjmvdk) wrote :

revno: 218
committer: Geert Vanderkelen <email address hidden>
branch nick: myconnpy-BENCH
timestamp: Mon 2010-02-22 09:58:17 +0100
message:
  Fix parsing MySQL versions which have none-digits

  * Removing the parsing using regular expressions broke parsing versions which
  contain non-digits, e.g. 5.1.42-log or 5.0.50a-log.
  * Adding test case for bug lp:524668, but if the MySQL server used has
  logging enabled, the other test cases would fail too.