Skip to content

Commit

Permalink
fix explain test
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Jun 30, 2022
1 parent 01ab3b8 commit 934ea38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/explaintest/r/new_character_set_invalid.result
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Table Create Table
t CREATE TABLE `t` (
`e` enum('红','jY') COLLATE gbk_bin DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=gbk COLLATE=gbk_bin
set @@sql_mode = '';
1 change: 1 addition & 0 deletions cmd/explaintest/t/new_character_set_invalid.test
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ show create table t;
drop table t;
create table t( e enum(0xBAEC,0x6A59)) collate gbk_bin;
show create table t;
set @@sql_mode = '';

0 comments on commit 934ea38

Please sign in to comment.