mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 23:55:56 +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:
@@ -23,6 +23,7 @@
|
||||
#include <qdatetime.h>
|
||||
#include <qsqldatabase.h>
|
||||
|
||||
#include <rdconfig.h>
|
||||
#include <rdlog_line.h>
|
||||
|
||||
#ifndef RDLOG_EVENT_H
|
||||
@@ -42,8 +43,8 @@ class RDLogEvent
|
||||
void setLogName(QString logname);
|
||||
QString serviceName() const;
|
||||
int load(bool track_ptrs=false);
|
||||
void saveModified(bool update_tracks=true);
|
||||
void save(bool update_tracks=true,int line=-1);
|
||||
void saveModified(RDConfig *config,bool update_tracks=true);
|
||||
void save(RDConfig *config,bool update_tracks=true,int line=-1);
|
||||
int append(const QString &logname,bool track_ptrs=false);
|
||||
int validate(QString *report,const QDate &date);
|
||||
void clear();
|
||||
|
||||
Reference in New Issue
Block a user