2017-12-05 Fred Gleason <fredg@paravelsystems.com>

* Changed the default [mySQL] 'Engine=' directive value to 'MyISAM'.
This commit is contained in:
Fred Gleason
2017-12-05 13:59:03 -05:00
parent 6cbe0d9a70
commit 848e1602a3
2 changed files with 3 additions and 1 deletions

View File

@@ -16411,3 +16411,5 @@
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'ListLogs' Web API call that caused inconsistent
results with filter strings with leading or trailing whitespace.
2017-12-05 Fred Gleason <fredg@paravelsystems.com>
* Changed the default [mySQL] 'Engine=' directive value to 'MyISAM'.

View File

@@ -64,7 +64,7 @@
#define DEFAULT_MYSQL_PASSWORD "letmein"
#define DEFAULT_MYSQL_DRIVER "QMYSQL3"
#define DEFAULT_MYSQL_HEARTBEAT_INTERVAL 360
#define DEFAULT_MYSQL_ENGINE "default"
#define DEFAULT_MYSQL_ENGINE "MyISAM"
#define DEFAULT_MYSQL_CHARSET "latin1"
#define DEFAULT_MYSQL_COLLATION "latin1_swedish_ci"
#define MYSQL_BUILTIN_DATABASE "mysql"