vitess.io/vitess@v0.16.2/examples/vtexplain/atomicity_method2_working.sh (about) 1 #!/bin/bash 2 set -x 3 vtexplain --vschema-file atomicity_vschema.json --schema-file atomicity_schema.sql --shards 4 --sql 'SET transaction_mode="single"; INSERT INTO t1 (c1) values (10),(14),(15),(16);'