1. 03 Jan, 2023 2 commits
    • Oleksandr Byelkin's avatar
      MDEV-30154: Assertion `strcasecmp(rolename, public_name.str) || acl_public ==... · 22491e62
      Oleksandr Byelkin authored
      MDEV-30154: Assertion `strcasecmp(rolename, public_name.str) || acl_public == role' failed in acl_update_role on GRANT ... TO PUBLIC
      
      Reset of acl_public was made too early (before saving it to restore in case
      of error).
      22491e62
    • Daniel Black's avatar
      MDEV-29889 mariadb-dump --tab --header is slow · a5be6c91
      Daniel Black authored
      --header applied an ORDER BY to ensure that the header
      row was the first row in the output given UNION ALL
      doesn't in the standard enforce the order.
      
      We change that now only add the ORDER BY if --order-by-primary
      is used.
      
      An assumption that if UNION ALL change to a different behaviour
      the resulting mysqldump-header test may also change.
      a5be6c91
  2. 16 Dec, 2022 7 commits
  3. 15 Dec, 2022 6 commits
  4. 14 Dec, 2022 22 commits
  5. 13 Dec, 2022 3 commits