1. 25 Aug, 2006 1 commit
  2. 24 Aug, 2006 2 commits
  3. 23 Aug, 2006 5 commits
    • andrey@example.com's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime · f41f9bf0
      andrey@example.com authored
      into  example.com:/work/mysql-5.1-runtime
      f41f9bf0
    • andrey@example.com's avatar
      Fix for bug #20665 All commands supported in Stored Procedures · 9c8c1817
      andrey@example.com authored
      should work in Prepared Statements. Post-review changeset.
      
      Problem: There are some commands which are avaiable to be executed in SP
               but cannot be prepared. This patch fixes this and makes it possible
               prepare these statements.
      
      Changes: The commands later are made available in PS. RESET has been forbidden
               in SF/Trigger.
      
      Solution: All current server commands where checked and those missing (see later)
                we added. Tests for all of the commands with repeated executions were
                added - testing with SP, SF and PS.
      
      SHOW BINLOG EVENTS
      SHOW (MASTER | SLAVE) STATUS
      SHOW (MASTER | BINARY) LOGS
      SHOW (PROCEDURE | FUNCTION) CODE (parsable only in debug builds)
      SHOW CREATE (PROCEDURE | FUNCTION | EVENT | TABLE | VIEW)
      SHOW (AUTHORS | CONTRIBUTORS | WARNINGS | ERRORS)
      CHANGE MASTER
      RESET (MASTER | SLAVE | QUERY CACHE)
      SLAVE (START | STOP)
      CHECKSUM (TABLE | TABLES)
      INSTALL PLUGIN
      UNINSTALL PLUGIN
      CACHE INDEX
      LOAD INDEX INTO CACHE
      GRANT
      REVOKE
      KILL
      (CREATE | RENAME | DROP) DATABASE
      (CREATE | RENAME | DROP) USER
      FLUSH (TABLE | TABLES | TABLES WITH READ LOCK | HOSTS | PRIVILEGES |
             LOGS | STATUS | MASTER | SLAVE | DES_KEY_FILE | USER_RESOURCES)
      9c8c1817
    • petr/cps@owlet.local's avatar
      Merge mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin · 5fae48d9
      petr/cps@owlet.local authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.1-virgin
      5fae48d9
    • petr/cps@owlet.local's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1 · 2763504b
      petr/cps@owlet.local authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.1-virgin
      2763504b
    • gluh@mysql.com/gluh.(none)'s avatar
      Bug#20548 Events: crash if InnoDB, multiple events, busy procedures, partitions · 0ba4ff24
      gluh@mysql.com/gluh.(none) authored
      setup 'share' struct for all partiton file elements. It's neccessary because we use
      m_file[0]->update_create_info(create_info) during ha_partition::update_create_info
      and 'share' for m_file[0] should be valid
      0ba4ff24
  4. 22 Aug, 2006 1 commit
  5. 21 Aug, 2006 10 commits
  6. 20 Aug, 2006 1 commit
  7. 18 Aug, 2006 4 commits
  8. 17 Aug, 2006 14 commits
  9. 16 Aug, 2006 2 commits