mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added an 'Engine=' directive to the [MySQL] section of rd.conf(5). * Refactored the schema update code to use standard form in rdadmin(1).
This commit is contained in:
@@ -26,6 +26,16 @@ Password=letmein
|
||||
Database=Rivendell
|
||||
Driver=QMYSQL3
|
||||
|
||||
; Specify the type of DB storage engine to use when creating new tables.
|
||||
; To get a list of supported engine types, use the 'SHOW ENGINES;' command
|
||||
; in mysql(1).
|
||||
;
|
||||
; It is also possible to specify 'default', in which case Rivendell will
|
||||
; use whatever default engine type is configured in MySQL.
|
||||
;
|
||||
; The default value is 'default'.
|
||||
Engine=MyISAM
|
||||
|
||||
[AudioStore]
|
||||
MountSource=
|
||||
MountType=
|
||||
|
Reference in New Issue
Block a user