1. 24 Jan, 2006 3 commits
  2. 23 Jan, 2006 31 commits
  3. 22 Jan, 2006 1 commit
  4. 20 Jan, 2006 5 commits
    • unknown's avatar
      rpl_foreign_key_innodb.result, rpl_foreign_key.test: · 6918a474
      unknown authored
        had to add order by
      
      
      mysql-test/extra/rpl_tests/rpl_foreign_key.test:
        had to add order by
      mysql-test/r/rpl_foreign_key_innodb.result:
        had to add order by
      6918a474
    • unknown's avatar
      Updated test · 8e588ee9
      unknown authored
      
      BitKeeper/deleted/.del-not_ndb_table.inc~86f167fc49e34d38:
        Delete: mysql-test/include/not_ndb_table.inc
      BitKeeper/deleted/.del-not_ndb_table.require~1e81af954dbb864a:
        Delete: mysql-test/r/not_ndb_table.require
      mysql-test/extra/rpl_tests/rpl_foreign_key.test:
        Cleanup test for NDB
      mysql-test/t/rpl_foreign_key_innodb.test:
        Cleanup test for NDB
      mysql-test/r/rpl_foreign_key_innodb.result:
        Cleanup test for NDB
      mysql-test/t/rpl_optimize.test:
        setting back to orginal values
      8e588ee9
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · eedc7c48
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      eedc7c48
    • unknown's avatar
    • unknown's avatar
      fix for bug#16431 (Events: An event which alters itself disappears) · a378e877
      unknown authored
      WL#1034 (Internal CRON)
      
      
      mysql-test/r/events.result:
        add a test for to test bug #16431
      mysql-test/t/events.test:
        results of new tests
      sql/event.cc:
        - more debug info
        - pass info to evex_remove_from_cache() whether the operation 
          was drop or alter. this fixes possible bug that may lead to dropping
          of an event when it's altered. also fix for bug#16431
      sql/event_executor.cc:
        be more verbose and throw more errors
      sql/event_timed.cc:
        - add ` around the names of the db and the event_name and not
        their concatenation. remove ; from the end - unneeded. this fixes bug #16431,
        which was failing because after some recursion the query was ending on ;;
        which is normally an error in the parser because that's the delimiter
        
        - more debug info
        - don't execute lex_end() two times when there's a parse error or thd->is_fatal_error
      a378e877