Skip to content

Commit

Permalink
slack-15.0: fix crash in vtbench
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Jul 11, 2024
1 parent 9bff6a9 commit 7379c58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions go/cmd/vtbench/vtbench.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ func initFlags(fs *pflag.FlagSet) {
fs.StringVar(&sql, "sql", sql, "SQL statement to execute")
fs.IntVar(&threads, "threads", threads, "Number of parallel threads to run")
fs.IntVar(&count, "count", count, "Number of queries per thread")

grpccommon.RegisterFlags(fs)
log.RegisterFlags(fs)
logutil.RegisterFlags(fs)
acl.RegisterFlags(fs)
servenv.RegisterMySQLServerFlags(fs)
}
Expand Down

0 comments on commit 7379c58

Please sign in to comment.