wesql / wescale

WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.
Apache License 2.0
196 stars 8 forks source link

fix: remove setPrirotiy and refactor AlterFilter; #483

Closed newborn22 closed 2 months ago

newborn22 commented 2 months ago

Related Issue(s) & Descriptions

  1. remove setPrirotiy from struct AlterWescaleFilter
  2. set UnsetValueOfStmt = "-75516781"
  3. refactor struct AlterWescaleFilter to reuse CreateWescaleFilter

    Checklist