1. 05 Jan, 2014 1 commit
    • Michael Widenius's avatar
      Don't writing entries to slave log about binlog_checksum not existing on... · 83e46bb7
      Michael Widenius authored
      Don't writing entries to slave log about binlog_checksum not existing on master if log_warnings is <=1.
      
      This solves the issue of getting a lot of unnecessary errors logged on the slave when connecting to MySQL or an old MariaDB version.
      
      
      sql/slave.cc:
        Don't write that binlog_checksum doesn't exists on the master if log_warnings <= 1
      83e46bb7
  2. 02 Jan, 2014 1 commit
    • Michael Widenius's avatar
      Fixed MDEV-5424: SELECT using ORDER BY DESC and LIMIT produces unexpected results (InnoDB/XtraDB) · cb9e34aa
      Michael Widenius authored
      This only happend when using an ORDER BY on a primary key part, where all other key parts where constant.
      Remove of duplicated expressions in ORDER BY (as the old code did this in some strange cases)
      
      
      mysql-test/r/group_by.result:
        Fixed results to take into account that duplicate order by parts are now deleted
      mysql-test/r/group_by_innodb.result:
        Ensure extended keys are on
      mysql-test/r/innodb_ext_key.result:
        More tests
      mysql-test/r/order_by.result:
        More tests
      mysql-test/t/group_by.test:
        Fixed results to take into account that duplicate order by parts are now deleted
      mysql-test/t/group_by_innodb.test:
        Ensure extended keys are on
      mysql-test/t/innodb_ext_key.test:
        More tests
      mysql-test/t/order_by.test:
        More tests
      sql/sql_select.cc:
        Fixed bug where we looked at extended key parts when we shouldn't
        Remove of duplicated expressions in ORDER BY
      sql/table.cc:
        Indentation fixes
      cb9e34aa
  3. 30 Dec, 2013 1 commit
  4. 17 Dec, 2013 2 commits
  5. 15 Dec, 2013 2 commits
  6. 13 Dec, 2013 1 commit
  7. 12 Dec, 2013 5 commits
  8. 11 Dec, 2013 2 commits
  9. 07 Dec, 2013 1 commit
  10. 06 Dec, 2013 1 commit
  11. 05 Dec, 2013 2 commits
    • Igor Babaev's avatar
      Merge · 40976bc8
      Igor Babaev authored
      40976bc8
    • Igor Babaev's avatar
      Fixed bug mdev-5382 · 03353df0
      Igor Babaev authored
      When marking used columns the function find_field_in_table_ref() erroneously
      called the walk method for the real item behind a view/derived table field
      with the second parameter set to TRUE.
      This erroneous code was introduced in 2006. 
      03353df0
  12. 04 Dec, 2013 1 commit
  13. 03 Dec, 2013 1 commit
  14. 02 Dec, 2013 2 commits
  15. 01 Dec, 2013 1 commit
  16. 29 Nov, 2013 1 commit
  17. 27 Nov, 2013 3 commits
  18. 25 Nov, 2013 1 commit
  19. 22 Nov, 2013 2 commits
  20. 21 Nov, 2013 2 commits
  21. 20 Nov, 2013 2 commits
  22. 02 Dec, 2013 3 commits
    • Michael Widenius's avatar
      Fixed compiler errors and warnings · ff3fc1bb
      Michael Widenius authored
      extra/jemalloc/src/ctl.c:
        Fixed compiler warning
      include/mysql/service_logger.h:
        Fixed compile failure with clang compiler
      storage/maria/ma_check.c:
        Fixed compiler warning
      support-files/compiler_warnings.supp:
        Suppressed warnings in jemalloc
      tests/bug25714.c:
        Fixed compiler warning
      ff3fc1bb
    • Alexander Barkov's avatar
      Merge 5.3->5.5 · ce5f3131
      Alexander Barkov authored
      pending merges:
        Alexander Barkov 2013-12-02 MDEV-4857 Wrong result of HOUR('1 00:00:00')
      ce5f3131
    • Alexander Barkov's avatar
      Merge 5.3 -> 5.5 · e0f158fa
      Alexander Barkov authored
      pending merges:
        Sergey Petrunya 2013-11-27 MDEV-5344: LEFT OUTER JOIN table data is lost...
      e0f158fa
  23. 28 Nov, 2013 2 commits