Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go/vt/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5913,6 +5913,7 @@ func TestCreateTable(t *testing.T) {
" max_rows 0x6,\n" +
" min_rows 0x7,\n" +
" pack_keys 0x8,\n" +
" stats_auto_recalc 0x1,\n" +
" stats_persistent 0x9,\n" +
" stats_sample_pages 0x10\n",

Expand Down
Loading