1. 19 Mar, 2013 1 commit
  2. 17 Mar, 2013 2 commits
    • Olivier Bertrand's avatar
      - Update tests that failed because of NULL columns · f81c60a4
      Olivier Bertrand authored
      modified:
        mysql-test/suite/connect/r/bin.result
        mysql-test/suite/connect/r/csv.result
        mysql-test/suite/connect/r/dbf.result
        mysql-test/suite/connect/r/dir.result
        mysql-test/suite/connect/r/fix.result
        mysql-test/suite/connect/r/fmt.result
        mysql-test/suite/connect/r/general.result
        mysql-test/suite/connect/r/index.result
        mysql-test/suite/connect/r/vec.result
        mysql-test/suite/connect/t/bin.test
        mysql-test/suite/connect/t/csv.test
        mysql-test/suite/connect/t/dbf.test
        mysql-test/suite/connect/t/dir.test
        mysql-test/suite/connect/t/fix.test
        mysql-test/suite/connect/t/fmt.test
        mysql-test/suite/connect/t/general.test
        mysql-test/suite/connect/t/index.test
        mysql-test/suite/connect/t/vec.test
      f81c60a4
    • Olivier Bertrand's avatar
      - Add in create a check for nullable columns not supported by some table types. · 5008a3e8
      Olivier Bertrand authored
      modified:
        storage/connect/ha_connect.cc
        storage/connect/mycat.cc
        storage/connect/mycat.h
      5008a3e8
  3. 14 Mar, 2013 1 commit
  4. 13 Mar, 2013 6 commits
  5. 12 Mar, 2013 1 commit
    • Olivier Bertrand's avatar
      - New handling of default file name: · 7572315e
      Olivier Bertrand authored
        Not added as an option but handled when the table is used.
        An empty file is created in the database directory if not exists.
      
      modified:
        storage/connect/ha_connect.cc
        storage/connect/mycat.cc
        storage/connect/tabdos.cpp
        storage/connect/tabmul.cpp
        storage/connect/tabsys.cpp
        storage/connect/tabxml.cpp
      7572315e
  6. 11 Mar, 2013 5 commits
  7. 10 Mar, 2013 2 commits
  8. 08 Mar, 2013 4 commits
  9. 07 Mar, 2013 6 commits
  10. 06 Mar, 2013 4 commits
  11. 05 Mar, 2013 2 commits
  12. 04 Mar, 2013 2 commits
  13. 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
  14. 02 Mar, 2013 2 commits
    • Olivier Bertrand's avatar
      - Some end of lines changed from CRLF to LF · 8103dd5e
      Olivier Bertrand authored
      modified:
        storage/connect/reldef.h
        storage/connect/tabxml.h
        storage/connect/value.h
      8103dd5e
    • Olivier Bertrand's avatar
      - Fix conversion bug for MS-DOM XML tables. The node content was written · 5972b56a
      Olivier Bertrand authored
        and read as if the table DATA_CHARSET was ANSI instead of UTF-8. Warning
        are now provided when the read content of a node is truncated.
      
      modified:
        storage/connect/domdoc.cpp
        storage/connect/domdoc.h
        storage/connect/libdoc.cpp
        storage/connect/libdoc.h
        storage/connect/plgxml.h
        storage/connect/tabxml.cpp
      
      - Conditional compilation of pre_create depending on the MARIADB setting.
      
      modified:
        storage/connect/ha_connect.cc
        storage/connect/ha_connect.h
      5972b56a