1. 04 Aug, 2004 1 commit
    • unknown's avatar
      BUG#4818 DELETE FROM tab LIMIT · 87139fef
      unknown authored
      Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan 
      
      
      sql/ha_ndbcluster.cc:
        Check ops_pending if there are operations to take over before closing the scan
      87139fef
  2. 03 Aug, 2004 1 commit
  3. 02 Aug, 2004 1 commit
  4. 01 Aug, 2004 5 commits
  5. 31 Jul, 2004 3 commits
  6. 30 Jul, 2004 22 commits
  7. 29 Jul, 2004 7 commits
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · a689d71d
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-1717
      
      a689d71d
    • unknown's avatar
      rpl_relayrotate.test requires InnoDB (because what we want to test is · 33d24a0a
      unknown authored
      if slave resumes at BEGIN).
      
      
      mysql-test/t/rpl_relayrotate.test:
        require InnoDB (does not make sense without InnoDB)
      33d24a0a
    • unknown's avatar
      Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5e336572
      unknown authored
      into hegel.txg:/home/miguel/bk/mysql-4.1
      
      5e336572
    • unknown's avatar
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · e59c85f8
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-1717
      
      
      client/mysqlbinlog.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      e59c85f8
    • unknown's avatar
      WL#1580: --start-datetime, --stop-datetime, --start-position (alias for... · 5296a9bf
      unknown authored
      WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position
      options for mysqlbinlog, with a test file.
      This enables user to say "recover my database to how it was this morning at 10:30"
      (mysqlbinlog "--stop-datetime=2003-07-29 10:30:00").
      Using time functions into client/ made me move them out of sql/ into sql-common/.
      + (small) fix for BUG#4507 "mysqlbinlog --read-from-remote-server sometimes
      cannot accept 2 binlogs" (that is, on command line).
      
      
      client/client_priv.h:
        new options for mysqlbinlog
      client/mysqlbinlog.cc:
        WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position.
        (small) fix for BUG#4507 "mysqlbinlog --read-from-remote-server sometimes
         cannot accept 2 binlogs".
      include/my_time.h:
        importing time functions so that client/ files can use them.
      include/mysql_time.h:
        importing time types so that client/ files can use them.
      sql-common/my_time.c:
        importing time functions so that client/ files can use them.
      sql/mysql_priv.h:
        moving time functions out of sql/ into sql-common/
      sql/time.cc:
        moving time functions out of sql/ into sql-common/
      sql/tztime.h:
        moving time functions out of sql/ into sql-common/
      5296a9bf
    • unknown's avatar
      Added --with-ndbcluster config option to compile-pentium-valgrind-max · 2dc386ff
      unknown authored
      (since it's in the other -max builds already).
      
      
      BUILD/compile-pentium-max:
        Removed obviously obsolete comment.
      BUILD/compile-pentium-valgrind-max:
        Added same --with* options as for other -max builds (e.g. ndbcluster).
      2dc386ff