You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releaseNotes.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,3 +65,6 @@ This file describes the main feature changes for each InfoLogger released versio
65
65
- added infoBrowser "-admin" command-line option to enable shortcuts to archive commands in "Archive" menu.
66
66
- infoBrowser documentation updated.
67
67
- added infoBrowser "Display" menu to save/load window geometry and filters (replaces and extends the "Filters" menu). Possibily to start infoBrowser with settings loaded from file with -prefs command-line option.
theLog->info("Using DB %s@%s:%s", theConfig->dbUser.c_str(), theConfig->dbHost.c_str(), theConfig->dbName.c_str());
60
61
61
-
// init mysql lib
62
-
if (mysql_init(&db) == NULL) {
63
-
theLog->error("mysql_init() failed");
64
-
throw __LINE__;
65
-
}
66
-
67
62
// prepare insert query from 1st protocol definition
68
63
// e.g. INSERT INTO messages(severity,level,timestamp,hostname,rolename,pid,username,system,facility,detector,partition,run,errcode,errLine,errsource) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) */
0 commit comments