1. 12 Aug, 2003 8 commits
  2. 09 Aug, 2003 2 commits
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.0 · 7792a914
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.0chsize
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      7792a914
    • unknown's avatar
      BUG · 22cb4fbc
      unknown authored
      replace HAVE_SETFILEPOINTER with __WIN__
      
      
      
      include/config-win.h:
        remove HAVE_SETFILEPOINTER
      mysys/my_chsize.c:
        replace HAVE_SETFILEPOINTER with __WIN__
        move __WIN__ section to up
      22cb4fbc
  3. 08 Aug, 2003 4 commits
  4. 07 Aug, 2003 13 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 115ebf16
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.0
      
      
      sql/slave.cc:
        Auto merged
      sql/slave.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      115ebf16
    • unknown's avatar
      Review of changesets since last pull. · 9250d778
      unknown authored
      (Mostly code cleanups)
      
      
      include/my_sys.h:
        Removed not used define
      myisam/mi_check.c:
        Indentation change
      mysql-test/t/rpl_insert_id.test:
        Add test if server supports innodb
      mysys/mf_format.c:
        Remove QUOTE handling from fn_format()
        (fn_format() should not have anything to do with quoting things)
      sql/log_event.cc:
        Removed some unnecessary casts (by changing functions to use const char *)
        Cleaned up some error messages to make them shorter and (hopefully) more readable.
        Fixed wrong format strings
        Restored 'thd->options' on error.
      sql/mini_client.cc:
        Changed order of include files to remove compilation warning
      sql/mysqld.cc:
        Add proper quoting of service arguments (don't use fn_format)
      sql/slave.cc:
        Simple optimization and cleanup.
        Changed rewrite_db() and print_slave_db_safe() to use const char* to avoid casting of arguments when calling functions.
        Cleanup of some error messages.
      sql/slave.h:
        Changed protypes to use const char *
      sql/sql_acl.cc:
        Simple optimization
      vio/viosslfactories.c:
        Changed order of include files to remove compilation warning
      9250d778
    • unknown's avatar
      - some fixed for make_win_src_distribution to work properly · 59bfc347
      unknown authored
      
      Build-tools/Bootstrap:
         - no need to create the make_win_src_distribution script in here - do
           it in the Makefile instead.
      scripts/Makefile.am:
         - added make_win_src_distribution to bin_SCRIPTS, so it's automatically
           built
      scripts/make_win_src_distribution.sh:
         - merge fixes (looks like CRLF problems)
      59bfc347
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 79cb11c3
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      79cb11c3
    • unknown's avatar
      Merge gweir@build.mysql.com:/home/bk/mysql-4.0 · 5cb0b4bd
      unknown authored
      into gcw.ath.cx:/home/greg/bk/mysql-4.0
      
      5cb0b4bd
    • unknown's avatar
      openssl_1.result, openssl_1.test: · a47120fe
      unknown authored
        Aligned test with regenerated SSL certs
      Many files:
        Regenerated expired certificates
      
      
      SSL/cacert.pem:
        Regenerated expired certificates
      SSL/client-cert.pem:
        Regenerated expired certificates
      SSL/client-key.pem:
        Regenerated expired certificates
      SSL/client-req.pem:
        Regenerated expired certificates
      SSL/server-cert.pem:
        Regenerated expired certificates
      SSL/server-key.pem:
        Regenerated expired certificates
      SSL/server-req.pem:
        Regenerated expired certificates
      mysql-test/t/openssl_1.test:
        Aligned test with regenerated SSL certs
      mysql-test/r/openssl_1.result:
        Aligned test with regenerated SSL certs
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a47120fe
    • unknown's avatar
      merged · 97ce4a92
      unknown authored
      
      Docs/Makefile.am:
        Auto merged
      acinclude.m4:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      97ce4a92
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-3.23/ · e3f1301a
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql
      
      e3f1301a
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 6bc95341
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      6bc95341
    • unknown's avatar
    • unknown's avatar
      fixed password buffer overflow · 47c4494f
      unknown authored
      47c4494f
    • unknown's avatar
      New option for Bootstrap: -w | --win-dist to create Windows source package · cfa37325
      unknown authored
      
      Build-tools/Bootstrap:
        Add --win-dist option to create Windows source package
      scripts/Makefile.am:
        Add make_win_src_distribution to CLEANFILES
      cfa37325
    • unknown's avatar
      Copied Venu's make_win_src_distribution script from 4.1 tree · 409516a5
      unknown authored
      
      scripts/Makefile.am:
        Add make_win_src_distribution to EXTRA_SCRIPTS
      409516a5
  5. 06 Aug, 2003 6 commits
  6. 05 Aug, 2003 2 commits
  7. 04 Aug, 2003 2 commits
    • unknown's avatar
      Fix VC++ compiler error · ee6c01a1
      unknown authored
      ee6c01a1
    • unknown's avatar
      2 bugfixes: · 97c49825
      unknown authored
      - Bug #985: "Between RESET SLAVE and START SLAVE, SHOW SLAVE STATUS is wrong."
      Now RESET SLAVE puts correct info in mi->host etc. A new test rpl_reset_slave
      for that.
      - Bug #986: "CHANGE MASTER & START SLAVE do not reset error columns in SHOW
      SLAVE STATUS". Now these reset the errors.
      
      
      mysql-test/r/rpl_loaddata.result:
        result update.
      mysql-test/t/rpl_loaddata.test:
        Test that RESET SLAVE, START SLAVE and CHANGE MASTER all reset 
        Last_slave_error and Last_slave_errno (columns of SHOW SLAVE STATUS).
        We do it in this test because that's one of tests which have 
        an intentional query error on the slave.
      sql/slave.cc:
        As we need TWICE the code to copy command-line options (--master-host etc)
        to mi (we already had it in init_master_info, but we also need it in RESET
        SLAVE to fix bug#985), I make a function of this code.
        And a function to reset Last_slave_error and Last_slave_errno (we need
        it in CHANGE MASTER, RESET SLAVE, and at the start of the SQL thread).
      sql/slave.h:
        declarations for new functions.
      sql/sql_repl.cc:
        copy --master-host etc to mi in RESET SLAVE, so that SHOW SLAVE STATUS
        shows correct information.
      97c49825
  8. 03 Aug, 2003 1 commit
  9. 02 Aug, 2003 2 commits
    • unknown's avatar
      Fix so that SET PASSWORD is not replicated by the slave if running with · a1f5ddca
      unknown authored
      replicate-*-table rules which exclude 'mysql' tables
      (e.g. replicate-wild-ignore-table=mysql.%).
      This was already the behaviour for GRANT/REVOKE, I'm extending it to
      SET PASSWORD because it seems very logical (the contrary seems illogical).
      2 new tests:
      - one to test if GRANT and SET PASSWORD are replicated
      - one to test if they are not replicated if replicate-wild-ignore-table=mysql.%
      The 2nd is also a testcase for BUG#980.
      
      
      sql/sql_acl.cc:
        Fix so that SET PASSWORD is not replicated by the slave if running with
        replicate-*-table rules which exclude 'mysql' tables
        (e.g. replicate-wild-ignore-table=mysql.%).
        This was already the behaviour for GRANT/REVOKE, I'm extending it to
        SET PASSWORD because it seems very logical (the contrary seems illogical).
      a1f5ddca
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · d915a8d3
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      
      sql/sql_acl.cc:
        Auto merged
      d915a8d3