Skip to content

Commit

Permalink
remove usless change
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin2037 committed Sep 28, 2022
1 parent 9fd09b8 commit 19426fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/show.go
Expand Up @@ -139,7 +139,7 @@ func (e *ShowExec) Next(ctx context.Context, req *chunk.Chunk) error {
return nil
}

func (e *ShowExec) fetchAll(ctx context.Context) (err error) {
func (e *ShowExec) fetchAll(ctx context.Context) error {
// Temporary disables select limit to avoid miss the result.
// Because some of below fetch show result stmt functions will generate
// a SQL stmt and then execute the new SQL stmt to do the fetch result task
Expand Down

0 comments on commit 19426fa

Please sign in to comment.