Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.6: Open Source Block Explorer Knockoff
by
eurekafag
on 15/02/2012, 17:46:34 UTC
Please run the script in this post: https://bitcointalk.org/index.php?topic=22785.msg707302#msg707302

I've committed a small change that I hope will stop these MySQL duplicate key errors.

Thanks, now it works. Just out of curiosity why don't you support MyISAM engine? I tried replacing innodb with myisam in the source but then abe complains about inability to create a transactional database. Isn't MyISAM faster than InnoDB? I don't know just read some articles comparing them so I'm asking you.