]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed list_mysql_databases
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 27 Jul 2009 16:51:39 +0000 (16:51 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 27 Jul 2009 16:51:39 +0000 (16:51 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@598 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/list_mysql_databases
code_perl/Maasha/SQL.pm

index 5c34482c99e728c811ab77c56e59108ac80ba91d..040e7ab62e0da4b28326bb414a6d4baaca8ccef8 100755 (executable)
@@ -43,8 +43,8 @@ $password = $ENV{ "USER" };
 
 $options = Maasha::Biopieces::parse_options(
     [
-        { long => 'user',     short => 'i', type => 'string', mandatory => 'no', default => $user,     allowed => undef, disallowed => undef },
-        { long => 'password', short => 'n', type => 'string', mandatory => 'no', default => $password, allowed => undef, disallowed => undef },
+        { long => 'user',     short => 'u', type => 'string', mandatory => 'no', default => $user,     allowed => undef, disallowed => undef },
+        { long => 'password', short => 'p', type => 'string', mandatory => 'no', default => $password, allowed => undef, disallowed => undef },
     ]   
 );
 
index 048fdf7c90af45bd62499e91b164d804ffacec28..385c10e025ed8269e78e56e885d4f79ab3e43dd4 100644 (file)
@@ -485,7 +485,7 @@ sub del_column
 }
 
 
-sub load_sql_file
+sub bulk_load_file
 {
     # Martin A. Hansen, January 2004.