1. 31 Jul, 2012 2 commits
    • 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
  2. 30 Jul, 2012 1 commit
  3. 25 Jul, 2012 1 commit
  4. 24 Jul, 2012 1 commit
  5. 23 Jul, 2012 1 commit
  6. 19 Jul, 2012 2 commits
  7. 18 Jul, 2012 3 commits
    • Sergey Petrunya's avatar
      Merge 5.3->5.5 · 79c4b4e4
      Sergey Petrunya authored
      79c4b4e4
    • Sergey Petrunya's avatar
      Merge bug#1007622 from 5.3 to 5.5 · 33e961c1
      Sergey Petrunya authored
      33e961c1
    • Sergey Petrunya's avatar
      MDEV-398: Sergv related to spacial queries · 7e6bec87
      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.
      7e6bec87
  8. 16 Jul, 2012 4 commits
  9. 13 Jul, 2012 1 commit
    • unknown's avatar
      fixed MySQL bug#53775: · 9f6a1c58
      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.
      9f6a1c58
  10. 12 Jul, 2012 1 commit
  11. 11 Jul, 2012 1 commit
  12. 10 Jul, 2012 1 commit
  13. 05 Jul, 2012 2 commits
  14. 04 Jul, 2012 1 commit
  15. 27 Jun, 2012 1 commit
    • Michael Widenius's avatar
      Don't abort InnoDB/XtraDB if one can't allocate resources for AIO · 44d8fe96
      Michael Widenius authored
      - Better error messages
      
      This fixes that one again can run the test systems with many threads without having to increase fs.aio-max-nr.
      
      
      mysql-test/include/mtr_check.sql:
        Ignore the INNODB_USE_NATIVE_AIO variable (may change during execution)
      mysql-test/mysql-test-run.pl:
        Ignore warnings for failure to setup AIO
      storage/innobase/os/os0file.c:
        Continue without AIO even if we can't allocate resources for AIO
      storage/xtradb/os/os0file.c:
        Continue without AIO even if we can't allocate resources for AIO
      storage/xtradb/srv/srv0start.c:
        Give an error message (instead of core dump) if AIO can't be initialized
      44d8fe96
  16. 26 Jun, 2012 1 commit
    • unknown's avatar
      Fix for LP bug#1007622 · 1b84c0cf
      unknown authored
      TABLE_LIST::check_single_table made aware about fact that now if table attached to a merged view it can be (unopened) temporary table
      (in 5.2 it was always leaf table or non (in case of several tables)).
      1b84c0cf
  17. 25 Jun, 2012 1 commit
  18. 24 Jun, 2012 1 commit
  19. 23 Jun, 2012 3 commits
  20. 22 Jun, 2012 2 commits
  21. 21 Jun, 2012 7 commits
  22. 20 Jun, 2012 2 commits