Skip to content

Commit

Permalink
0001239: Add the ability to NOT add triggers to a client database unt…
Browse files Browse the repository at this point in the history
…il initial load has finished
  • Loading branch information
chenson42 committed May 23, 2013
1 parent 1d69268 commit 8f71369
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -956,7 +956,7 @@ public void syncTriggers(StringBuilder sqlBuffer, boolean force) {

List<Trigger> triggersForCurrentNode = getTriggersForCurrentNode();

boolean createTriggersForTables = true;
boolean createTriggersForTables = false;
String nodeId = nodeService.findIdentityNodeId();
if (StringUtils.isNotBlank(nodeId)) {
NodeSecurity nodeSecurity = nodeService.findNodeSecurity(nodeId);
Expand Down

0 comments on commit 8f71369

Please sign in to comment.