1. 16 Jul, 2012 3 commits
  2. 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
  3. 12 Jul, 2012 1 commit
  4. 11 Jul, 2012 1 commit
  5. 10 Jul, 2012 1 commit
  6. 05 Jul, 2012 2 commits
  7. 04 Jul, 2012 1 commit
  8. 27 Jun, 2012 1 commit
    • Michael Widenius's avatar
      Don't abort InnoDB/XtraDB if one can't allocate resources for AIO · a839a9a7
      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
      a839a9a7
  9. 25 Jun, 2012 1 commit
  10. 24 Jun, 2012 1 commit
  11. 23 Jun, 2012 3 commits
  12. 22 Jun, 2012 2 commits
  13. 21 Jun, 2012 7 commits
  14. 20 Jun, 2012 7 commits
  15. 19 Jun, 2012 2 commits
    • unknown's avatar
      Merged the fix for bug lp:944706, mdev-193 · 29c3a273
      unknown authored
      29c3a273
    • Igor Babaev's avatar
      Fixed bug mdev-354. · 76667ce6
      Igor Babaev authored
      Virtual columns of ENUM and SET data types were not supported properly
      in the original patch that introduced virtual columns into MariaDB 5.2.
      The problem was that for any  virtual column the patch used the 
      interval_id field of the definition of the column in the frm file as
      a reference to the virtual column expression.
      The fix stores the optional interval_id of the virtual column in the
      extended header of the virtual column expression. 
      76667ce6
  16. 18 Jun, 2012 5 commits
  17. 17 Jun, 2012 1 commit