Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a141dc7
)
Remove deprecated TYPE from sql table creation
author
elserj
<elserj@localhost>
Fri, 9 Dec 2016 17:29:57 +0000
(17:29 +0000)
committer
elserj
<elserj@localhost>
Fri, 9 Dec 2016 17:29:57 +0000
(17:29 +0000)
svn path=/; revision=652
interactome_scripts/supercluster_weighted.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/supercluster_weighted.pl
b/interactome_scripts/supercluster_weighted.pl
index 12e3444df555bf1286fac5e59e88d53cdca0e4df..1e10b6773673fc76d66a017647338ad5426c9652 100755
(executable)
--- a/
interactome_scripts/supercluster_weighted.pl
+++ b/
interactome_scripts/supercluster_weighted.pl
@@
-84,7
+84,7
@@
$dbh->do("CREATE TABLE $safe_super_table (
`species` VARCHAR( 255 ) NOT NULL ,
`gene` VARCHAR( 255 ) NOT NULL ,
UNIQUE ( `gene` )
- )
TYPE = MYISAM
");
+ )");
my $insert_sth = $dbh->prepare("insert ignore into $safe_super_table (super_id, species, gene) values (?,?,?)");