kryskool / yubico-yubiserve

Automatically exported from code.google.com/p/yubico-yubiserve
GNU General Public License v3.0
1 stars 1 forks source link

mysql.dump using MyISAM #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
 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

GoogleCodeExporter commented 9 years ago
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