Skip to content

Commit

Permalink
Remove testing changes
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Feb 1, 2025
1 parent e9551de commit 6616100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/local/vstream_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
*/
func main() {
ctx := context.Background()
streamCustomer := false
streamCustomer := true
var vgtid *binlogdatapb.VGtid
if streamCustomer {
vgtid = &binlogdatapb.VGtid{
Expand All @@ -64,7 +64,7 @@ func main() {
filter := &binlogdatapb.Filter{
Rules: []*binlogdatapb.Rule{{
Match: "customer",
Filter: "select * from customer where customer_id > 5 and customer_id < 10",
Filter: "select * from customer",
}},
}
conn, err := vtgateconn.Dial(ctx, "localhost:15991")
Expand Down

0 comments on commit 6616100

Please sign in to comment.