Skip to content

Commit

Permalink
0002787: Add sym_console_event to the support snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Sep 12, 2016
1 parent 0e0414d commit aee9b26
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -242,6 +242,9 @@ public static File createSnapshot(ISymmetricEngine engine) {
extract(export, 5000, "order by relative_dir, file_name", new File(tmpDir, "sym_file_snapshot.csv"),
TableConstants.getTableName(tablePrefix, TableConstants.SYM_FILE_SNAPSHOT));

extract(export, new File(tmpDir, "sym_console_event.csv"),
TableConstants.getTableName(tablePrefix, TableConstants.SYM_CONSOLE_EVENT));

if (engine.getSymmetricDialect() instanceof FirebirdSymmetricDialect) {
final String[] monTables = { "mon$database", "mon$attachments", "mon$transactions", "mon$statements",
"mon$io_stats", "mon$record_stats", "mon$memory_usage", "mon$call_stack", "mon$context_variables"};
Expand Down

0 comments on commit aee9b26

Please sign in to comment.