~percona-toolkit-dev/percona-toolkit/pt-osc-asks-for-confirmation-when-alter-foreign-key-method-none-1329422

« back to all changes in this revision

Viewing changes to sandbox/start-sandbox

Merge Kenny's pt-slave-restart-gtid-support branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
      echo "query_cache_size=$QUERY_CACHE_SIZE" >> /tmp/$port/my.sandbox.cnf
114
114
   fi
115
115
 
 
116
   if [ -n "$GTID" ]; then
 
117
      echo "gtid_mode=on" >> /tmp/$port/my.sandbox.cnf
 
118
      echo "enforce_gtid_consistency" >> /tmp/$port/my.sandbox.cnf
 
119
   fi
 
120
   if [ -n "$REPLICATION_THREADS" ]; then
 
121
      echo "slave_parallel_workers=$REPLICATION_THREADS" >> /tmp/$port/my.sandbox.cnf
 
122
   fi
 
123
 
116
124
   if [ -n "$EXTRA_DEFAULTS_FILE" ]; then
117
125
      cat "$EXTRA_DEFAULTS_FILE" >> /tmp/$port/my.sandbox.cnf
118
126
   fi