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:
@@ -99,7 +99,7 @@ int RunLogOperation(int argc,char *argv[],const QString &svcname,
|
||||
}
|
||||
log->removeTracks(rdstation_conf,rduser,config);
|
||||
srand(QTime::currentTime().msec());
|
||||
sql=RDCreateStackTableSql(svcname_table);
|
||||
sql=RDCreateStackTableSql(svcname_table,config);
|
||||
q=new RDSqlQuery(sql);
|
||||
if(!q->isActive()) {
|
||||
fprintf(stderr,"SQL: %s\n",(const char *)sql);
|
||||
|
||||
Reference in New Issue
Block a user