Skip to content

Commit

Permalink
[mod] remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
noorall committed Dec 3, 2023
1 parent 9fcc82a commit 4096cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/compile/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var (
deleteMoIndexesWithTableIdFormat = `delete from mo_catalog.mo_indexes where table_id = %v;`
deleteMoIndexesWithTableIdAndIndexNameFormat = `delete from mo_catalog.mo_indexes where table_id = %v and name = '%s';`
updateMoIndexesVisibleFormat = `update mo_catalog.mo_indexes set is_visible = %v where table_id = %v and name = '%s';`
updateMoIndexesTruncateTableFormat = `update mo_catalog.mo_indexes set table_id = %v where table_id = %v`
//updateMoIndexesTruncateTableFormat = `update mo_catalog.mo_indexes set table_id = %v where table_id = %v`
)

var (
Expand Down

0 comments on commit 4096cda

Please sign in to comment.