pingcap / parser

A MySQL Compatible SQL Parser
Apache License 2.0
1.41k stars 489 forks source link

Remove useless const AddIndexStr,AddPrimaryKeyStr #1275

Closed JaySon-Huang closed 3 years ago

JaySon-Huang commented 3 years ago

Signed-off-by: JaySon-Huang tshent@qq.com

What problem does this PR solve?

Related to https://github.com/pingcap/tidb/issues/25507

What is changed and how it works?

Seems that we don't need to export the const AddIndexStr nor AddPrimaryKeyStr anymore after https://github.com/pingcap/tidb/pull/26218

Check List

Tests

Code changes

Side effects

Related changes

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

kennytm commented 3 years ago

/lgtm