1. 08 Mar, 2013 2 commits
  2. 07 Mar, 2013 6 commits
  3. 06 Mar, 2013 4 commits
  4. 05 Mar, 2013 2 commits
  5. 04 Mar, 2013 2 commits
  6. 03 Mar, 2013 2 commits
    • Olivier Bertrand's avatar
      - FIX a bug causing a crash when deleting a mapped table · 50beff5c
      Olivier Bertrand authored
      modified:
        storage/connect/filamap.cpp
      50beff5c
    • Olivier Bertrand's avatar
      - FIX a BUG: error (wrong value set) in: · 6a099440
      Olivier Bertrand authored
          update xempl set ddentree = adddate(ddentree, interval 16 year);
        The same value sdval was used to convert MySQL dates to CONNECT date
        value and CONNECT dates to MySQL date. This was wrong in update because
        the second time the wrong value was used converting to incoherent values.
        There are now 2 separate values used: sdvalin and sdvalout.
      
      modified:
        storage/connect/ha_connect.cc
        storage/connect/ha_connect.h
      6a099440
  7. 02 Mar, 2013 4 commits
  8. 01 Mar, 2013 4 commits
  9. 28 Feb, 2013 3 commits
  10. 27 Feb, 2013 7 commits
  11. 25 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      - Catalog table: Use XFLD as Flag value instead of column index. · edd16158
      Olivier Bertrand authored
      - Use the COLDEF flag to initialize column nullable value.
      - Fix a bug on inserting null values in MYSQL tables.
      
      modified:
        storage/connect/colblk.cpp
        storage/connect/connect.cc
        storage/connect/ha_connect.cc
        storage/connect/odbconn.cpp
        storage/connect/plgdbsem.h
        storage/connect/table.cpp
        storage/connect/tabmysql.cpp
      edd16158
  12. 24 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      - Add support to NULL values. This concern the MYSQL · 2b60525d
      Olivier Bertrand authored
        and ODBC table types. Not supported yet for indexes.
      
      modified:
        storage/connect/colblk.cpp
        storage/connect/colblk.h
        storage/connect/connect.cc
        storage/connect/ha_connect.cc
        storage/connect/tabmysql.cpp
        storage/connect/tabodbc.cpp
        storage/connect/valblk.cpp
        storage/connect/valblk.h
        storage/connect/value.cpp
        storage/connect/value.h
        storage/connect/xindex.cpp
      2b60525d
  13. 22 Feb, 2013 2 commits
    • Olivier Bertrand's avatar
      - Add header files to source files · a769cb2f
      Olivier Bertrand authored
      modified:
        storage/connect/CMakeLists.txt
      a769cb2f
    • Olivier Bertrand's avatar
      - Commiting merges · 0a280eb8
      Olivier Bertrand authored
        Simplify update in pre_create
      
      modified:
        mysql-test/suite/connect/r/mysql.result
        mysql-test/suite/connect/t/mysql.test
        mysql-test/suite/connect/t/xml.test
        storage/connect/CMakeLists.txt
        storage/connect/ha_connect.cc
        storage/connect/mycat.cc
      0a280eb8