pingcap / parser

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

Model: add the new field to the Job Struct. #1272

Closed ou-bing closed 3 years ago

ou-bing commented 3 years ago

What problem does this PR solve?

Support to delete multiple indexes in one statement.

What is changed and how it works?

Add the new field to the Job Struct, I want to save some warnings when performing the change multi-schema operation.

ou-bing commented 3 years ago

@zimulala hello, I want to save some warnings when performing the change multi-schema operation. Do you think that's ok?