1. 29 Jul, 2004 7 commits
    • 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 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
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · dd7966d1
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      dd7966d1
    • unknown's avatar
      ha_ndbcluster.h, ha_ndbcluster.cc: · 87aaf65e
      unknown authored
        compile fix for gcc-2.95
      
      
      sql/ha_ndbcluster.cc:
        compile fix for gcc-2.95
      sql/ha_ndbcluster.h:
        compile fix for gcc-2.95
      87aaf65e
    • unknown's avatar
      Fixed a copy-and-paste error: mysql_create_frm() should have · 18bdf7ba
      unknown authored
      its own enter string.
      
      18bdf7ba
  2. 28 Jul, 2004 11 commits
  3. 27 Jul, 2004 11 commits
  4. 26 Jul, 2004 4 commits
  5. 24 Jul, 2004 6 commits
    • unknown's avatar
      WL#1518, "make bundled zlib usable for unix builds": · 313eb010
      unknown authored
      required autotools macro written and deployed in all apropriate Makefile.ams.
      Use cases checked:
      - linux, standard location of zlib, no ndb
      - linux, standard locatoin of zlib, with ndb
      - linux, non-standard location of zlib, no ndb
      - hpux11, use of bundled zlib, no ndb 
      The only non-checked case is non-standard location of zlib (or use of bundled
      zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts 
      like AIX52 or HPUX11, where such a check is possible. It didn't compile 
      there before as these systems dont't have installed zlib, so nothing got broken ;)
      
      
      Makefile.am:
        WL#1518 "make bundled zlib usable for unix builds", part 2:
        - zlib dir should be built only if there is no system zlib available;
          with introducing of DIST_SUBDIRS goal, os2, BUILD and SSH now only entered
          if make dist
      acinclude.m4:
        WL#1518, "make bundled zlib usable for unix builds":
        - actual implementation of the check for various zlib usage options
      configure.in:
        WL#1518, "make bundled zlib usable for unix builds":
        - MYSQL_CHECK_ZLIB_WITH_COMPRESS deployed
      libmysql/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      libmysql_r/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      libmysqld/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      myisam/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib binary dir added
      mysys/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      sql/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir and library dir added
      tools/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
        - copyright added
      313eb010
    • unknown's avatar
    • unknown's avatar
      03093f8d
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · eff0b190
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-warnings
      
      eff0b190
    • unknown's avatar
      All templates inlined into AC_DEFINE/AC_DEFINE_UNQUOTED. · 3951c7ac
      unknown authored
      Use of acconfig.h is deprecated in modern autotools (a cleaner patch).
      
      
      BitKeeper/deleted/.del-acconfig.h~8d2e3113fc8056da:
        Delete: acconfig.h
      acinclude.m4:
        All templates inlined into AC_DEFINE/AC_DEFINE_UNQUOTED.
        Use of acconfig.h is deprecated in modern autotools.
      configure.in:
        All templates inlined into AC_DEFINE/AC_DEFINE_UNQUOTED.
        Use of acconfig.h is deprecated in modern autotools.
      3951c7ac
  6. 23 Jul, 2004 1 commit