]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/write_mysql
removed debug message
[biopieces.git] / bp_bin / write_mysql
index aa2c5a431cc703814f7441c7ad93f9957263ed3b..2d0a2142f83ea0cc15f7efa38fe94f4d6f7a4280 100755 (executable)
@@ -122,6 +122,10 @@ if ( Maasha::SQL::table_exists( $dbh, $options->{ 'table' } ) )
         create_table( $dbh, $options->{ 'table' }, $type_hash, $options->{ 'index' }, $options->{ 'verbose' } );
     }
 }
+else
+{
+    create_table( $dbh, $options->{ 'table' }, $type_hash, $options->{ 'index' }, $options->{ 'verbose' } );
+}
 
 Maasha::SQL::bulk_load_file( $dbh, $tmp_file, $options->{ 'table' }, "\t" ) if Maasha::SQL::table_exists( $dbh, $options->{ 'table' } );