1. 08 Feb, 2019 3 commits
  2. 07 Feb, 2019 3 commits
    • Marko Mäkelä's avatar
      MDEV-18493 Remove page_size_t · 0a1c3477
      Marko Mäkelä authored
      MySQL 5.7 introduced the class page_size_t and increased the size of
      buffer pool page descriptors by introducing this object to them.
      
      Maybe the intention of this exercise was to prepare for a future
      where the buffer pool could accommodate multiple page sizes.
      But that future never arrived, not even in MySQL 8.0. It is much
      easier to manage a pool of a single page size, and typically all
      storage devices of an InnoDB instance benefit from using the same
      page size.
      
      Let us remove page_size_t from MariaDB Server. This will make it
      easier to remove support for ROW_FORMAT=COMPRESSED (or make it a
      compile-time option) in the future, just by removing various
      occurrences of zip_size.
      0a1c3477
    • Eugene Kosov's avatar
      MDEV-18444 ROW_FORMAT=COMPRESSED unnecessarily requires NOCOPY for INSTANT operation · 10dac429
      Eugene Kosov authored
      instant_alter_column_possible(): allow non-rebuilding operations for
      ROW_FORMAT=COMPRESSED
      10dac429
    • Jan Lindström's avatar
      Merge pull request #1152 from codership/10.4-wsrep-lib-update · c949d61e
      Jan Lindström authored
      Updated wsrep-lib to galera cache encryption implementation
      c949d61e
  3. 05 Feb, 2019 1 commit
  4. 04 Feb, 2019 13 commits
  5. 03 Feb, 2019 5 commits
  6. 02 Feb, 2019 1 commit
  7. 01 Feb, 2019 6 commits
  8. 31 Jan, 2019 8 commits