Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utf8mb4 support? #127

Closed
cccc1999 opened this issue Aug 3, 2015 · 1 comment
Closed

utf8mb4 support? #127

cccc1999 opened this issue Aug 3, 2015 · 1 comment

Comments

@cccc1999
Copy link
Contributor

cccc1999 commented Aug 3, 2015

ran into this

 File "/nail/home/cheng/replication_handler/virtualenv_run/local/lib/python2.7/site-packages/pymysqlreplication/row_event.py", line 372, in __getattr__
    self._fetch_rows()
  File "/nail/home/cheng/replication_handler/virtualenv_run/local/lib/python2.7/site-packages/pymysqlreplication/row_event.py", line 367, in _fetch_rows
    self.__rows.append(self._fetch_one_row())
  File "/nail/home/cheng/replication_handler/virtualenv_run/local/lib/python2.7/site-packages/pymysqlreplication/row_event.py", line 462, in _fetch_one_row
    row["after_values"] = self._read_column_data(null_bitmap)
  File "/nail/home/cheng/replication_handler/virtualenv_run/local/lib/python2.7/site-packages/pymysqlreplication/row_event.py", line 98, in _read_column_data
    values[name] = self.__read_string(2, column)
  File "/nail/home/cheng/replication_handler/virtualenv_run/local/lib/python2.7/site-packages/pymysqlreplication/row_event.py", line 176, in __read_string
    string = string.decode(column.character_set_name)
LookupError: unknown encoding: utf8mb4
@cccc1999 cccc1999 closed this as completed Aug 3, 2015
@cccc1999
Copy link
Contributor Author

cccc1999 commented Aug 3, 2015

just saw this #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant