X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FSQL%2FMySQL.pm;h=2690f72de8dd0851de39a514009ae519e6724a75;hb=4bbb37bba17d5c9e9f336e5f03386b165b4833d7;hp=01e9c40d8752f34e382cb0f31b3c9960c0980136;hpb=476b3969a4dc85c85800f346fb058e2934673c48;p=dbsrgits%2FSQL-Translator-2.0-ish.git diff --git a/lib/SQL/Translator/Producer/SQL/MySQL.pm b/lib/SQL/Translator/Producer/SQL/MySQL.pm index 01e9c40..2690f72 100644 --- a/lib/SQL/Translator/Producer/SQL/MySQL.pm +++ b/lib/SQL/Translator/Producer/SQL/MySQL.pm @@ -253,13 +253,10 @@ role SQL::Translator::Producer::SQL::MySQL { if( my $sql = $view->sql ){ $create .= " AS (\n ${sql}\n )"; } - # $create .= ""; return $create; } method create_table($table, $options) { -# my ($table, $options) = @_; - my $qt = $options->{quote_table_names} || ''; my $qf = $options->{quote_field_names} || '';