1. 09 Jan, 2014 1 commit
    • Jan Lindström's avatar
      Fixed issues with atomic writes and compressed pages. · e80f2468
      Jan Lindström authored
      Temporal solution: In directFS using atomic writes
      we must use posix_fallocate to extend the file because
      pwrite past end of file fails but when compression is
      used the file pages must be physically initialized with
      zeroes, thus after file extend with posix_fallocate
      we still write empty pages to file.
      e80f2468
  2. 20 Dec, 2013 2 commits
  3. 19 Dec, 2013 2 commits
  4. 06 Dec, 2013 1 commit
  5. 05 Dec, 2013 1 commit
  6. 03 Dec, 2013 1 commit
  7. 02 Dec, 2013 1 commit
  8. 28 Nov, 2013 2 commits
  9. 26 Nov, 2013 2 commits
    • Olivier Bertrand's avatar
      - Fix gcc compilation warnings · 385dbaea
      Olivier Bertrand authored
      modified:
        storage/connect/odbconn.cpp
      
      - Prepare Value and Valblk to support unsigned data types
        (not operational yet)
      
      modified:
        storage/connect/colblk.cpp
        storage/connect/filamvct.cpp
        storage/connect/myconn.cpp
        storage/connect/plgdbutl.cpp
        storage/connect/tabdos.cpp
        storage/connect/tabodbc.cpp
        storage/connect/tabvct.cpp
        storage/connect/valblk.cpp
        storage/connect/valblk.h
        storage/connect/value.cpp
        storage/connect/value.h
        storage/connect/xindex.cpp
      385dbaea
    • Alexander Barkov's avatar
  10. 25 Nov, 2013 1 commit
  11. 22 Nov, 2013 1 commit
    • Olivier Bertrand's avatar
      - Fix good recognition of MYSQL table column types. · aaa982e7
      Olivier Bertrand authored
      modified:
        storage/connect/ha_connect.cc
        storage/connect/myconn.cpp
        storage/connect/myutil.cpp
        storage/connect/odbccat.h
        storage/connect/odbconn.cpp
        storage/connect/tabmysql.cpp
      
      - Add tests on new MYSQL features
      
      added:
        storage/connect/mysql-test/connect/my.cnf
        storage/connect/mysql-test/connect/r/mysql_discovery.result
        storage/connect/mysql-test/connect/r/mysql_exec.result
        storage/connect/mysql-test/connect/r/mysql_new.result
        storage/connect/mysql-test/connect/t/myconn.inc
        storage/connect/mysql-test/connect/t/myconn_cleanup.inc
        storage/connect/mysql-test/connect/t/mysql_discovery.test
        storage/connect/mysql-test/connect/t/mysql_exec.test
        storage/connect/mysql-test/connect/t/mysql_new.test
      aaa982e7
  12. 20 Nov, 2013 3 commits
  13. 19 Nov, 2013 1 commit
  14. 14 Nov, 2013 3 commits
  15. 13 Nov, 2013 9 commits
  16. 12 Nov, 2013 6 commits
  17. 11 Nov, 2013 3 commits