1. 18 May, 2005 40 commits
    • unknown's avatar
      Resolve merge from 4.1 · f8a20dbe
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      myisam/mi_check.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      client/mysqldump.c:
        Resolve merge
      mysql-test/r/myisam.result:
        Resolve merge
      mysql-test/r/mysqldump.result:
        Resolve merge
      mysql-test/r/olap.result:
        Resolve merge
      mysql-test/r/subselect.result:
        Resolve merge
      mysql-test/t/myisam.test:
        Resolve merge
      mysql-test/t/mysqldump.test:
        Resolve merge
      mysql-test/t/olap.test:
        Resolve merge
      mysql-test/t/range.test:
        Resolve merge
      mysql-test/t/subselect.test:
        Resolve merge
      ndb/src/common/util/version.c:
        Resolve merge
      ndb/src/ndbapi/ndberror.c:
        Resolve merge
      sql/item.cc:
        Resolve merge
      sql/item_strfunc.h:
        Resolve merge
      sql/sql_select.cc:
        Resolve merge
      sql/sql_yacc.yy:
        Resolve merge
      f8a20dbe
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · d104149c
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      d104149c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 6f7bccd1
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-root
      
      
      include/my_dbug.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      6f7bccd1
    • unknown's avatar
      Fix a couple of compilation failures. · 1816b5a4
      unknown authored
      
      include/my_dbug.h:
        Fix conflicting declaration and definition of db_output.
      sql/mysqld.cc:
        Fix a compilation failure.
      1816b5a4
    • unknown's avatar
      New file default_modify.c. Fixed a typo on mysqld.cc · 48ce8aeb
      unknown authored
      Changed name of function my_correct_default_file to
      modify_defaults_file. Improved function and fixed some
      bugs in it.
      
      
      include/my_sys.h:
        Changed function name.
      include/mysql_com.h:
        New function, modify_defaults_file()
      libmysql/Makefile.shared:
        New file, default_modify.lo
      libmysql/libmysql.def:
        New function, modify_defaults_file() and fixed version number.
      libmysqld/libmysqld.def:
        New function, modify_defaults_file()
      mysys/Makefile.am:
        New file, default_modify.c
      mysys/default.c:
        Removed function from default.c. New, corresponding one is in default_modify.c,
        name is modify_defaults_file.
      server-tools/instance-manager/commands.cc:
        Changed function name.
      sql/mysqld.cc:
        Fixed typo.
      48ce8aeb
    • unknown's avatar
      Update mysqldump test and results · 53af474b
      unknown authored
      
      mysql-test/r/mysqldump.result:
        Update results
      mysql-test/t/mysqldump.test:
        Fix test to not include version number in results
      53af474b
    • unknown's avatar
      Fix conflicting declaration and definition of db_output (compilation · 40772ccc
      unknown authored
      failure).
      
      
      include/my_dbug.h:
        Fix conflicting declaration and definition of db_output.
      40772ccc
    • unknown's avatar
      Resolve bugfix merge · 0f02da9f
      unknown authored
      
      client/mysqldump.c:
        Merge bug fix
      mysql-test/r/mysqldump.result:
        Update results
      mysql-test/t/mysqldump.test:
        Merge bug fix
      0f02da9f
    • unknown's avatar
      Small optimization to bug fix, from Monty. · eff871bd
      unknown authored
      
      client/mysqldump.c:
        Optimize away a call to strend() by using return value of my_snprintf()
      eff871bd
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 0295b2eb
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-root
      
      
      0295b2eb
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · ada80876
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41
      
      
      ada80876
    • unknown's avatar
      Merge mysql.com:/opt/local/work/mysql-5.0-root · 6f59f4a6
      unknown authored
      into mysql.com:/media/sda1/mysql/mysql-5.0-libtool
      
      
      6f59f4a6
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 8b1d4fd3
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      8b1d4fd3
    • unknown's avatar
      Fix warnings from icc · d93806ef
      unknown authored
      Added BUILD scripts for icc
      Fixed (one time) memory leak in grant handling
      
      
      config/ac-macros/misc.m4:
        Remove warnings flags from icc when compiling with -Werror
      configure.in:
        Remove warnings flags from icc when compiling with -Werror
      extra/replace.c:
        Fix warnings from icc
      include/my_dbug.h:
        Fix warnings from icc
      sql/gen_lex_hash.cc:
        Fix warnings from icc
      sql/mysql_priv.h:
        Add missing variables
      sql/mysqld.cc:
        Fix warnings from icc:
        - made a lot of variables static
        - Removing some not used variables
        - Fixed wrong printf()
        - removed extern "C" from some functions
      sql/spatial.h:
        Fix warnings from icc
      sql/sql_acl.cc:
        Fixed memory leak
      sql/sql_lex.cc:
        Fix warnings from icc
      sql/sql_lex.h:
        Fix warnings from icc
      d93806ef
    • unknown's avatar
      ndb - allow upgrade 4.1.10->4.1.12 · fed9e191
      unknown authored
      
      ndb/src/common/util/version.c:
        allow upgrade 4.1.10->4.1.12
      fed9e191
    • unknown's avatar
    • unknown's avatar
      Merge aschwenke@bk-internal.mysql.com:/home/bk/mysql-5.0 · 880bff92
      unknown authored
      into lmy003.wdf.sap.corp:/home/schwenke/Work/MySQL/bk-internal-tree/mysql-5.0
      
      
      880bff92
    • unknown's avatar
      new build scripts for SAP team · a847042f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a847042f
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-5.0-build · 89eeff65
      unknown authored
      into mysql.com:/usr/home/ram/work/mysql-5.0
      
      
      89eeff65
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 41407d1a
      unknown authored
      into mysql.com:/home/pem/work/mysql-5.0
      
      
      41407d1a
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9c9e64d5
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      9c9e64d5
    • unknown's avatar
      olap.result, olap.test: · 0a2b0725
      unknown authored
        Added test cases for bug #7914.
      sql_select.cc:
        Fixed bug #7914: rollup over expresssions such as sum(a)+1.
      
      
      sql/sql_select.cc:
        Fixed bug #7914: rollup over expresssions such as sum(a)+1.
      mysql-test/t/olap.test:
        Added test cases for bug #7914.
      mysql-test/r/olap.result:
        Added test cases for bug #7914.
      0a2b0725
    • unknown's avatar
      fixed fatal compiler error (windows) · c3ecc1dd
      unknown authored
      c3ecc1dd
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 688afe81
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      688afe81
    • unknown's avatar
      fix for compilation problem with --with-openssl reported by Guilhem · 832a2b27
      unknown authored
      
      server-tools/instance-manager/Makefile.am:
        fix for compilation problem with --with-openssl
      832a2b27
    • unknown's avatar
      Merge grichter@bk-internal1.mysql.com:/home/bk/mysql-5.0 · 829d3f73
      unknown authored
      into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
      
      
      libmysql/libmysql.def:
        Auto merged
      829d3f73
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · a9ce42c3
      unknown authored
      into mysql.com:/home/pem/work/mysql-5.0
      
      
      a9ce42c3
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 625bf498
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      625bf498
    • unknown's avatar
      fix comments · 6ca52fcc
      unknown authored
      
      server-tools/instance-manager/commands.cc:
        fix column name
      6ca52fcc
    • unknown's avatar
      Remove automatically generated autotools files from revision control. · 9b2e0ed5
      unknown authored
      Fix build scripts to create them.
      
      
      BitKeeper/deleted/.del-config.guess~fd94a91a69a8ce8:
        Delete: config.guess
      BitKeeper/deleted/.del-config.sub~d18f703b655db258:
        Delete: config.sub
      BitKeeper/deleted/.del-depcomp~d5c35239e36674f1:
        Delete: depcomp
      BitKeeper/deleted/.del-install-sh~ddc86c88a9bebd00:
        Delete: install-sh
      BitKeeper/deleted/.del-ltconfig~6d12dc759ce40830:
        Delete: ltconfig
      BitKeeper/deleted/.del-ltmain.sh~9b8b907df176f96e:
        Delete: ltmain.sh
      BitKeeper/deleted/.del-missing~3fe9ea908d3a7caa:
        Delete: missing
      BitKeeper/deleted/.del-mkinstalldirs~fa914ace602e1447:
        Delete: mkinstalldirs
      BUILD/FINISH.sh:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-alpha-ccc:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-alpha-cxx:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-alpha-debug:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-hpux11-parisc2-aCC:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-ia64-debug-max:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-irix-mips64-mipspro:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-pentium-pgcc:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-solaris-sparc-debug:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-solaris-sparc-forte:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-solaris-sparc-purify:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BUILD/compile-solaris-sparc:
        Move autotools bootstrap scripts invocation to one place (autorun.sh)
      BitKeeper/etc/ignore:
        Added config.guess config.sub install-sh ltmain.sh missing to the ignore list
      9b2e0ed5
    • unknown's avatar
      sql_yacc.yy: · fce15210
      unknown authored
        Added missing ';'.
      
      
      sql/sql_yacc.yy:
        Added missing ';'.
      fce15210
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · b8421582
      unknown authored
      into mysql.com:/usr/home/ram/work/5.0.b10339
      
      
      b8421582
    • unknown's avatar
      mysqldump.c: disabling --delayed-insert until BUG#7815 is fixed (need table def cache for that, · 32ce862f
      unknown authored
      to easily check the storage engine supports DELAYED).
      
      
      
      client/mysqldump.c:
        disabling --delayed-insert until BUG#7815 is fixed (need table def cae)
      mysql-test/r/mysqldump.result:
        as we disable --delayed-insert, result changes
      32ce862f
    • unknown's avatar
      A fix (bug #10703: rpl_variables.test failure). · 93e8f182
      unknown authored
      
      mysql-test/r/rpl_variables.result:
        A fix (bug #10703: rpl_variables.test failure).
        "$SLAVE_LOAD_TMPDIR" may differ from the "$MYSQL_TEST_DIR/var/tmp".
      mysql-test/t/rpl_variables.test:
        A fix (bug #10703: rpl_variables.test failure).
        "$SLAVE_LOAD_TMPDIR" may differ from the "$MYSQL_TEST_DIR/var/tmp".
      93e8f182
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · efc254bc
      unknown authored
      into mysql.com:/usr/home/ram/work/5.0.b10339
      
      
      sql/set_var.h:
        Auto merged
      efc254bc
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3814661d
      unknown authored
      into mysql.com:/home/gluh/MySQL/Bugs/5.0.9286
      
      
      3814661d
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 99711750
      unknown authored
      into mysql.com:/usr/home/ram/work/5.0.b10339
      
      
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      sql/set_var.cc:
        Auto merged
      99711750
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · f79897a5
      unknown authored
      into mysql.com:/home/pem/work/mysql-5.0
      
      
      sql/item.h:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      f79897a5
    • unknown's avatar
      Fixed BUG#6048: Stored procedure causes operating system reboot. · 90a2edd7
      unknown authored
        Memory leak in locally evalutated expressions during SP execution fixed by
        reusing allocated item slots when possible.
        Note: No test case added, since the test is a stress test that tries to make
        the machine to run out of memory.
      
      
      sql/item.cc:
        Make it possible to reuse allocated item slots (for use in SP execution).
      sql/item.h:
        Make it possible to reuse allocated item slots (for use in SP execution).
      sql/sp_head.cc:
        Reuse allocated item slots for expression evalutation during SP execution.
      sql/sp_rcontext.cc:
        Updated sp_eval_func_item() call, and prevent item reuse in reused frames (for handlers).
      90a2edd7
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · afc94dfb
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      mysql-test/t/range.test:
        Auto merged
      afc94dfb