1. 09 Aug, 2019 1 commit
  2. 08 Aug, 2019 3 commits
  3. 07 Aug, 2019 1 commit
  4. 30 Jul, 2019 1 commit
  5. 29 Jul, 2019 2 commits
  6. 25 Jul, 2019 2 commits
  7. 19 Jul, 2019 1 commit
  8. 15 Jul, 2019 1 commit
  9. 12 Jul, 2019 1 commit
  10. 11 Jul, 2019 2 commits
  11. 10 Jul, 2019 3 commits
  12. 09 Jul, 2019 4 commits
  13. 08 Jul, 2019 1 commit
    • Aleksey Midenkov's avatar
      Fix test case for MDEV-16222 · aca29bb7
      Aleksey Midenkov authored
      * Mitigate race candition when got_no_such_table remains uncleared.
      * Remove warnings about deprecated SELECT .. FROM .. INTO ...
      
      MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table with virtual columns and indexes
      aca29bb7
  14. 07 Jul, 2019 4 commits
  15. 05 Jul, 2019 2 commits
  16. 04 Jul, 2019 8 commits
  17. 03 Jul, 2019 3 commits
    • Marko Mäkelä's avatar
      MDEV-19940: Fix integer type mismatch · 695230c0
      Marko Mäkelä authored
      695230c0
    • Marko Mäkelä's avatar
      MDEV-18582: Fix the 32-bit build · 8773bee9
      Marko Mäkelä authored
      8773bee9
    • Marko Mäkelä's avatar
      MDEV-18582: Extend SHOW STATUS LIKE 'Innodb_%' · 412533b4
      Marko Mäkelä authored
      Many InnoDB internal variables and counters were only exposed
      in an unstructured fashion via SHOW ENGINE INNODB STATUS.
      
      Expose more variables via SHOW STATUS. Many of these were
      exported in XtraDB.
      
      Also, introduce SHOW_SIZE_T and use the proper size for
      exporting the InnoDB variables.
      
      Remove some unnecessary indirection via export_vars, and
      bind some variables directly.
      
      dict_sys_t::rough_size(): Replaces dict_sys_get_size()
      and includes the hash table sizes.
      
      This is based on a contribution by Tony Liu from ServiceNow.
      412533b4