Rodrigo Kochenburger c94461932f Prevents MySQL driver to failing when version table alredy exists
The MySQL driver is using `CREATE TABLE IF NOT EXISTS`, which causes
the MySQL database to raise warnings. The golang driver collects
the warnings and return a composite object (mysql.MySQLWarnings) as
an error that needs to be properly handled.

This change stops the driver from failing in case there are only
warnings.
2014-12-04 13:49:26 -08:00
..
2014-08-25 17:44:45 +02:00
2014-11-17 12:56:51 +01:00
2014-08-13 14:34:40 +02:00
2014-10-11 01:22:15 +02:00