1. 25 Jun, 2015 1 commit
    • Monty's avatar
      Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger... · 2e941fe9
      Monty authored
      Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed.
      This is MDEV-7601, including it's sub tasks MDEV-7594, MDEV-7555, MDEV-7590, MDEV-7581, MDEV-7589
      
      The problem was that select_lex->non_agg_fields was not properly reset for re-execution and this caused an overwrite of a random memory position.
      The fix was move non_agg_fields from select_lext to JOIN, which is properly reset.
      2e941fe9
  2. 11 Jun, 2015 3 commits
  3. 09 Jun, 2015 12 commits
  4. 08 Jun, 2015 8 commits
  5. 07 Jun, 2015 1 commit
  6. 06 Jun, 2015 2 commits
  7. 05 Jun, 2015 7 commits
  8. 04 Jun, 2015 6 commits