tadeck / yubico-yubiserve

Automatically exported from code.google.com/p/yubico-yubiserve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql.dump using MyISAM

GoogleCodeExporter opened this issue · comments

 Hi,

What steps will reproduce the problem?
1. Look at src/dump.mysql

What is the expected output? What do you see instead?
ENGINE=MyISAM, should be ENGINE=InnoDB

What version of the product are you using? On what operating system?
Browsing the GIT trunk, r67.

Please provide any additional information below.
Is there a reason behind using MyISAM? InnoDB/XtraDB seems to be the more 
future-proof choice.


Cheers, Nafallo

Original issue reported on code.google.com by Nafall...@gmail.com on 23 Apr 2013 at 6:21

Good point;

I had a go at changing it, however, when I do we can no longer pass our unit 
tests when using mysql.  I am unsure exactly why changing the table type would 
have this affect, so have left it at MyISAM for right now.

Original comment by glen.ogilvie@gmail.com on 6 Sep 2013 at 9:59