You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support more index options to pass "create table" through vtexplain
USING was already supported, but I added COMMENT and KEY_BLOCK_SIZE.
I didn't add WITH PARSER, though I guess that would be easy enough.
IndexOption struct might be a little wrong.
I ended up making "Using" a string, so that it wouldn't be quoted.
(I tried to not append to an array, just fill in the struct,
but was so far defeated by yacc.)
In parse_test.go I did change the tests with "USING" to lowercase.
I think that's okay.
Signed-off-by: Scott Lanning <[email protected]>
0 commit comments