1. 08 Jul, 2005 4 commits
  2. 07 Jul, 2005 4 commits
  3. 06 Jul, 2005 22 commits
    • unknown's avatar
      Merge · 376a50e6
      unknown authored
      376a50e6
    • unknown's avatar
      mtr_misc.pl: · 0f063423
      unknown authored
        Corrected appending of .exe to Windows executables
        Don't alter read only @_ in foreach loop
      mysql-test-run.pl:
        Improved cleanup of binlogs
        Use separate log file for second master
        Corrected Windows paths to executables
      
      
      mysql-test/mysql-test-run.pl:
        Improved cleanup of binlogs
        Use separate log file for second master
        Corrected Windows paths to executables
      mysql-test/lib/mtr_misc.pl:
        Corrected appending of .exe to Windows executables
        Don't alter read only @_ in foreach loop
      0f063423
    • unknown's avatar
      Merge · f3a84063
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      f3a84063
    • unknown's avatar
      mysql-test-run.pl: · b5081acd
      unknown authored
        Handle case where SHELL isn't set in Cygwin
      mysql_client_test.dsp:
        Put output into the "client_debug" and "client_release" directories
      
      
      VC++Files/tests/mysql_client_test.dsp:
        Put output into the "client_debug" and "client_release" directories
      mysql-test/mysql-test-run.pl:
        Handle case where SHELL isn't set in Cygwin
      b5081acd
    • unknown's avatar
      - manual merge of the make_binary_distribution.sh ChangeSet propagation · 89cefd36
      unknown authored
      
      scripts/make_binary_distribution.sh:
        - manual merge
      89cefd36
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0-build · 81c31e3b
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      scripts/make_binary_distribution.sh:
        Auto merged
      81c31e3b
    • unknown's avatar
      - backported a change for make_binary_distribution.sh from 5.0 for easier building of · 2a04d155
      unknown authored
        all versions: added an option "--machine" that allows to override the autodetected
        architecture string (e.g. "i386") that becomes part of the binary package name with 
        a different one
      - moved the removal of the BASE directory to the end of the make_binary_distribution
        script
      
      
      scripts/make_binary_distribution.sh:
        - backported and fixed a change from 5.0 for easier building of all versions: added an
          option "--machine" that allows to override the autodetected architecture string 
          (e.g. "i386") that becomes part of the binary package name with a different one
        - moved the removal of the BASE directory to the end of the script
      2a04d155
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2aaca01c
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      2aaca01c
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · bda481ce
      unknown authored
      into hundin.mysql.fi:/home/marko/mysql-5.0-current
      
      
      bda481ce
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · e586c286
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      e586c286
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8875561a
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      
      8875561a
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-4.1 · 41e048e0
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      include/my_global.h:
        Auto merged
      41e048e0
    • unknown's avatar
      a fix (bug #11544: Use of missing rint() function on QNX). · 502aa66c
      unknown authored
      
      include/my_global.h:
        a fix (bug #11544: Use of missing rint() function on QNX).
        We have to explicitly specify std:: namespace to use 
        rint() and isnan() functions in C++ scope on QNX due 
        to an error in the /usr/include/math.h
      502aa66c
    • unknown's avatar
      init_db.sql: · 87b7e20e
      unknown authored
        add new table privileges
      Makefile.am:
        Include path to regex dir was accidently removed
      
      
      sql/Makefile.am:
        Include path to regex dir was accidently removed
      mysql-test/lib/init_db.sql:
        add new table privileges
      87b7e20e
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · cf297f60
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      cf297f60
    • unknown's avatar
      After merge fix. · 4727620b
      unknown authored
      
      mysql-test/t/sp-error.test:
        Fixed error-codes after merging changes from the main tree.
      4727620b
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1-build · 77632262
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      
      BitKeeper/etc/config:
        Auto merged
      77632262
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9d706f8d
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      9d706f8d
    • unknown's avatar
      InnoDB: Make the srv_thread_concurrency checks more consistent. · ec6b1999
      unknown authored
      
      innobase/include/srv0srv.h:
        Define SRV_CONCURRENCY_THRESHOLD
      innobase/srv/srv0srv.c:
        Remove srv_thread_concurrency check from srv_conc_enter_innodb()
        and srv_conc_exit_innodb(), as the check is in the (only) caller
        of these functions, in ha_innodb.cc.
        srv_conc_force_enter_innodb(), srv_conc_force_exit_innodb():
        Check for srv_thread_concurrency >= SRV_CONCURRENCY_THRESHOLD
      sql/ha_innodb.cc:
        Make use of SRV_CONCURRENCY_THRESHOLD
      ec6b1999
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 99cee821
      unknown authored
      into  mysql.com:/home/dlenev/src/mysql-5.0-bg11394
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      mysql-test/r/sp-error.result:
        Manual merge.
      mysql-test/t/sp-error.test:
        Manual merge.
      sql/share/errmsg.txt:
        Manual merge.
      99cee821
    • unknown's avatar
      Update test results · de401773
      unknown authored
      
      mysql-test/r/mysqldump.result:
        Update results
      de401773
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-6903 · 8546ddd3
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/r/view.result:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      mysql-test/r/sql_mode.result:
        Merge
      mysql-test/t/sql_mode.test:
        Merge
      8546ddd3
  4. 05 Jul, 2005 10 commits
    • unknown's avatar
      Merge jwinstead@production.mysql.com:my/mysql-5.0-10844 · 6efca84f
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/information_schema.result:
        Auto merged
      mysql-test/t/information_schema.test:
        Auto merged
      6efca84f
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · 036cd173
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/r/query_cache.result:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      mysql-test/r/grant.result:
        Merge
      mysql-test/t/grant.test:
        Merge
      036cd173
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7dbf0235
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
      
      
      7dbf0235
    • unknown's avatar
      Fix test cases · 8218398c
      unknown authored
      
      mysql-test/r/query_cache.result:
        Remove stray empty line
      mysql-test/r/grant.result:
        Update results
      mysql-test/t/grant.test:
        Fix test case to
      8218398c
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 97b4cf0e
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
      
      
      97b4cf0e
    • unknown's avatar
      Merge · ad0516d9
      unknown authored
      
      BitKeeper/deleted/.del-Makefile.am~6cfa0db5e7778d09:
        Auto merged
      BitKeeper/deleted/.del-Makefile.am~41238af048e60515:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      netware/Makefile.am:
        Auto merged
      tests/Makefile.am:
        Auto merged
      vio/Makefile.am:
        SCCS merged
      ad0516d9
    • unknown's avatar
      Makefile.am: · b0a6a8e1
      unknown authored
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      
      
      client/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      cmd-line-utils/libedit/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      dbug/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      extra/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      heap/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      isam/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      libmysql/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      libmysql_r/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      libmysqld/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      libmysqld/examples/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      merge/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      myisam/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      myisammrg/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      mysql-test/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      mysys/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      netware/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      regex/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      sql/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      strings/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      tests/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      vio/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      tools/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      b0a6a8e1
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · 711464a1
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      711464a1
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-10986 · a27b5b31
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      a27b5b31
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-11440 · 128712c0
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/sql_table.cc:
        Auto merged
      128712c0