mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-12-05 Fred Gleason <fredg@paravelsystems.com>
* Changed the default [mySQL] 'Engine=' directive value to 'MyISAM'.
This commit is contained in:
@@ -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'.
|
||||
|
2
lib/rd.h
2
lib/rd.h
@@ -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"
|
||||
|
Reference in New Issue
Block a user