wesql / wescale

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

Add mysqlprobe & autoprobe #550

Closed earayu closed 2 weeks ago

earayu commented 2 weeks ago

Related Issue(s) & Descriptions

  1. Add mysqlProbe, which allows wescale to consult vanilla mysql about the current role
  2. Add autoProbe, which is able to automatically detect the current usable probeFunc

Checklist

newborn22 commented 2 weeks ago

show slave status is deprecated, which means it will not work in mysql with version higher than 8.4 https://github.com/wesql/wescale/issues/545

earayu commented 2 weeks ago

show slave status is deprecated, which means it will not work in mysql with version higher than 8.4 #545

fixed