• Olivier Bertrand's avatar
    - Use BIN type when charset='binary' · 307258c8
    Olivier Bertrand authored
      modified:   storage/connect/ha_connect.cc
    
    - Allow JSON columns to be "binary"
      By setting their type as VARBINAY(132)
      and their name begin with Jbin_
      modified:   storage/connect/json.h
      modified:   storage/connect/jsonudf.cpp
      modified:   storage/connect/tabjson.cpp
      modified:   storage/connect/value.cpp
      modified:   storage/connect/value.h
    
    - CHARSET BINARY cannot be used for text columns
      modified:   storage/connect/mysql-test/connect/r/updelx.result
      modified:   storage/connect/mysql-test/connect/t/updelx.test
    307258c8
value.h 17.9 KB