1. 23 Aug, 2006 2 commits
    • andrey@example.com's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-wl3337 · fbddc7de
      andrey@example.com authored
      into  example.com:/work/mysql-5.1-runtime-wl3337
      fbddc7de
    • andrey@example.com's avatar
      Cleanup patch for handling of subselects in commands which cannot · 0a9b523e
      andrey@example.com authored
      handle them.
      
      Problem:
      CREATE|ALTER EVENT, HANDLER READ, KILL, Partitioning uses `expr` from the
      parser. This rule comes with all the rings and bells including subqueries.
      However, these commands are not subquery safe. For this reason there are two
      fuse checks in the parser. They were checking by command id. CREATE EVENT
      should forbid subquery is the fix for
      bug#16394 Events: Crash if schedule contains SELECT
      The fix has been incorporated as part of the patch for WL#3337 (Event scheduler
      new architecture).
      
      Solution:
      A new flag was added to LEX command_forbids_subselect. The fuse checks were
      changed. The commands are responsible to set the value to true whenever
      they can't handle subselects.
      0a9b523e
  2. 21 Aug, 2006 1 commit
  3. 18 Aug, 2006 1 commit
  4. 17 Aug, 2006 4 commits
  5. 15 Aug, 2006 1 commit
  6. 14 Aug, 2006 9 commits
  7. 12 Aug, 2006 1 commit
  8. 11 Aug, 2006 1 commit
  9. 10 Aug, 2006 10 commits
  10. 09 Aug, 2006 7 commits
  11. 08 Aug, 2006 3 commits