1. 08 Jul, 2005 7 commits
    • unknown's avatar
      Merge · c48be1b7
      unknown authored
      
      VC++Files/tests/mysql_client_test.dsp:
        Merge, and changed to use "Debug\yassl.lib" for debug build
      c48be1b7
    • unknown's avatar
      mysql_client_test.dsp: · 41bc59ab
      unknown authored
        Corrected libs and lib search path for debug target
      
      
      VC++Files/tests/mysql_client_test.dsp:
        Corrected libs and lib search path for debug target
      41bc59ab
    • unknown's avatar
      sql_insert.cc: · 375d1d5e
      unknown authored
        Use the test() macro instead of assigning a pointer to a bool
      
      
      sql/sql_insert.cc:
        Use the test() macro instead of assigning a pointer to a bool
      375d1d5e
    • unknown's avatar
      2532f40a
    • unknown's avatar
      - manual merge of the addition of including mysqlt-test/t/*.def · a7088fd3
      unknown authored
      
      mysql-test/Makefile.am:
        - manual merge
      scripts/make_binary_distribution.sh:
        - manual merge
      a7088fd3
    • unknown's avatar
      - added mysql-test/t/*.def to the source and binary distributions · a652b179
      unknown authored
      
      mysql-test/Makefile.am:
        - added mysql-test/t/*.def to the source distribution and make sure that "make install"
          installs it, too.
      scripts/make_binary_distribution.sh:
        - added mysql-test/t/*.def to the binary distribution
      a652b179
    • unknown's avatar
      a fix (bug #11809: ps_1general.test fails on QNX). · 17c97d75
      unknown authored
      
      mysql-test/r/ps_1general.result:
        a fix (bug #11809: ps_1general.test fails on QNX).
        replace Max_data_length column value with '#' as well
      mysql-test/t/ps_1general.test:
        a fix (bug #11809: ps_1general.test fails on QNX).
        replace Max_data_length column value with '#' as well
      17c97d75
  2. 07 Jul, 2005 4 commits
  3. 06 Jul, 2005 22 commits
    • unknown's avatar
      Merge · b4fc67ac
      unknown authored
      b4fc67ac
    • unknown's avatar
      mtr_misc.pl: · a6b2529d
      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
      a6b2529d
    • unknown's avatar
      Merge · fc8c8a7a
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      fc8c8a7a
    • unknown's avatar
      mysql-test-run.pl: · 8235505c
      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
      8235505c
    • unknown's avatar
      - manual merge of the make_binary_distribution.sh ChangeSet propagation · a5a06c56
      unknown authored
      
      scripts/make_binary_distribution.sh:
        - manual merge
      a5a06c56
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0-build · 8a6ce057
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      scripts/make_binary_distribution.sh:
        Auto merged
      8a6ce057
    • unknown's avatar
      - backported a change for make_binary_distribution.sh from 5.0 for easier building of · 622cd702
      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
      622cd702
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 70f19272
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      70f19272
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4c971b32
      unknown authored
      into hundin.mysql.fi:/home/marko/mysql-5.0-current
      
      4c971b32
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · ea2943e5
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      ea2943e5
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0 · c9875969
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      c9875969
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-4.1 · eafd0fe4
      unknown authored
      into  mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      include/my_global.h:
        Auto merged
      eafd0fe4
    • unknown's avatar
      a fix (bug #11544: Use of missing rint() function on QNX). · c86f168e
      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
      c86f168e
    • unknown's avatar
      init_db.sql: · 4a483b06
      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
      4a483b06
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · b1d30b18
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      b1d30b18
    • unknown's avatar
      After merge fix. · b1e91a5a
      unknown authored
      
      mysql-test/t/sp-error.test:
        Fixed error-codes after merging changes from the main tree.
      b1e91a5a
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1-build · ba2e3d1e
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      
      BitKeeper/etc/config:
        Auto merged
      ba2e3d1e
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 32f539f1
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      32f539f1
    • unknown's avatar
      InnoDB: Make the srv_thread_concurrency checks more consistent. · f2203434
      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
      f2203434
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · eeb1df17
      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.
      eeb1df17
    • unknown's avatar
      Update test results · 527c8adb
      unknown authored
      
      mysql-test/r/mysqldump.result:
        Update results
      527c8adb
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-6903 · 155ea011
      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
      155ea011
  4. 05 Jul, 2005 7 commits
    • unknown's avatar
      Merge jwinstead@production.mysql.com:my/mysql-5.0-10844 · a3b000a7
      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
      a3b000a7
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · 433b5723
      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
      433b5723
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 644d1dbe
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
      
      644d1dbe
    • unknown's avatar
      Fix test cases · e04a61fd
      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
      e04a61fd
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 993d0ae2
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
      
      993d0ae2
    • unknown's avatar
      Merge · 41e2af9f
      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
      41e2af9f
    • unknown's avatar
      Makefile.am: · fc8f1426
      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
      fc8f1426