1. 27 Dec, 2019 4 commits
  2. 26 Dec, 2019 1 commit
    • Varun Gupta's avatar
      MDEV-21318: Wrong results with window functions and implicit grouping · 891609b5
      Varun Gupta authored
      The issue here is for degenerate joins we should execute the window
      function but it is not getting executed in all the cases.
      
      To get the window function values window function needs to be executed
      always. This currently does not happen in few cases
      where the join would return 0 or 1 row like
        1) IMPOSSIBLE WHERE
        2) MIN/MAX optimization
        3) EMPTY CONST TABLE
      
      The fix is to make sure that window functions get executed
      and the temporary table is setup for the execution of window functions
      891609b5
  3. 25 Dec, 2019 1 commit
  4. 24 Dec, 2019 3 commits
  5. 23 Dec, 2019 5 commits
  6. 21 Dec, 2019 2 commits
  7. 20 Dec, 2019 3 commits
  8. 19 Dec, 2019 1 commit
  9. 18 Dec, 2019 7 commits
  10. 17 Dec, 2019 3 commits
  11. 16 Dec, 2019 3 commits
  12. 13 Dec, 2019 7 commits
    • Vicențiu Ciorbaru's avatar
      Update test result post merge · cf0823f9
      Vicențiu Ciorbaru authored
      Columns order is now according to standard SQL
      cf0823f9
    • Anel Husakovic's avatar
      PR #1127 and PR #1150 · 8129ff14
      Anel Husakovic authored
      PR#1127: Fix is_check_constraints.result to be compatibile with 10.3
      
      The patch is done according to the original patch for MDEV-14474
      1edd09c325525cba33152 and not one which is merged on server
      d526679e.
      This patch includes:
      - Rename from `is_check_constraint` to `is_check_constraints` to tests
      and results
      - Per review, change the order of fields in IS check_constraints table by adding
      the column `table_name` before `constraint_name`. According to the standard
      2006 there is no `table_name` column.
      - Original patch and one in `10.3` supports embedded server this patch doesn't
      support. After the merge `10.3` will not support also.
      - Don't use patch c8b8b01b61 to change the length of `CHECK_CLAUSE` field
      
      PR#1150: MDEV-18440: Information_schema.check_constraints possible data leak
      
      This patch is extension of PR 1127 and includes:
      - Check for table grants
      - Additional test according to the MDEV specification
      Signed-off-by: default avatarVicențiu Ciorbaru <vicentiu@mariadb.org>
      8129ff14
    • Vicențiu Ciorbaru's avatar
      Merge branch '10.2' into 10.3 · 193b5ed5
      Vicențiu Ciorbaru authored
      193b5ed5
    • Anel Husakovic's avatar
      PR #1127 and PR #1150 · a134f1eb
      Anel Husakovic authored
      PR#1127: Fix is_check_constraints.result to be compatibile with 10.3
      
      The patch is done according to the original patch for MDEV-14474
      1edd09c325525cba33152 and not one which is merged on server
      d526679e.
      This patch includes:
      - Rename from `is_check_constraint` to `is_check_constraints` to tests
      and results
      - Per review, change the order of fields in IS check_constraints table by adding
      the column `table_name` before `constraint_name`. According to the standard
      2006 there is no `table_name` column.
      - Original patch and one in `10.3` supports embedded server this patch doesn't
      support. After the merge `10.3` will not support also.
      - Don't use patch c8b8b01b61 to change the length of `CHECK_CLAUSE` field
      
      PR#1150: MDEV-18440: Information_schema.check_constraints possible data leak
      
      This patch is extension of PR 1127 and includes:
      - Check for table grants
      - Additional test according to the MDEV specification
      a134f1eb
    • Sergei Golubchik's avatar
      tokudb: disable check_huge_pages_in_practice() · 794911a2
      Sergei Golubchik authored
      crashes on Debian 10
      794911a2
    • Sergei Golubchik's avatar
      tokudb: fix to compile with gcc 9.2.0 · 91c3d998
      Sergei Golubchik authored
      91c3d998
    • Marko Mäkelä's avatar
      Merge 10.2 into 10.3 · 3466b47b
      Marko Mäkelä authored
      3466b47b