1. 08 Oct, 2003 1 commit
  2. 29 Sep, 2003 2 commits
    • unknown's avatar
      - enable changing the number of table bits for JOINs to be increased · a0e7e6e0
      unknown authored
         from ulong to ulonglong by defining -DBIG_JOINS
      
      
      sql/mysql_priv.h:
         - enable changing the number of table bits for JOINs to be increased
           from ulong to ulonglong by defining BIG_JOINS
      a0e7e6e0
    • unknown's avatar
      Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) · d7ab813d
      unknown authored
      Add quoting for use `database` for mysqlbinlog
      Removed test ins0000001
      Add support for --replace for exec in mysqltest
      Don't refer to install dir in mysqlbinlog.result
      
      
      BitKeeper/deleted/.del-ins000001.result~f45c599efdf8352b:
        Delete: mysql-test/r/ins000001.result
      BitKeeper/deleted/.del-ins000001.test~2428ee5c9b1bc483:
        Delete: mysql-test/t/ins000001.test
      client/mysqlbinlog.cc:
        Removed random chars after filename for LOAD DATA INFILE
      client/mysqltest.c:
        Add support for --replace for 'exec'
      mysql-test/r/drop_temp_table.result:
        Updated results after quoting change
      mysql-test/r/fulltext_multi.result:
        Updated results after quoting change
      mysql-test/r/fulltext_order_by.result:
        Updated results after quoting change
      mysql-test/r/insert.result:
        New tests
      mysql-test/r/insert_select.result:
        Updated results after quoting change
      mysql-test/r/mix_innodb_myisam_binlog.result:
        Updated results after quoting change
      mysql-test/r/mysqlbinlog.result:
        Updated results after quoting change
      mysql-test/r/rpl_log.result:
        Updated results after quoting change
      mysql-test/t/fulltext_multi.test:
        Remove 'use'
      mysql-test/t/fulltext_order_by.test:
        Remove 'use'
      mysql-test/t/insert.test:
        Merge test with ins0000001.test
      mysql-test/t/mysqlbinlog.test:
        Don't refer to install dir in result
      sql/log_event.cc:
        Add quoting for use `database` for mysqlbinlog
      support-files/mysql.server.sh:
        Move pid_file test after arguments have been parsed
      d7ab813d
  3. 28 Sep, 2003 1 commit
    • unknown's avatar
      Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES": · 534ff256
      unknown authored
      it's just backquoting the db's and table's names
      when writing DROP TEMPORARY TABLE to the binlog when a connection ends.
      A testcase for this.
      
      
      sql/sql_base.cc:
        backquote db and table name when writing DROP TEMPORARY TABLE to the binlog
        when a connection ends.
      534ff256
  4. 26 Sep, 2003 2 commits
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 9ebe89fa
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      9ebe89fa
    • unknown's avatar
      Fix for 64-bit machines. · 8b3f8fe3
      unknown authored
      I am almost sure this is the cause for
      BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries?
      BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version (Solaris)
      The reason why I think it's wrong is that the normal client code has 
      uint32 ip_addr.
      (of course on 32-bit machines it does not matter, but on 64-bit it does).
      
      8b3f8fe3
  5. 25 Sep, 2003 3 commits
    • unknown's avatar
      Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 · de80d357
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      de80d357
    • unknown's avatar
      - Improved portability of the sql-bench Perl scripts by replacing · 7c62e99b
      unknown authored
         the calls of external programs "uname" and "pwd" with Perl builtin
         functions "cwd()" and "POSIX::uname()"
      
      
      sql-bench/as3ap.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/bench-count-distinct.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/bench-init.pl.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
         - portability fix: don't call external "uname" in various combinations,
           use POSIX::uname() instead.
      sql-bench/copy-db.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/crash-me.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
         - portability fix: don't call external "uname" in various combinations,
           use POSIX::uname() instead.
      sql-bench/innotest1.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/innotest1a.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/innotest1b.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/innotest2.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/innotest2a.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/innotest2b.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/run-all-tests.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-ATIS.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-alter-table.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-big-tables.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-connect.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-create.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-insert.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-select.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-transactions.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      sql-bench/test-wisconsin.sh:
         - portability fix: don't call external "pwd" command, use the "cwd()"
           builtin function instead.
      7c62e99b
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 9e84ef35
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.0-binlog
      
      9e84ef35
  6. 24 Sep, 2003 15 commits
  7. 23 Sep, 2003 3 commits
    • unknown's avatar
      Code cleanup of new patches · 9bfa8d0d
      unknown authored
      
      mysys/mf_dirname.c:
        Added comments
      9bfa8d0d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 1d58cd6b
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      extra/comp_err.c:
        Auto merged
      1d58cd6b
    • unknown's avatar
      Block SIGPIPE also for not threaded client programs. · c55088c2
      unknown authored
      Added --include and --libs_r options to mysql_config.
      Added mysql_get_client_version() to client library
      Fixed some minor benchmark issues
      
      
      
      acinclude.m4:
        Fixed that 'no' is printed if openssl not used
      configure.in:
        Fixed error message
      extra/comp_err.c:
        Skip lines before first {
      include/mysql.h:
        Indentation cleanup
      libmysql/libmysql.c:
        Block SIGPIPE also for not threaded programs.
        This is now done once in mysql_server_init() and not for every call to mysql_init().
        Added mysql_get_client_version()
      libmysql/libmysql.def:
        added mysql_get_client_version
      scripts/Makefile.am:
        Add openssl libraries to mysql_config
      scripts/mysql_config.sh:
        Added options --include and --libs_r
        Added C compiler options to 'cflags'
      scripts/mysql_install_db.sh:
        Fixed tests with IN_RPM to not give warnings
      sql-bench/bench-init.pl.sh:
        Updated version number
      sql-bench/server-cfg.sh:
        Remove duplicate line
      sql-bench/test-alter-table.sh:
        Increase loops for more relevant test
      sql-bench/test-select.sh:
        Fix wrong test for count_distinct_2
      tests/mail_to_db.pl:
        Default db and table for easier usage
      c55088c2
  8. 20 Sep, 2003 1 commit
  9. 19 Sep, 2003 8 commits
  10. 17 Sep, 2003 4 commits