• Olivier Bertrand's avatar
    - Fix MDEV-13621 JDBC UPDATE containing single or double quote chars produces wrong result · 5b998bf9
    Olivier Bertrand authored
      in ha_connect::GetStringOption
      modified:   storage/connect/ha_connect.cc
    
    - Begin implement data type BINARY
      modified:   storage/connect/ha_connect.cc
      modified:   storage/connect/myutil.cpp
      modified:   storage/connect/valblk.cpp
      modified:   storage/connect/valblk.h
      modified:   storage/connect/value.cpp
    
    - Fix MDEV-12422 CONNECT Engine to support CHECK TABLE
      Adding a fake check function returning HA_ADMIN_OK.
      modified:   storage/connect/ha_connect.h
    
    - Treat TBL (thread) as local when connected to the current server
      and return by timeout when a TBL remote table connection fail (Thread only)
      modified:   storage/connect/myconn.cpp
      modified:   storage/connect/tabmysql.h
      modified:   storage/connect/tabtbl.cpp
      modified:   storage/connect/tabtbl.h
    
    - Update some tests and result files
      Add test output to tbl_thread.test tryng to understand failure
      modified:   storage/connect/mysql-test/connect/r/tbl_thread.result
      modified:   storage/connect/mysql-test/connect/t/tbl_thread.test
      modified:   storage/connect/mysql-test/connect/r/updelx.result
    
    - Add the GetCsName function
      modified:   storage/connect/reldef.h
    5b998bf9
tabtbl.cpp 27.7 KB