1. 27 Aug, 2012 1 commit
    • Sergey Petrunya's avatar
      Cassandra storage engine: BKA support · e26815fb
      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)
      e26815fb
  2. 26 Aug, 2012 1 commit
  3. 23 Aug, 2012 2 commits
  4. 21 Aug, 2012 1 commit
  5. 20 Aug, 2012 1 commit
  6. 19 Aug, 2012 3 commits
  7. 18 Aug, 2012 3 commits
  8. 17 Aug, 2012 1 commit
  9. 01 Aug, 2012 1 commit
  10. 02 Aug, 2012 3 commits
  11. 01 Aug, 2012 1 commit
    • Elena Stepanova's avatar
      MDEV-369 (Mismatches in MySQL engines test suite) · 327e4c93
      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.
      327e4c93
  12. 31 Jul, 2012 5 commits
    • Sergei Golubchik's avatar
      MDEV-336 oqgraph 5.5 crashes in buildbot · 95840def
      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
      95840def
    • Sergei Golubchik's avatar
      MDEV-419 ensure that all HAVE_XXX constants can be set by cmake · 4b91879f
      Sergei Golubchik authored
      add missing checks to configure.cmake
      remove dead code and unused HAVE_xxx constants from the sources
      4b91879f
    • Sergei Golubchik's avatar
      MDEV-375 Server crashes in THD::print_aborted_warning with log_warnings > 3 · 4151d16e
      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.
      4151d16e
    • Alexey Botchkov's avatar
      MDEV-340 Save replication comments for DROP TABLE. · 9f7412e6
      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.
      9f7412e6
    • Sergei Golubchik's avatar
      MDEV-418 Feedback plugin statisics problem · 5da4f1e8
      Sergei Golubchik authored
      Add the check for sys/utsname.h to configure.cmake
      5da4f1e8
  13. 30 Jul, 2012 2 commits
    • Vladislav Vaintroub's avatar
      MDEV-417 - fix typo that prevented use of atomic instructions on Windows · af14c4e3
      Vladislav Vaintroub authored
      use correct macro for Microsoft compiler. It is _MSC_VER , not _MSV_VER
      af14c4e3
    • Elena Stepanova's avatar
      MDEV-369 (Mismatches in MySQL engines test suite) · 244acf7a
      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.
      244acf7a
  14. 26 Jul, 2012 1 commit
  15. 25 Jul, 2012 1 commit
  16. 24 Jul, 2012 1 commit
  17. 23 Jul, 2012 1 commit
  18. 19 Jul, 2012 2 commits
  19. 18 Jul, 2012 3 commits
    • Sergey Petrunya's avatar
      Merge 5.3->5.5 · 69b0280f
      Sergey Petrunya authored
      69b0280f
    • Sergey Petrunya's avatar
      Merge bug#1007622 from 5.3 to 5.5 · 5d8b8a8a
      Sergey Petrunya authored
      5d8b8a8a
    • Sergey Petrunya's avatar
      MDEV-398: Sergv related to spacial queries · 78b83425
      Sergey Petrunya authored
      - index_merge/intersection is unable to work on GIS indexes, because:
        1. index scans have no Rowid-Ordered-Retrieval property
        2. When one does an index-only read over a GIS index, they do not 
           get the index tuple, because index only contains bounding box of the geometry.
           This is why key_copy() call crashed.
      This patch fixes #1, which makes the problem go away. Theoretically, it would 
      be nice to check #2, too, but SE API semantics is not sufficiently precise to do it.
      78b83425
  20. 16 Jul, 2012 4 commits
  21. 13 Jul, 2012 1 commit
    • unknown's avatar
      fixed MySQL bug#53775: · 7cf41df2
      unknown authored
      Now partition engine adds underlying tables to the QC and ask underlying tables engine permittion to cache the query and return result of the query.
      
      Incorrect QC cleanup in case of table registration failure fixe.
      
      Unified interface for myisammrg & partitioned engnes for QC.
      7cf41df2
  22. 12 Jul, 2012 1 commit