1. 27 Dec, 2005 2 commits
  2. 26 Dec, 2005 1 commit
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1-bug5390 · 52cf747f
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-bug5390
      
      
      BitKeeper/deleted/.del-ha_blackhole.cc~727c69ef7846623a:
        Auto merged
      mysql-test/r/create.result:
        BUG#5390 - problems with merge tables
        Manual merge: ul - use local changes made for 5.0
      mysql-test/r/merge.result:
        BUG#5390 - problems with merge tables
        Manual merge: ul - use local changes made for 5.0
      mysql-test/t/create.test:
        BUG#5390 - problems with merge tables
        Manual merge: ul - use local changes made for 5.0
      mysql-test/t/merge.test:
        BUG#5390 - problems with merge tables
        Manual merge: ul - use local changes made for 5.0
      sql/lock.cc:
        BUG#5390 - problems with merge tables
        Manual merge: ul - use local changes made for 5.0
      sql/mysql_priv.h:
        BUG#5390 - problems with merge tables
        Manual merge: ul - use local changes made for 5.0
      sql/sql_parse.cc:
        BUG#5390 - problems with merge tables
        Manual merge: ul - use local changes made for 5.0
      sql/sql_update.cc:
        BUG#5390 - problems with merge tables
        Manual merge: ul - use local changes made for 5.0
      52cf747f
  3. 24 Dec, 2005 2 commits
  4. 23 Dec, 2005 2 commits
    • unknown's avatar
      locking issues, · bd4b52de
      unknown authored
      test for LONGLONG_MIN in decimal.c
      
      
      myisam/mi_create.c:
        lock THR_LOCK_myisam later
      mysys/thr_alarm.c:
        remove misplaced comment and "safety" if()
      server-tools/instance-manager/instance.cc:
        add unlock
      strings/decimal.c:
        correct the test for LONGLONG_MIN. fix debug sprintf
      bd4b52de
    • unknown's avatar
      ctype_uca.result, ctype_uca.test: · 608d893e
      unknown authored
        Adding test case.
      charset-def.c:
        Initialize new collation.
      ctype-uca.c:
        Adding simplified Hungarian collation.
      
      
      strings/ctype-uca.c:
        Adding simplified Hungarian collation.
      mysys/charset-def.c:
        Initialize new collation.
      mysql-test/t/ctype_uca.test:
        Adding test case.
      mysql-test/r/ctype_uca.result:
        Adding test case.
      608d893e
  5. 22 Dec, 2005 2 commits
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0 · fd6a6bea
      unknown authored
      into  frost.snake.net:/Users/paul/bk/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      fd6a6bea
    • unknown's avatar
      mysqltest.c: · 37a3cb50
      unknown authored
        Put options in order.
        Add #ifdef around --debug for non-debug builds.
      
      
      client/mysqltest.c:
        Put options in order.
        Add #ifdef around --debug for non-debug builds.
      37a3cb50
  6. 21 Dec, 2005 4 commits
  7. 20 Dec, 2005 3 commits
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0 · b6ae926c
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      b6ae926c
    • unknown's avatar
      errmsg.txt: · ddaf7049
      unknown authored
        Fix typo.
      
      
      sql/share/errmsg.txt:
        Fix typo.
      ddaf7049
    • unknown's avatar
      BUG#5390 - problems with merge tables · 3ed6fc2f
      unknown authored
      Problem #1: INSERT...SELECT, Version for 5.0.
      Extended the unique table check by a check of lock data.
      Merge sub-tables cannot be detected by doing name checks only.
      
      
      mysql-test/r/create.result:
        BUG#5390 - problems with merge tables
        Removed a duplicate test.
      mysql-test/r/merge.result:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT
        Added test results.
      mysql-test/t/create.test:
        BUG#5390 - problems with merge tables
        Removed a duplicate test.
      mysql-test/t/merge.test:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT
        Added tests.
      sql/lock.cc:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT, Version for 5.0.
        Added a new function to find a duplicate lock in a list of tables.
      sql/mysql_priv.h:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT, Version for 5.0.
        Added the thread handle to unique_table().
        Added a declaration for the new function.
      sql/sql_base.cc:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT, Version for 5.0.
        Added the thread handle to unique_table().
        Added a call to the new mysql_lock_have_duplicate(),
        which needs the thread handle, to unique_table().
      sql/sql_delete.cc:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT, Version for 5.0.
        Added the thread handle to unique_table().
      sql/sql_insert.cc:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT, Version for 5.0.
        Added the thread handle to unique_table().
      sql/sql_load.cc:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT, Version for 5.0.
        Added the thread handle to unique_table().
      sql/sql_parse.cc:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT, Version for 5.0.
        Added the thread handle to unique_table().
      sql/sql_update.cc:
        BUG#5390 - problems with merge tables
        Problem #1: INSERT...SELECT, Version for 5.0.
        Added the thread handle to unique_table().
        Replaced a call to find_table_in_local_list() by
        the newly extended unique_table().
      3ed6fc2f
  8. 19 Dec, 2005 7 commits
    • unknown's avatar
      Bug #15772 Aborted YaSSL connections force threads into busyloops · d8168073
      unknown authored
        - Report error when there is nothing to read after wait.
      
      
      extra/yassl/src/handshake.cpp:
        Report error if there is nothing to read after a blocking read
      d8168073
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9a9ff99f
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      9a9ff99f
    • unknown's avatar
      Fix for bug#14271 I_S: columns has no size for (var)binary columns · bc66ca62
      unknown authored
        set character_octet_length, character_maximum_length for
        binary and varbinary field types
      
      
      mysql-test/r/information_schema.result:
        Fix for bug#14271 I_S: columns has no size for (var)binary columns
          test case
      mysql-test/t/information_schema.test:
        Fix for bug#14271 I_S: columns has no size for (var)binary columns
          test case
      bc66ca62
    • unknown's avatar
      Fix for bug#14861 aliased column names are not preserved. · 8ba5e3c8
      unknown authored
        Create tmp table filed using original item name when it's necessary
      
      
      mysql-test/r/view.result:
        Fix for bug#14861 aliased column names are not preserved.
          test case
      mysql-test/t/view.test:
        Fix for bug#14861 aliased column names are not preserved.
          test case
      8ba5e3c8
    • unknown's avatar
      Bug#12770 DESC cannot display the info. about temporary table · 959ce241
      unknown authored
      Bug#14387 SHOW COLUMNS doesn't work on temporary tables.
      Bug#15224 SHOW INDEX from temporary table doesn't work.
        Restore thd->temporary_tables to be able to process
        temporary tables(only for 'show index' & 'show columns').
        This should be changed when processing of temporary tables for
        I_S tables will be done.
      
      
      mysql-test/r/information_schema.result:
        Bug#12770 DESC cannot display the info. about temporary table
        Bug#14387 SHOW COLUMNS doesn't work on temporary tables.
        Bug#15224 SHOW INDEX from temporary table doesn't work.
          test case
      mysql-test/t/information_schema.test:
        Bug#12770 DESC cannot display the info. about temporary table
        Bug#14387 SHOW COLUMNS doesn't work on temporary tables.
        Bug#15224 SHOW INDEX from temporary table doesn't work.
          test case
      959ce241
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/5.0/main · 1d3c2fa4
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/5.0/cleanup
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      1d3c2fa4
    • unknown's avatar
      mysql-test-run.pl: · 5842612f
      unknown authored
        Script "my_print_defaults" is to be searched for as executable
      
      
      mysql-test/mysql-test-run.pl:
        Script "my_print_defaults" is to be searched for as executable
      5842612f
  9. 18 Dec, 2005 6 commits
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0 · da24d68b
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      da24d68b
    • unknown's avatar
      Merge · 31cdf4fb
      unknown authored
      
      mysql-test/r/ndb_basic.result:
        Auto merged
      mysql-test/r/ndb_multi.result:
        Auto merged
      mysql-test/t/ndb_basic.test:
        Auto merged
      mysql-test/t/ndb_multi.test:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      31cdf4fb
    • unknown's avatar
      Makefile.am: · cb56c1f1
      unknown authored
        Added 5.0 specific build scripts
      
      
      BUILD/Makefile.am:
        Added 5.0 specific build scripts
      cb56c1f1
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · f0846e3c
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      BUILD/Makefile.am:
        Auto merged
      f0846e3c
    • unknown's avatar
      Merge · 362c8533
      unknown authored
      362c8533
    • unknown's avatar
      Makefile.am: · c826080d
      unknown authored
        Adjusted listing of files to put into source TAR
      
      c826080d
  10. 17 Dec, 2005 1 commit
  11. 16 Dec, 2005 4 commits
  12. 15 Dec, 2005 6 commits
    • unknown's avatar
      Fixed stress parts in shell and perl versions of mysql-test-run script to limit stress testing · 10aaad65
      unknown authored
      with 20 test loops in case when any limit parameter was specified
      
      
      
      mysql-test/lib/mtr_stress.pl:
        Limit stress testing with 20 test loops in case when any limit parameter was specified
      mysql-test/mysql-test-run.pl:
        Limit stress testing with 20 test loops in case when any limit parameter was specified
      mysql-test/mysql-test-run.sh:
        Limit stress testing with 20 test loops in case when any limit parameter was specified
      10aaad65
    • unknown's avatar
      Merge mysql.com:/home/alexi/dev/mysql-4.1-12440 · bf4b5b39
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-5.0-12440
      
      
      mysql-test/r/type_time.result:
        Auto merged
      ndb/src/ndbapi/NdbImpl.hpp:
        Auto merged
      ndb/src/ndbapi/NdbRecAttr.cpp:
        Auto merged
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      zlib/Makefile.am:
        Auto merged
      bf4b5b39
    • unknown's avatar
      Fixed BUG #12440: "Incorrect processing of time values containing · 3d6179e7
      unknown authored
       long fraction and/or large exponent part".
      
      
      mysql-test/r/type_time.result:
        Fixed testcases results (bug #12440)
      mysql-test/t/type_time.test:
        Added testcases for bug #12440
      sql-common/my_time.c:
        Fixed bug #12440: "Incorrect processing of time values containing
         long fraction and/or large exponent part".
         Modified str_to_time(). Process properly fraction part containing
         more than 6 digits. Check for existence of exponent part which
         may result from %g formatting applied to time value specified as
         large real number.
      3d6179e7
    • unknown's avatar
      Makefile.am: · f0e7907c
      unknown authored
        - libtool wants spaces on parameters for its command line options
      
      
      zlib/Makefile.am:
        - libtool wants spaces on parameters for its command line options
      f0e7907c
    • unknown's avatar
      Makefile.am: · 792f813c
      unknown authored
        - libtool wants spaces on parameters for its command line options
      
      
      zlib/Makefile.am:
        - libtool wants spaces on parameters for its command line options
      792f813c
    • unknown's avatar
      Makefile.am: · 7ffb48ea
      unknown authored
        - Modified zlib/Makefile.am to generate libz.so.1.2.3 instead of libz.so.0.0.0
      
      
      zlib/Makefile.am:
        - Modified zlib/Makefile.am to generate libz.so.1.2.3 instead of libz.so.0.0.0
      7ffb48ea