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:
Fred Gleason
2017-12-01 17:37:37 -05:00
parent cbba0eb10a
commit a8ae9f9bfa
54 changed files with 4210 additions and 4680 deletions

View File

@@ -871,7 +871,7 @@ void ListLog::loadButtonData()
break;
case 3:
if(!RDLog::create(name,svcname,rdripc->user(),&err_msg)) {
if(!RDLog::create(name,svcname,rdripc->user(),&err_msg,air_config)) {
QMessageBox::warning(this,"RDAirPlay - "+tr("Error"),err_msg);
return;
}

View File

@@ -755,7 +755,7 @@ bool LogPlay::refresh()
void LogPlay::save(int line)
{
RDLogEvent::save(line);
RDLogEvent::save(air_config,line);
if(play_log!=NULL) {
delete play_log;
}