vitess-gh/go/vt/vtexplain
Andres Taylor 89cf26bc1c don't try to compare varchars in vtgate
we can't group together multiple varchar values into a IN query,
because that forces use to compare varchar values on the vtgate
level which we can't do correctly yet

Signed-off-by: Andres Taylor <andres@planetscale.com>
2021-01-08 10:30:32 +01:00
..
testdata don't try to compare varchars in vtgate 2021-01-08 10:30:32 +01:00
vtexplain.go Converted all occurences of DDL struct to DDLStatement interface 2020-12-02 12:47:57 +05:30
vtexplain_flaky_test.go goimports -local vitess.io/vitess -w . 2021-01-04 18:27:04 -05:00
vtexplain_topo.go run go fix ./... 2021-01-01 13:29:32 -05:00
vtexplain_vtgate.go goimports -local vitess.io/vitess -w . 2021-01-04 18:27:04 -05:00
vtexplain_vttablet.go Merge pull request #7199 from GuptaManan100/alter-table 2021-01-04 12:34:29 +05:30
vtexplain_vttablet_test.go add sequence table support for vtexplain 2020-12-15 14:55:47 -08:00