1. 29 Sep, 2005 25 commits
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · baa1a83c
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.0
      
      
      baa1a83c
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0 · 66eec84f
      unknown authored
      
      support-files/mysql.spec.sh:
        Auto merged
      66eec84f
    • unknown's avatar
      after merge fix · 0d7a2fb8
      unknown authored
      0d7a2fb8
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1 · 7af7e616
      unknown authored
      
      support-files/mysql.spec.sh:
        Auto merged
      7af7e616
    • unknown's avatar
      - fixed the removing of the RPM_BUILD_ROOT in the %clean section of the RPM · a44907e7
      unknown authored
         spec file (the $RBR variable did not get expanded, thus leaving old build
         roots behind)
      
      
      support-files/mysql.spec.sh:
         - fixed the removing of the RPM_BUILD_ROOT in the %clean section (the
           $RBR variable did not get expanded, thus leaving old build roots behind)
      a44907e7
    • unknown's avatar
      4.1 -> 5.0 merge · fc3efeb0
      unknown authored
      
      mysql-test/t/sql_mode.test:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      mysql-test/r/sql_mode.result:
        Manual merge
      fc3efeb0
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0 · b65c76cb
      unknown authored
      into  hundin.mysql.fi:/home/jan/mysql-5.0
      
      
      b65c76cb
    • unknown's avatar
      Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_increment · f3ad7320
      unknown authored
        "CHARACTER SET", "COLLATE", and "DEFAULT" are always
        printed(excepting MODE_MYSQL323 and MODE_MYSQL40)
        "AUTO_INCREMENT", "ON UPDATE CURRENT_TIMESTAMP" are printed only 
        if NO_FIELD_OPTIONS is not set.
      
      
      mysql-test/r/sql_mode.result:
        Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_increment
          test case
      mysql-test/t/sql_mode.test:
        Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_increment
          test case
      f3ad7320
    • unknown's avatar
      Fix incorrectly merged changeset, these may not be before a first 5.0 test · 811d98ad
      unknown authored
      i.e. range test.
      
      
      811d98ad
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 75345411
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.0
      
      
      75345411
    • unknown's avatar
      Merge 127.(none):/home/osku/mysql/5.0/clean · bf7fe05f
      unknown authored
      into  127.(none):/home/osku/mysql/5.0/revcpy
      
      
      bf7fe05f
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3dc93a9c
      unknown authored
      into  hundin.mysql.fi:/home/jan/mysql-5.0
      
      
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      sql/ha_innodb.cc:
        Content merge.
      3dc93a9c
    • unknown's avatar
      InnoDB: Fix potential buffer underflow. · b2d8eb02
      unknown authored
      
      innobase/include/ut0mem.h:
        Add ut_strlcpy_rev.
      innobase/mem/mem0mem.c:
        Use ut_strlcpy_rev instead of buggy own implementation.
      innobase/ut/ut0mem.c:
        Add ut_strlcpy_rev.
      b2d8eb02
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 05bcc7ed
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      05bcc7ed
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 9cbfaa67
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.0
      
      
      sql/item.cc:
        Auto merged
      9cbfaa67
    • unknown's avatar
      Minor corrections to InnoDB function comments · 612b9ceb
      unknown authored
      
      innobase/include/mem0mem.h:
        Correct the comment of mem_heap_create_func().
      innobase/include/mem0mem.ic:
        Correct the comment of mem_heap_create_func().
      sql/ha_innodb.cc:
        Correct comments regarding return value
      612b9ceb
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 34b85dc5
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      34b85dc5
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 25a4a395
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      25a4a395
    • unknown's avatar
      Fixed a bug checksum table locks the InnoDB table and does not use a · 2c0e2a14
      unknown authored
      consistent read (Bug #12669). This fixes InnoDB part of the bug.
      
      
      mysql-test/r/innodb.result:
        Added results for a checksum test.
      mysql-test/t/innodb.test:
        Addeed a test case for a checksum bug #12669.
      sql/ha_innodb.cc:
        Use consistent read for checksum table.
      2c0e2a14
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main · d5c647f2
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/5.0/main
      
      
      ndb/src/ndbapi/NdbUtil.hpp:
        Auto merged
      d5c647f2
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8864a280
      unknown authored
      into  zim.(none):/home/brian/mysql/archive-move
      
      
      8864a280
    • unknown's avatar
      Moving archive from example to sql. · 5c24a8fe
      unknown authored
      
      sql/ha_archive.h:
        Rename: sql/examples/ha_archive.h -> sql/ha_archive.h
      libmysqld/Makefile.am:
        Moved archive files references
      sql/Makefile.am:
        Moved archive from example to sql
      sql/ha_archive.cc:
        Moved location of prov file.
      sql/handler.cc:
        Moved location from examples to sql
      5c24a8fe
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-4.1 · 66aef256
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/main
      
      
      66aef256
    • unknown's avatar
      Merge · 14650d4f
      unknown authored
      
      client/mysqltest.c:
        Auto merged
      mysql-test/lib/mtr_process.pl:
        Auto merged
      os2/MySQL-Source.icc:
        Auto merged
      regex/Makefile.am:
        Auto merged
      regex/engine.c:
        Auto merged
      regex/main.c:
        Auto merged
      regex/regerror.c:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      14650d4f
    • unknown's avatar
      Many files: · 72340d67
      unknown authored
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      my_regex.h:
        Rename: regex/regex.h -> regex/my_regex.h
      
      
      client/mysqltest.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      os2/MySQL-Source.icc:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/Makefile.am:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/debug.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/debug.ih:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/engine.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/engine.ih:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/main.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/main.ih:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regcomp.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regerror.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regerror.ih:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/my_regex.h:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regexec.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regfree.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/reginit.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      sql/item_cmpfunc.cc:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      sql/item_cmpfunc.h:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      sql/mysqld.cc:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      72340d67
  2. 28 Sep, 2005 15 commits
    • unknown's avatar
      mtr_process.pl: · e42572f5
      unknown authored
        Append to some of the log files, not overwrite
      
      
      mysql-test/lib/mtr_process.pl:
        Append to some of the log files, not overwrite
      e42572f5
    • unknown's avatar
      mysql-test-run.pl: · 5e26e3f4
      unknown authored
        Append to some of the log files, not overwrite.
        Changed introduction text to reflect the current
        status of the Perl version of mysql-test-run.
        Some code cleanup.
      
      
      mysql-test/mysql-test-run.pl:
        Append to some of the log files, not overwrite.
        Changed introduction text to reflect the current
        status of the Perl version of mysql-test-run.
        Some code cleanup.
      5e26e3f4
    • unknown's avatar
      mysql-test-run.pl: · 21f6b1a1
      unknown authored
        Pass on all --skip-* to mysqld
      
      
      mysql-test/mysql-test-run.pl:
        Pass on all --skip-* to mysqld
      21f6b1a1
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0 · f75271a5
      unknown authored
      
      client/mysqltest.c:
        Auto merged
      f75271a5
    • unknown's avatar
      51361ada
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 44359367
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      44359367
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 9f9bc834
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      9f9bc834
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0 · 7524b28c
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my50
      
      
      7524b28c
    • unknown's avatar
      ndb - printSchemaFile: more checks and options · 9de4fa45
      unknown authored
      
      ndb/src/kernel/blocks/dbdict/printSchemaFile.cpp:
        more checks and options
      9de4fa45
    • unknown's avatar
      select.result, item.cc: · 0fda286a
      unknown authored
        After merge fix for bug#13356
      
      
      sql/item.cc:
        After merge fix for bug#13356
      mysql-test/r/select.result:
        After merge fix for bug#13356
      0fda286a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · fd6cc878
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      libmysqld/lib_sql.cc:
        Auto merged
      fd6cc878
    • unknown's avatar
      BUG #13511 Wrong patch pushed, fixing. · ea599a00
      unknown authored
      
      BUILD/SETUP.sh:
        BUG #13511, wrong patch pushed, fixing.
      ea599a00
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 515610b3
      unknown authored
      into  mysql.com:/home/dlenev/src/mysql-5.0-bg13546
      
      
      515610b3
    • unknown's avatar
      Fix for bug #13546 "Build errors with --with-embedded-server · e3d7877f
      unknown authored
      --with-embedded-privilege-control options". One more (hopefully last) build
      failure which was introduced during work on WL#2787 "Add view definer/owner
      to the view definition..."
      
      
      libmysqld/lib_sql.cc:
        create_embedded_thd()/check_embedded_connection():
          Several security related THD members (user, host, ip, priv_user, ...) have
          moved to the Security_context class. New THD::security_ctx member points to
          active security context.
      sql/sql_acl.cc:
        acl_getroot():
          Updated function description to refelect the fact that THD::user/host/ip/...
          members were moved to separate Security_context class.
      sql/sql_parse.cc:
        check_user():
          Updated function description to refelect the fact that THD::user/host/ip/...
          members were moved to separate Security_context class.
      e3d7877f
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 · 95754006
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      BitKeeper/deleted/.del-disabled.def:
        Delete: mysql-test/t/disabled.def
      libmysqld/lib_sql.cc:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      mysql-test/r/innodb.result:
        Manual merge from 4.1 to 5.0
      mysql-test/r/select.result:
        Manual merge from 4.1 to 5.0
      mysql-test/t/select.test:
        Manual merge from 4.1 to 5.0
      sql/item.cc:
        Manual merge from 4.1 to 5.0
      95754006