mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01: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:
@@ -91,11 +91,10 @@ class RDSvc : public QObject
|
||||
const QString &logname,QString *report);
|
||||
void clearLogLinks(RDSvc::ImportSource src,const QDate &date,
|
||||
const QString &logname);
|
||||
void create(const QString exemplar) const;
|
||||
void remove() const;
|
||||
QString xml() const;
|
||||
static bool create(const QString &name,QString *err_msg,
|
||||
const QString &exemplar);
|
||||
const QString &exemplar,RDConfig *config);
|
||||
static void remove(const QString &name);
|
||||
static bool exists(const QString &name);
|
||||
static QString timeString(int hour,int secs);
|
||||
|
||||
Reference in New Issue
Block a user