X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FMySQL.pm;h=923de6fa117a26e76f68f64a3213f8a0975b9219;hb=e0583e2c4b2a78bd79b0565b5473bab118bcd3cf;hp=ff756060f0303e199f4e1bccb1e102aebaea6d0e;hpb=9b573dbd42b1ac744adaf69c00ea6a996016b158;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/MySQL.pm b/lib/SQL/Translator/Producer/MySQL.pm index ff75606..923de6f 100644 --- a/lib/SQL/Translator/Producer/MySQL.pm +++ b/lib/SQL/Translator/Producer/MySQL.pm @@ -82,7 +82,7 @@ Set the fields character set and collation order. use strict; use warnings; our ( $DEBUG, %used_names ); -our $VERSION = '1.59'; +our $VERSION = '1.59_01'; $DEBUG = 0 unless defined $DEBUG; # Maximum length for most identifiers is 64, according to: