2018-07-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rddgmgr(8) that would cause an abort if a '_STACK'
	table was found missing when updating to schema 293.
This commit is contained in:
Fred Gleason
2018-07-17 15:23:48 +00:00
parent 3c9e8ccb9b
commit 7e9aa59c94
4 changed files with 54 additions and 31 deletions

View File

@@ -113,6 +113,7 @@ class MainObject : public QObject
bool PrintStatus(QString *err_msg) const;
void WriteSchemaVersion(int ver) const;
bool TableExists(const QString &tbl_name) const;
bool DropTable(const QString &tbl_name,QString *err_msg=NULL) const;
Command db_command;
QString db_mysql_hostname;