cashapp / spirit

Online Schema Change Tool for MySQL 8.0+
Apache License 2.0
113 stars 20 forks source link

Change checkpoint to use dbconn.Exec instead of [sql].ExecContext #327

Closed morgo closed 4 months ago

morgo commented 4 months ago

Reported by @jayjanssen

The rest of our code intentionally does not use prepared statements here. Manual inspection shows this is the one exception.

We try not to use prepared statements here because the resource limit is global, and we have no control over the other apps.