1. 17 Mar, 2006 3 commits
  2. 16 Mar, 2006 34 commits
  3. 15 Mar, 2006 3 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · ae65b2d4
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.1-root
      
      ae65b2d4
    • unknown's avatar
      A fix and test case for Bug#16164 "Easter egg": · cdb1c866
      unknown authored
      SHOW AUTHORS caused 'Packets out of order' in stored functions:
      add the corresponding SQLCOM to sp_get_flags_for_command so that
      it'd return sp-related flags for it. 
      Fix Bug#17403 "Events: packets out of order with show create event"
      in the same chaneset.
      
      
      mysql-test/r/events.result:
        Update the results (Bug#17403)
      mysql-test/r/sp-error.result:
        Test results fixed (Bug#16164)
      mysql-test/t/events.test:
        Add a test case for Bug#17403 "Events: packets out of order with
        show create event"
      mysql-test/t/sp-error.test:
        Add a test case for Bug#16164 "Easter egg"
      sql/sp_head.cc:
        Add SHOW AUTHORS to the list of commands that return a result
        set: such commands are not allowed in stored functions and
        triggers. Add SHOW CREATE EVENT for the same reason.
      cdb1c866
    • unknown's avatar
      Removed calls to deploy.bat from the build scripts since the cmake scripts are now · 26c013a0
      unknown authored
      out in the target directories.
      
      
      
      26c013a0