We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f42c42 commit 4358583Copy full SHA for 4358583
pymysqlreplication/tests/test_basic.py
@@ -339,7 +339,8 @@ def test_fetch_column_names_from_schema(self):
339
self.assertNotIn("data", event.rows[0]["values"])
340
341
# cleanup
342
- self.execute("SET SESSION binlog_row_metadata = 'FULL'")
+ if self.isMySQL80AndMore():
343
+ self.execute("SET SESSION binlog_row_metadata = 'FULL'")
344
row_event._COLUMN_NAME_CACHE.clear()
345
346
0 commit comments