dolthub / go-mysql-server

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
Apache License 2.0
2.32k stars 199 forks source link

Bug fix: Fix `@@binlog_row_metadata`, add `@@binlog_row_image` #2591

Closed fulghum closed 2 months ago

fulghum commented 2 months ago

Fixes an error in the definition for the @@binlog_row_metadata system variable that prevented it from being queried. Adds the @@binlog_row_image system variable that was missing.