1. 06 Oct, 2014 1 commit
  2. 04 Oct, 2014 2 commits
  3. 02 Oct, 2014 3 commits
  4. 01 Oct, 2014 24 commits
  5. 30 Sep, 2014 2 commits
    • Sergei Petrunia's avatar
      MDEV-6814: Server crashes in calculate_key_len on query with ORDER BY · 605b48d3
      Sergei Petrunia authored
      - if test_if_skip_sort_order() decides to switch to using an index, or
        switch from using ref to using quick select, it should set all
        members accordingly.
      605b48d3
    • Jan Lindström's avatar
      MDEV-6812: Merge Kakao: Add global status variables which tell · fc2df3c6
      Jan Lindström authored
      you the progress of inplace alter table and row log buffer usage
      
      -    (x 100%, it's 4-digit. 10000 means 100.00%)
      -    Innodb_onlineddl_rowlog_rows
             Shows how many rows are stored in row log buffer.
      -    Innodb_onlineddl_rowlog_pct_used
             Shows row log buffer usage in percent ( *100%, it's 4-digit. 10000 means 100.00% ).
      -    Innodb_onlineddl_pct_progress
             Shows the progress of inplace alter table. It might
             be not so accurate because inplace alter is highly
             depend on disk and buffer pool status.
             But still it is useful and better than nothing.
      
      -    Add some log for inplace alter table
             XtraDB/InnoDB will print some message before and
             after doing some task.
      fc2df3c6
  6. 26 Sep, 2014 3 commits
  7. 25 Sep, 2014 5 commits