Skip to content

Commit

Permalink
0004412: Add license violation to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jun 2, 2020
1 parent 5559eb6 commit f418ce1
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -286,6 +286,9 @@ public static File createSnapshot(ISymmetricEngine engine) {
extract(export, new File(tmpDir, "sym_context.csv"),
TableConstants.getTableName(tablePrefix, TableConstants.SYM_CONTEXT));

extract(export, new File(tmpDir, "sym_node_host_channel_stats.csv"),
TableConstants.getTableName(tablePrefix, TableConstants.SYM_NODE_HOST_CHANNEL_STATS));

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 f418ce1

Please sign in to comment.