We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1ee8c commit 3e839c7Copy full SHA for 3e839c7
pymysqlreplication/row_event.py
@@ -807,6 +807,9 @@ def _sync_column_info(self):
807
if not self.__optional_meta_data:
808
# If optional_meta_data is False Do not sync Event Time Column Schemas
809
return
810
+ if len(self.optional_metadata.column_name_list) == 0:
811
+ # May Be Now BINLOG_ROW_METADATA = FULL But Before Action BINLOG_ROW_METADATA Mode = MINIMAL
812
+ return
813
charset_pos = 0
814
enum_or_set_pos = 0
815
enum_pos = 0
0 commit comments