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

add binlog row minimal and noblob image support #103

Merged
merged 14 commits into from Dec 29, 2014

Commits on Dec 17, 2014

  1. Copy the full SHA
    9586be6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52567a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2014

  1. Copy the full SHA
    9f001d2 View commit details
    Browse the repository at this point in the history
  2. try fix again

    siddontang committed Dec 21, 2014
    Copy the full SHA
    9af9729 View commit details
    Browse the repository at this point in the history
  3. try fix again

    TypeError: unsupported operand type(s) for &: 'float' and 'int'
    siddontang committed Dec 21, 2014
    Copy the full SHA
    50fc271 View commit details
    Browse the repository at this point in the history
  4. try fix, I hate python's dynamic type

    TypeError: 'float' object cannot be interpreted as an integer
    siddontang committed Dec 21, 2014
    Copy the full SHA
    12e2eca View commit details
    Browse the repository at this point in the history
  5. try fix error

    TypeError: bytearray indices must be integers
    siddontang committed Dec 21, 2014
    Copy the full SHA
    dac47a4 View commit details
    Browse the repository at this point in the history
  6. try fix

    error: unpack requires a string argument of length 4
    siddontang committed Dec 21, 2014
    Copy the full SHA
    facd62c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. try fix

    error: unpack requires a string argument of length 4
    siddontang committed Dec 22, 2014
    Copy the full SHA
    b59ebc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2014

  1. remove confused comment

    siddontang committed Dec 24, 2014
    Copy the full SHA
    011eae5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c8cfca8 View commit details
    Browse the repository at this point in the history
  3. use simple bit operations instead

    not use mysql bitmap
    siddontang committed Dec 24, 2014
    Copy the full SHA
    3ede586 View commit details
    Browse the repository at this point in the history
  4. add minimal row image test

    siddontang committed Dec 24, 2014
    Copy the full SHA
    c02f99b View commit details
    Browse the repository at this point in the history
  5. fix test error

    siddontang committed Dec 24, 2014
    Copy the full SHA
    bdfc90f View commit details
    Browse the repository at this point in the history