1. 30 Jun, 2021 6 commits
  2. 29 Jun, 2021 4 commits
  3. 28 Jun, 2021 1 commit
  4. 27 Jun, 2021 1 commit
  5. 26 Jun, 2021 2 commits
    • Igor Babaev's avatar
      8b3f816c
    • Igor Babaev's avatar
      MDEV-20411 Procedure containing CTE incorrectly stored in mysql.proc · 12c80df4
      Igor Babaev authored
      If the first token of the body of a stored procedure was 'WITH' then
      the beginning of the body was determined incorrectly and that token was
      missing in the string representing the body of the SP in mysql.proc. As a
      resultnany call of such procedure failed as the string representing the
      body could not be parsed.
      
      The patch corrects the code of the functions get_tok_start() and
      get_cpp_tok_start() of the class Lex_input_stream to make them take into
      account look ahead tokens. The patch is needed only for 10.2 as this
      problem has neen resolved in 10.3+.
      12c80df4
  6. 25 Jun, 2021 4 commits
  7. 23 Jun, 2021 6 commits
  8. 22 Jun, 2021 6 commits
  9. 21 Jun, 2021 9 commits
  10. 19 Jun, 2021 1 commit