1. 04 Aug, 2005 8 commits
  2. 03 Aug, 2005 7 commits
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.0 · 7134f532
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.0.10226
      
      
      7134f532
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · acc42386
      unknown authored
      into moonbone.local:/work/mysql-5.0-bug-11934
      
      
      acc42386
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3ca396cd
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-sp-no-lock-r7
      
      
      sql/sp.cc:
        Auto merged
      sql/sp.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      3ca396cd
    • unknown's avatar
      Fixed comment · 91ad19d2
      unknown authored
      91ad19d2
    • unknown's avatar
      Manual merge · e442059c
      unknown authored
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_trigger.h:
        Auto merged
      e442059c
    • unknown's avatar
      Prelocking-free SPs, post-review fixes: · b323667f
      unknown authored
      * Don't activate prelocking mode for evaluating procedure arguments when it is not necessary.
      * Code structure simplification and cleanup.
      * Cleanup in .test files
      
      
      mysql-test/r/sp-prelocking.result:
        Prelocking-free SPs, post-review fixes:
        Added comment, s/testdb/mysqltest/, fixed a wrong test (error wasnt reported because of known bug in mysqltestrun)
      mysql-test/r/sp-security.result:
        Don't drop the table we're not using.
      mysql-test/r/sp.result:
        Prelocking-free SPs, post-review fixes:
        remove redundant "drop table if exists t3" statements
      mysql-test/t/sp-prelocking.test:
        Prelocking-free SPs, post-review fixes:
        Added comment, s/testdb/mysqltest/, fixed a wrong test (error wasnt reported because of known bug in mysqltestrun)
      mysql-test/t/sp-security.test:
        Don't drop the table we're not using.
      mysql-test/t/sp.test:
        Prelocking-free SPs, post-review fixes:
        remove redundant "drop table if exists t3" statements
      sql/sp.cc:
        New, better defined, sp_get_prelocking_info() function to get info about
          statement prelocking options
      sql/sp.h:
        Prelocking-free SPs, post-review fixes: New, better defined, sp_get_prelocking_info() 
        function to get info about statement prelocking options
      sql/sp_cache.h:
        Prelocking-free SPs, post-review fixes: Amended the comments
      sql/sp_head.cc:
        Prelocking-free SPs, post-review fixes: Amend the comments, simplify the code that 
        attaches removes statement's prelocking tables.
      sql/sql_base.cc:
        Prelocking-free SPs, post-review fixes:
        * Use a better defined sp_get_prelocking_info() function to get info about 
          statement prelocking options
        * Don't activate prelocked mode for evaluation of SP arguments that use tables 
          but don't need prelocking.
      sql/sql_class.cc:
        Prelocking-free SPs, post-review fixes: Initialize THD members in the order they are declared.
      b323667f
    • unknown's avatar
      Update out-of-date test result · ec9470b5
      unknown authored
      
      mysql-test/r/information_schema.result:
        Update test results
      ec9470b5
  3. 02 Aug, 2005 25 commits
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-11602 · 1ea0632e
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      client/mysqltest.c:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/share/errmsg.txt:
        Resolve conflict
      1ea0632e
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-11568 · 6ea67532
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      6ea67532
    • unknown's avatar
      Fix test to avoid spurious failure message. (Bug #11233) · 31febd54
      unknown authored
      
      mysql-test/t/information_schema.test:
        Stub out column in results that we don't care about, and may vary
      mysql-test/r/information_schema.result:
        Update results
      31febd54
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-7003 · 937f46fb
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      VC++Files/client/mysqlclient.dsp:
        Auto merged
      VC++Files/client/mysqlclient_ia64.dsp:
        Auto merged
      VC++Files/libmysql/libmysql.dsp:
        Auto merged
      VC++Files/libmysql/libmysql_ia64.dsp:
        Auto merged
      VC++Files/libmysqld/libmysqld.dsp:
        Auto merged
      libmysql/Makefile.shared:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      strings/Makefile.am:
        Auto merged
      937f46fb
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · 88105618
      unknown authored
      into rurik.mysql.com:/home/igor/mysql-5.0
      
      
      88105618
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 · 1015e182
      unknown authored
      into  fedora.(none):/home/reggie/bk/mysql-5.0
      
      
      1015e182
    • unknown's avatar
      Conversions of dsp files to vcproj. These files are compatible with · d67bd210
      unknown authored
      Visual Studio 2003.  I have not yet changed the windows build scripts
      to use these.
      
      
      VC++Files/bdb/bdb.vcproj:
        New BitKeeper file ``VC++Files/bdb/bdb.vcproj''
      VC++Files/client/mysql.vcproj:
        New BitKeeper file ``VC++Files/client/mysql.vcproj''
      VC++Files/client/mysqladmin.vcproj:
        New BitKeeper file ``VC++Files/client/mysqladmin.vcproj''
      VC++Files/client/mysqlclient.vcproj:
        New BitKeeper file ``VC++Files/client/mysqlclient.vcproj''
      VC++Files/client/mysqldump.vcproj:
        New BitKeeper file ``VC++Files/client/mysqldump.vcproj''
      VC++Files/client/mysqlimport.vcproj:
        New BitKeeper file ``VC++Files/client/mysqlimport.vcproj''
      VC++Files/client/mysqlshow.vcproj:
        New BitKeeper file ``VC++Files/client/mysqlshow.vcproj''
      VC++Files/client/mysqltest.vcproj:
        New BitKeeper file ``VC++Files/client/mysqltest.vcproj''
      VC++Files/comp_err/comp_err.vcproj:
        New BitKeeper file ``VC++Files/comp_err/comp_err.vcproj''
      VC++Files/dbug/dbug.vcproj:
        New BitKeeper file ``VC++Files/dbug/dbug.vcproj''
      VC++Files/heap/heap.vcproj:
        New BitKeeper file ``VC++Files/heap/heap.vcproj''
      VC++Files/innobase/innobase.vcproj:
        New BitKeeper file ``VC++Files/innobase/innobase.vcproj''
      VC++Files/libmysql/libmysql.vcproj:
        New BitKeeper file ``VC++Files/libmysql/libmysql.vcproj''
      VC++Files/libmysqld/examples/test_libmysqld.vcproj:
        New BitKeeper file ``VC++Files/libmysqld/examples/test_libmysqld.vcproj''
      VC++Files/libmysqld/libmysqld.vcproj:
        New BitKeeper file ``VC++Files/libmysqld/libmysqld.vcproj''
      VC++Files/libmysqltest/myTest.vcproj:
        New BitKeeper file ``VC++Files/libmysqltest/myTest.vcproj''
      VC++Files/my_print_defaults/my_print_defaults.vcproj:
        New BitKeeper file ``VC++Files/my_print_defaults/my_print_defaults.vcproj''
      VC++Files/myisam/myisam.vcproj:
        New BitKeeper file ``VC++Files/myisam/myisam.vcproj''
      VC++Files/myisam_ftdump/myisam_ftdump.vcproj:
        New BitKeeper file ``VC++Files/myisam_ftdump/myisam_ftdump.vcproj''
      VC++Files/myisamchk/myisamchk.vcproj:
        New BitKeeper file ``VC++Files/myisamchk/myisamchk.vcproj''
      VC++Files/myisamlog/myisamlog.vcproj:
        New BitKeeper file ``VC++Files/myisamlog/myisamlog.vcproj''
      VC++Files/myisammrg/myisammrg.vcproj:
        New BitKeeper file ``VC++Files/myisammrg/myisammrg.vcproj''
      VC++Files/myisampack/myisampack.vcproj:
        New BitKeeper file ``VC++Files/myisampack/myisampack.vcproj''
      VC++Files/mysql-test/mysql_test_run_new.vcproj:
        New BitKeeper file ``VC++Files/mysql-test/mysql_test_run_new.vcproj''
      VC++Files/mysql.sln:
        New BitKeeper file ``VC++Files/mysql.sln''
      VC++Files/mysqlbinlog/mysqlbinlog.vcproj:
        New BitKeeper file ``VC++Files/mysqlbinlog/mysqlbinlog.vcproj''
      VC++Files/mysqlcheck/mysqlcheck.vcproj:
        New BitKeeper file ``VC++Files/mysqlcheck/mysqlcheck.vcproj''
      VC++Files/mysqldemb/mysqldemb.vcproj:
        New BitKeeper file ``VC++Files/mysqldemb/mysqldemb.vcproj''
      VC++Files/mysqlserver/mysqlserver.vcproj:
        New BitKeeper file ``VC++Files/mysqlserver/mysqlserver.vcproj''
      VC++Files/mysys/mysys.vcproj:
        New BitKeeper file ``VC++Files/mysys/mysys.vcproj''
      VC++Files/perror/perror.vcproj:
        New BitKeeper file ``VC++Files/perror/perror.vcproj''
      VC++Files/regex/regex.vcproj:
        New BitKeeper file ``VC++Files/regex/regex.vcproj''
      VC++Files/replace/replace.vcproj:
        New BitKeeper file ``VC++Files/replace/replace.vcproj''
      VC++Files/sql/mysqld.vcproj:
        New BitKeeper file ``VC++Files/sql/mysqld.vcproj''
      VC++Files/strings/strings.vcproj:
        New BitKeeper file ``VC++Files/strings/strings.vcproj''
      VC++Files/test1/test1.vcproj:
        New BitKeeper file ``VC++Files/test1/test1.vcproj''
      VC++Files/tests/mysql_client_test.vcproj:
        New BitKeeper file ``VC++Files/tests/mysql_client_test.vcproj''
      VC++Files/thr_test/thr_test.vcproj:
        New BitKeeper file ``VC++Files/thr_test/thr_test.vcproj''
      VC++Files/vio/vio.vcproj:
        New BitKeeper file ``VC++Files/vio/vio.vcproj''
      VC++Files/zlib/zlib.vcproj:
        New BitKeeper file ``VC++Files/zlib/zlib.vcproj''
      extra/yassl/taocrypt/taocrypt.vcproj:
        New BitKeeper file ``extra/yassl/taocrypt/taocrypt.vcproj''
      extra/yassl/yassl.vcproj:
        New BitKeeper file ``extra/yassl/yassl.vcproj''
      d67bd210
    • unknown's avatar
      Make lowercase_table3 get skipped on Windows, as intended. (Bug #11568) · 3ca4fc49
      unknown authored
      
      mysql-test/t/lowercase_table3.test:
        Move requirements into include files
      3ca4fc49
    • unknown's avatar
      fix VC compile error · 5e92ebd4
      unknown authored
      5e92ebd4
    • unknown's avatar
      Fix bug #11934 Two sequential FLUSH TABLES WITH READ LOCK hangs client · 5792c4d1
      unknown authored
      Bug was introduced by cset 1.1659.14.1. Before it server was silently
      ignoring that lock can't be acquired because it already acquired.
      
      This patch makes make_global_read_lock_block_commit() return without error
      if lock already acquired.
      
      
      mysql-test/t/flush_table.test:
        Test case for bug#11934 FLUSH TABLES WITH READ LOCK hangs client.
      mysql-test/r/flush_table.result:
        Test case for bug#11934 FLUSH TABLES WITH READ LOCK hangs client.
      sql/lock.cc:
        Fix bug #11934 Two sequential FLUSH TABLES WITH READ LOCK hangs client.
        Make make_global_read_lock_block_commit() return without error if lock already acquired.
      5792c4d1
    • unknown's avatar
      Manual merge · 4b598825
      unknown authored
      4b598825
    • unknown's avatar
      item_sum.cc: · bcaff837
      unknown authored
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
        Added my comment.
      
      
      sql/item_sum.cc:
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
        Added my comment.
      bcaff837
    • unknown's avatar
      Manual merge · 7c7843a2
      unknown authored
      
      myisam/sort.c:
        Auto merged
      mysql-test/r/fulltext.result:
        Auto merged
      mysql-test/t/fulltext.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      strings/ctype-big5.c:
        Auto merged
      7c7843a2
    • unknown's avatar
      sql_select.cc, sql_class.h: · c2b83502
      unknown authored
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
      
      
      sql/sql_class.h:
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
      sql/sql_select.cc:
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
      c2b83502
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 3202508b
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      3202508b
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1-build · 6eb7a80a
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      
      support-files/mysql.spec.sh:
        Auto merged
      6eb7a80a
    • unknown's avatar
      - Fixed the Requires: tag for the server RPM (BUG#12233), make sure to list all · acfc848e
      unknown authored
        required commands/packages so the installation succeeds. Removed the superflouus
        Requires field from the source RPM.
      
      
      acfc848e
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 49b8de7d
      unknown authored
      into  mysql.com:/home/svoj/devel/mysql/BUG12075/mysql-4.1
      
      
      49b8de7d
    • unknown's avatar
      Fix for BUG#12075. · b9ccc653
      unknown authored
      FULLTEXT non-functional for big5 strings
      
      
      mysql-test/r/ctype_big5.result:
        Test case for BUG#12075.
      mysql-test/t/ctype_big5.test:
        Test case for BUG#12075.
      strings/ctype-big5.c:
        hack: (to be fixed properly later) all multi-byte sequences are considered isalpha() now
      b9ccc653
    • unknown's avatar
      After merge fix. · ad26ba25
      unknown authored
      ad26ba25
    • unknown's avatar
      Merge mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.0 · 82a3e845
      unknown authored
      into  mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.1
      
      
      myisam/sort.c:
        Auto merged
      mysql-test/r/fulltext.result:
        Manual merge.
      mysql-test/t/fulltext.test:
        Manual merge.
      82a3e845
    • unknown's avatar
      BUG#11684 fix. · 451ec64d
      unknown authored
      Repair crashes mysql when table has fulltext index.
      
      
      myisam/sort.c:
        Use static ft_buf instead of dynamic mergebuf. Latter could be NULL if record has long words.
      mysql-test/r/fulltext.result:
        Test case for BUG#11684 - repair crashes mysql when table has fulltext index.
      mysql-test/t/fulltext.test:
        Test case for BUG#11684 - repair crashes mysql when table has fulltext index.
      451ec64d
    • unknown's avatar
      Fix two test results that were merged out-of-order. · 421dd5f1
      unknown authored
      
      mysql-test/r/func_math.result:
        Fix incorrect merge of test results
      mysql-test/r/user_var.result:
        Fix incorrect merge
      421dd5f1
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · d083e4ac
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/r/key_cache.result:
        Auto merged
      mysql-test/r/ps_1general.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/r/func_math.result:
        Resolve conflicts
      mysql-test/r/user_var.result:
        Resolve conflicts
      mysql-test/t/func_math.test:
        Resolve conflicts
      mysql-test/t/user_var.test:
        Resolve conflicts
      sql/item_func.cc:
        Resolve conflicts
      sql/sql_parse.cc:
        Resolve conflicts
      d083e4ac
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-9947 · c679cb67
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/sql_parse.cc:
        Auto merged
      c679cb67