tidb-incubator / weir

Apache License 2.0
97 stars 40 forks source link

support binary prepare commands #19

Closed teckick closed 3 years ago

teckick commented 3 years ago

What problem does this PR solve?

support binary prepare commands:

What is changed and how it works?

When execute binary prepare commands, a backend connection will be attached to query context, just like start a transaction.

Check List

Tests