Skip to content

Commit

Permalink
executor: refine builder
Browse files Browse the repository at this point in the history
Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 committed Mar 6, 2020
1 parent c1f00bc commit 1beeff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,7 @@ func (b *executorBuilder) buildMemTable(v *plannercore.PhysicalMemTable) Executo
strings.ToLower(infoschema.TableCollations),
strings.ToLower(infoschema.TableCharacterSets),
strings.ToLower(infoschema.TableKeyColumn),
strings.ToLower(infoschema.TableUserPrivileges),
strings.ToLower(infoschema.TableCollationCharacterSetApplicability):
return &MemTableReaderExec{
baseExecutor: newBaseExecutor(b.ctx, v.Schema(), v.ExplainID()),
Expand Down

0 comments on commit 1beeff5

Please sign in to comment.