meituan / ptubes

Ptubes is a database disaster recovery product based on the PITR (Point In Time Recovery) method, which can be used to restore the entire database to a specific point in time to help users improve the reliability and security of the database
Other
54 stars 11 forks source link

fix: DDL SQL parse out of index problem #4 #14

Closed lvfeifei08 closed 2 years ago

lvfeifei08 commented 2 years ago

What is the purpose of the change

fix bug #4

Brief Changelog

Fix parse error where execute sql "alter table table_1" to clean up table holes.

Verify this change

myksl commented 2 years ago

I verified the code and tried to reproduce the previous issue, it looks like the bug has been fixed