1. 31 Aug, 2012 1 commit
    • Sergey Petrunya's avatar
      Cassandra SE · 6cce5204
      Sergey Petrunya authored
      - add support for Cassandra's UUID datatype. We map it to CHAR(36).
      6cce5204
  2. 29 Aug, 2012 5 commits
  3. 28 Aug, 2012 2 commits
  4. 27 Aug, 2012 1 commit
    • Sergey Petrunya's avatar
      Cassandra storage engine: BKA support · 8eb16159
      Sergey Petrunya authored
      - We use HA_MRR_NO_ASSOC ("optimizer_switch=join_cache_hashed") mode
      - Not able to use BKA's buffers yet.
      - There is a variable to control batch size
      - There are status counters.
      - Nedeed to make some fixes in BKA code (to be checked with Igor)
      8eb16159
  5. 26 Aug, 2012 1 commit
  6. 23 Aug, 2012 2 commits
  7. 21 Aug, 2012 1 commit
  8. 20 Aug, 2012 1 commit
  9. 19 Aug, 2012 3 commits
  10. 18 Aug, 2012 3 commits
  11. 17 Aug, 2012 1 commit
  12. 01 Aug, 2012 1 commit
  13. 02 Aug, 2012 3 commits
  14. 01 Aug, 2012 1 commit
    • Elena Stepanova's avatar
      MDEV-369 (Mismatches in MySQL engines test suite) · 4f3674c8
      Elena Stepanova authored
      Following reasons caused mismatches:
        - different handling of invalid values;
        - different CAST results with fractional seconds;
        - microseconds support in MariaDB;
        - different algorithm of comparing temporal values;
        - differences in error and warning texts and codes;
        - different approach to truncating datetime values to time;
        - additional collations;
        - different record order for queries without ORDER BY;
        - MySQL bug#66034.
      More details in MDEV-369 comments.
      4f3674c8
  15. 31 Jul, 2012 5 commits
    • Sergei Golubchik's avatar
      MDEV-336 oqgraph 5.5 crashes in buildbot · 6d4acc43
      Sergei Golubchik authored
      make CMakeLists.txt to detect if the installed boost can be compiled with the
      installed compile and specified set of compiler options.
      
      Background: even sufficiently new Boost cannot be compiled with the sufficiently old gcc
      in the presence of -fno-rtti
      6d4acc43
    • Sergei Golubchik's avatar
      MDEV-419 ensure that all HAVE_XXX constants can be set by cmake · 0117a92f
      Sergei Golubchik authored
      add missing checks to configure.cmake
      remove dead code and unused HAVE_xxx constants from the sources
      0117a92f
    • Sergei Golubchik's avatar
      MDEV-375 Server crashes in THD::print_aborted_warning with log_warnings > 3 · 42ea25d4
      Sergei Golubchik authored
      Don't use ER(xxx) in THD::close_connection(), when current_thd is already reset to NULL.
      Prefer ER_THD() or ER_DEFAULT() instead.
      42ea25d4
    • Alexey Botchkov's avatar
      MDEV-340 Save replication comments for DROP TABLE. · 9705ad5e
      Alexey Botchkov authored
            mysql_rm_table_no_locks() function was modified.
            When we construct log record for the DROP TABLE, now we
            look if there's a comment before the first table name and
            add it to the record if so.
        
      per-file comments:
        sql/sql_table.cc
        MDEV-340 Save replication comments for DROP TABLE.
              comment_length() function implemented to find comments in the query,
              call it in mysql_rm_table_no_locks() and use the result to form log record.
        mysql-test/suite/binlog/r/binlog_drop_if_exists.result
        MDEV-340 Save replication comments for DROP TABLE.
              test result updated.
        mysql-test/suite/binlog/t/binlog_drop_if_exists.test
        MDEV-340 Save replication comments for DROP TABLE.
              test case added.
      9705ad5e
    • Sergei Golubchik's avatar
      MDEV-418 Feedback plugin statisics problem · 7368ef56
      Sergei Golubchik authored
      Add the check for sys/utsname.h to configure.cmake
      7368ef56
  16. 30 Jul, 2012 2 commits
    • Vladislav Vaintroub's avatar
      MDEV-417 - fix typo that prevented use of atomic instructions on Windows · 257fd9d3
      Vladislav Vaintroub authored
      use correct macro for Microsoft compiler. It is _MSC_VER , not _MSV_VER
      257fd9d3
    • Elena Stepanova's avatar
      MDEV-369 (Mismatches in MySQL engines test suite) · d1a90e85
      Elena Stepanova authored
      Following reasons caused mismatches:
        - different handling of invalid values;
        - different CAST results with fractional seconds;
        - microseconds support in MariaDB;
        - different algorithm of comparing temporal values;
        - differences in error and warning texts and codes;
        - different approach to truncating datetime values to time;
        - additional collations;
        - different record order for queries without ORDER BY;
        - MySQL bug#66034.
      More details in MDEV-369 comments.
      d1a90e85
  17. 26 Jul, 2012 1 commit
  18. 25 Jul, 2012 1 commit
  19. 24 Jul, 2012 1 commit
  20. 23 Jul, 2012 1 commit
  21. 19 Jul, 2012 2 commits
  22. 18 Jul, 2012 1 commit