1. 03 Dec, 2004 11 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 684f91e6
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      684f91e6
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · 390f6800
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      390f6800
    • unknown's avatar
      ndb - fix in test suite · b1f4a482
      unknown authored
      
      ndb/test/src/NDBT_Test.cpp:
        clear threads when finished waiting
      b1f4a482
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8f063cec
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41
      
      
      8f063cec
    • unknown's avatar
      ndb: failed update updated tuple version. crash at DbtupTrigger.cpp 1102 · c9215dc2
      unknown authored
      
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        failed update updated tuple version. crash at DbtupTrigger.cpp 1102
      c9215dc2
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · abf0ab9e
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1testtemp
      
      
      abf0ab9e
    • unknown's avatar
      46596179
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · eb21ec54
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      eb21ec54
    • unknown's avatar
      ndb - fix abort of scan when in WAIT_AI_SCAN state · abb1963d
      unknown authored
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Make sure to release all resources when aborting scan
          in state WAIT_AI_SCAN
      abb1963d
    • unknown's avatar
      Merge mysql.com:/space/bkroot/mysql-4.1 · 72d56253
      unknown authored
      into mysql.com:/space/bk/b6391-mysql-4.1
      
      
      sql/handler.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      72d56253
    • unknown's avatar
      Bug#6391 (binlog-do-db rules ignored) · 220acb32
      unknown authored
        CREATE DATABASE statement used the current database instead of the
        database created when checking conditions for replication.
        CREATE/DROP/ALTER DATABASE statements are now replicated based on
        the manipulated database.
      
      
      mysql-test/t/rpl_until.test:
        Longer sleep to allow slave to stop.
      mysql-test/t/rpl_charset.test:
        Position change in binary file.
      mysql-test/r/drop_temp_table.result:
        Position change in binlog.
      mysql-test/r/rpl_loaddata_rule_m.result:
        Position change in binlog.
      mysql-test/r/rpl_charset.result:
        Position change in binlog.
      sql/log_event.h:
        Added new flag and parameter to suppress generation of
        USE statements.
      sql/log_event.cc:
        Added parameter and code to suppress generation of
        USE statements.
      sql/sql_db.cc:
        Suppress generation of USE before CREATE/ALTER/DROP DATABASE
        statements.
      sql/log.cc:
        Query_log_event have new extra parameter.
      sql/sql_table.cc:
        Query_log_event have new extra parameter.
      sql/sql_base.cc:
        Query_log_event have new extra parameter.
      sql/sql_update.cc:
        Query_log_event have new extra parameter.
      sql/sql_insert.cc:
        Query_log_event have new extra parameter.
      sql/sql_rename.cc:
        Query_log_event have new extra parameter.
      sql/sql_delete.cc:
        Query_log_event have new extra parameter.
      sql/sql_acl.cc:
        Query_log_event have new extra parameter.
      sql/handler.cc:
        Query_log_event have new extra parameter.
      sql/item_func.cc:
        Query_log_event have new extra parameter.
      sql/sql_parse.cc:
        Query_log_event have new extra parameter.
      220acb32
  2. 02 Dec, 2004 29 commits