1. 15 May, 2023 1 commit
    • Rucha Deodhar's avatar
      MDEV-23187: Assorted assertion failures in json_find_path with certain · 3b34454c
      Rucha Deodhar authored
      collations
      
      Analysis:
      When we have negative index, the value in array_counter[] array is going to
      be -1 at some point ( because in case of negative index in json path, the
      initial value for a path with negative index is -<size_of_array>, and as we
      move forward in array while parsing it and finding path, this value
      increments). Since SKIPPED_STEP_MARK, is maximum uint value, it gets
      compared to some int value in the array and eventually equates to -1
      and messes with path.
      Fix:
      Make SKIPPED_STEP_MARK maximum of INT32.
      3b34454c
  2. 11 May, 2023 11 commits
  3. 10 May, 2023 3 commits
  4. 08 May, 2023 4 commits
  5. 05 May, 2023 8 commits
  6. 04 May, 2023 13 commits