1. 28 Jan, 2013 2 commits
    • Alexander Barkov's avatar
      Fixing ODBC related compilation failures: · 81232ed8
      Alexander Barkov authored
      - without ODBC: adding a few "#ifdef CONNECT_SUPPORT"
      - with ODBC on Linux: conflicting definitions for DWORD
        in sql.h (unixODBC) vs global.h.
        Using "typedef unsigned int DWORD", as this is how MS SQK defines it
        and matches unixODBC definition.
      
      Removing sqlutil.h. value.cpp now uses sql.h and sqlext.h instead.
      
      
      removed:
        storage/connect/sqlutil.h
      modified:
        storage/connect/global.h
        storage/connect/value.cpp
        storage/connect/value.h
      81232ed8
    • Alexander Barkov's avatar
      Adding a possibility to disable ODBC, XML and MySQL support in CONNECT: · 83836439
      Alexander Barkov authored
      cmake . -DCONNECT_WITH_ODBC=0 -DCONNECT_WITH_XML=0 -DCONNECT_WITH_MYSQL=0
      
      modified:
        storage/connect/CMakeLists.txt
      83836439
  2. 24 Jan, 2013 3 commits
  3. 23 Jan, 2013 5 commits
  4. 22 Jan, 2013 5 commits
  5. 18 Jan, 2013 1 commit
  6. 11 Jan, 2013 2 commits
  7. 09 Jan, 2013 1 commit
  8. 08 Jan, 2013 2 commits
    • Igor Babaev's avatar
      Merge 5.5 -> mwl248 · 6ff69643
      Igor Babaev authored
      6ff69643
    • Igor Babaev's avatar
      Fixed bug mdev-3979. · fbe77e70
      Igor Babaev authored
      Made allocation of memory for statistical data in a table share to be thread safe.
      This memory is now allocated in a special MEM_ROOT that is created for each
      table share.  
      fbe77e70
  9. 05 Jan, 2013 1 commit
  10. 01 Jan, 2013 1 commit
  11. 30 Dec, 2012 1 commit
  12. 28 Dec, 2012 1 commit
    • Elena Stepanova's avatar
      storage_engine tests and upstream engines/* suites went out of sync with... · 7e6c068e
      Elena Stepanova authored
      storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons:
        - as of 5.5.27, YEAR(2) is deprecated, hence the new warning;
        - MDEV-553 - different error code/message on out-of-range autoincrement;
        - INSERT IGNORE now produces a warning if a duplicate was encountered (change pushed along with MDEV-553)
      
      7e6c068e
  13. 20 Dec, 2012 3 commits
  14. 18 Dec, 2012 5 commits
  15. 17 Dec, 2012 7 commits