1. 04 Nov, 2004 7 commits
    • unknown's avatar
      a68b4095
    • unknown's avatar
      updated start script for ndbcluster to make better cleanup · 76211d86
      unknown authored
        changed to use new switch
      
      
      mysql-test/ndb/ndbcluster.sh:
        updated start script for ndbcluster to make better cleanup
      ndb/test/run-test/main.cpp:
        changed to use new switch
      76211d86
    • unknown's avatar
      just do kill instead ok kill -9 · c9a75ccf
      unknown authored
      c9a75ccf
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9b26e131
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      9b26e131
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8db4292c
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      8db4292c
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7fd0cc2d
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6331
      
      
      7fd0cc2d
    • unknown's avatar
      field.cc, sql_mode.result, sql_mode.test: · d4a3d501
      unknown authored
        "SHOW CREATE TABLE" mysql-4.0 and mysql-3.23 
        compatibiliry mode change:
        Check that a binary collation adds 'binary'
        suffix into a char() column definition in
        mysql40 and mysql2323 modes. This allows
        not to lose the column's case sensitivity
        when loading the dump in pre-4.1 servers.
      
      
      mysql-test/t/sql_mode.test:
        "SHOW CREATE TABLE" mysql-4.0 and mysql-3.23 
        compatibiliry mode change:
      mysql-test/r/sql_mode.result:
        "SHOW CREATE TABLE" mysql-4.0 and mysql-3.23 
        compatibiliry mode change:
        Check that a binary collation adds 'binary'
        suffix into a char() column definition in
        mysql40 and mysql2323 modes. This allows
        not to lose the column's case sensitivity
        when loading the dump in pre-4.1 servers.
      sql/field.cc:
        "SHOW CREATE TABLE" mysql-4.0 and mysql-3.23 
        compatibiliry mode change:
        Check that a binary collation adds 'binary'
        suffix into a char() column definition in
        mysql40 and mysql2323 modes. This allows
        not to lose the column's case sensitivity
        when loading the dump in pre-4.1 servers.
      d4a3d501
  2. 03 Nov, 2004 8 commits
    • unknown's avatar
      ibuf0ibuf.c: · 66191b22
      unknown authored
        Do not print to .err log about discarding ibuf entries in DISCARD TABLESPACE; removed compiler warning about unused variable
      
      
      innobase/ibuf/ibuf0ibuf.c:
        Do not print to .err log about discarding ibuf entries in DISCARD TABLESPACE; removed compiler warning about unused variable
      66191b22
    • unknown's avatar
      NDB blobs - try to handle insert-update-delete under autocommit=0 · 35ded492
      unknown authored
      
      ndb/src/ndbapi/ndberror.c:
        826 error text
      mysql-test/r/ndb_blob.result:
        result displayed error
      mysql-test/t/ndb_blob.test:
        result displayed error
      ndb/src/ndbapi/NdbBlob.cpp:
        update head+inline earlier
      ndb/src/ndbapi/NdbOperationExec.cpp:
        blob IgnoreError bug
      ndb/test/ndbapi/testBlobs.cpp:
        tried to set non-nullable to null, causing a complex abort case
      ndb/src/ndbapi/NdbConnection.cpp:
        prepared ops CAN be left in complex abort
      35ded492
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · ccc9f213
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      ccc9f213
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-4.1 · dc1e7edb
      unknown authored
      into mysql.com:/home/bk/b5551-4.1-v4
      
      
      dc1e7edb
    • unknown's avatar
      Fix for bug#5551 (Version 4). · 539e2130
      unknown authored
      The idea of the fix is that the administrative statements 
      OPTIMIZE TABLE, REPAIR TABLE and ANALYZE TABLE should not 
      generate binlog errors if there is no errors on the master.
      
      
      sql/sql_parse.cc:
        No binlog error generated
      sql/sql_table.cc:
        Documentation
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      539e2130
    • unknown's avatar
      changed to use the future-proof option to ndb_mgmd · 735be563
      unknown authored
      there was a clash in using -c, added -f as the future proof switch
      
      
      mysql-test/ndb/ndbcluster.sh:
        changed to use the future-proof option to ndb_mgmd
      ndb/src/mgmsrv/main.cpp:
        there was a clash in using -c, added -f as the future proof switch
      735be563
    • unknown's avatar
    • unknown's avatar
      opt_range.cc, range.result, range.test: · 0afed4c3
      unknown authored
        Bug #6045: Binary Comparison regression in MySQL 4.1
        Binary searches didn't use a case insensitive index, now they do.
      
      
      mysql-test/t/range.test:
        Bug #6045: Binary Comparison regression in MySQL 4.1
        Binary searches didn't use a case insensitive index, now they do.
      mysql-test/r/range.result:
        Bug #6045: Binary Comparison regression in MySQL 4.1
        Binary searches didn't use a case insensitive index, now they do.
      sql/opt_range.cc:
        Bug #6045: Binary Comparison regression in MySQL 4.1
        Binary searches didn't use a case insensitive index, now they do.
      0afed4c3
  3. 02 Nov, 2004 25 commits
    • unknown's avatar
      bad automerge (?) fixed · 78c4faa2
      unknown authored
      78c4faa2
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 5ff32da2
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/mysqld.cc:
        Auto merged
      configure.in:
        Auto merged
      5ff32da2
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · bc0988c2
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      bc0988c2
    • unknown's avatar
      add compile flad -DSNPRINTF_RETURN_TRUNC on hp ux 11 · 5c6cd1f7
      unknown authored
          remove compiler warning
          patch for my_vsnprintf not dully implemented
          patch for platfroms that return -1 on snprintf overflow
          compile fix for hpux
      
      
      configure.in:
        add compile flad -DSNPRINTF_RETURN_TRUNC on hp ux 11
      ndb/src/common/editline/sysunix.c:
        remove compiler warning
      ndb/src/common/util/basestring_vsnprintf.c:
        patch for my_vsnprintf not dully implemented
        patch for platfroms that return -1 on snprintf overflow
      ndb/src/kernel/vm/Emulator.hpp:
        compile fix for hpux
      ndb/src/mgmsrv/Services.cpp:
        compile fix for hp ux
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        remove compiler warning
      5c6cd1f7
    • unknown's avatar
      Remove usage of !$ from mysql-tests · 505caa28
      unknown authored
      Added protocol::flush() for easier embedded-server code
      Increase block allocation variables a bit as they where a bit too small for MySQL 4.1
      Added option --silent to client_test
      
      
      client/mysqltest.c:
        Removed compiler warning
        Fixed identation & comments from earlier push
        Renamed variable 'disable_abort_on_error' to 'abort_on_error'
        Ensure that '$mysql_errno' also with --ps-protocol
      include/mysql_com.h:
        Removed special handling of net_flush for embedded server
      mysql-test/r/mysqltest.result:
        Remove usage of !$ in tests
      mysql-test/t/client_test.test:
        Use --silent
      mysql-test/t/comments.test:
        Remove usage of !$ in tests
      mysql-test/t/join_outer.test:
        Remove usage of !$ in tests
      mysql-test/t/key.test:
        Remove usage of !$ in tests
      mysql-test/t/mysqltest.test:
        Remove usage of !$ in tests
      mysql-test/t/show_check.test:
        Remove usage of !$ in tests
      mysql-test/t/temp_table.test:
        Remove usage of !$ in tests
      mysql-test/t/type_ranges.test:
        Remove usage of !$ in tests
      sql/mysqld.cc:
        Increase block allocation variables a bit as they where a bit too small for MySQL 4.1
      sql/net_serv.cc:
        Remove special usage of net_flush in embedded server
      sql/protocol.cc:
        Added protocol::flush() for easier embedded-server code
      sql/protocol.h:
        Added protocol::flush() for easier embedded-server code
      sql/sql_prepare.cc:
        Added protocol::flush() for easier embedded-server code
        Remove one extra flush() for prepared statements
      sql/sql_show.cc:
        Added protocol::flush() for easier embedded-server code
      tests/client_test.c:
        Added option --silent
      505caa28
    • unknown's avatar
      Merge build.mysql.com:/home/bk/mysql-4.1 · 0920d479
      unknown authored
      into build.mysql.com:/users/rburnett/mysql-4.1-current
      
      
      0920d479
    • unknown's avatar
      Bug# 5303 Windows --log-error option doesn't work correctly · 55de7025
      unknown authored
      
      sql/mysqld.cc:
        changed to open log_error_file instead of "mysql.err" on Windows
      55de7025
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 3200d66f
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      innobase/dict/dict0load.c:
        Auto merged
      3200d66f
    • unknown's avatar
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2ddf5682
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      
      2ddf5682
    • unknown's avatar
      Test expansion: "MOD" on non-integral first operand. · 6b53505f
      unknown authored
      
      mysql-test/r/ps_10nestset.result:
        Result of expanded test: "MOD" on non-integral first operand.
      mysql-test/t/ps_10nestset.test:
        Use the newly expanded "MOD" operator (non-integral first operand, bug#6138).
      6b53505f
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · 03a91f9b
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41
      
      
      03a91f9b
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5f154fa0
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      5f154fa0
    • unknown's avatar
      build issue · edca1f6a
      unknown authored
      Fix so that signed/unsigned char does not matter in comparision
      
      
      ndb/src/ndbapi/NdbOperationExec.cpp:
        Fix so that signed/unsigned char does not matter in comparision
      edca1f6a
    • unknown's avatar
      NDB fix blob parts distribution - backwards compatible · d5121051
      unknown authored
      
      ndb/src/ndbapi/NdbBlob.cpp:
        fix blob parts distribution - backwards compatible
      d5121051
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 37e92c9b
      unknown authored
      into mysql.com:/usr/home/bar/mysql-4.1
      
      
      37e92c9b
    • unknown's avatar
      Many files: · fc04692c
      unknown authored
        Allow mixing of different character sets for more SQL functions.
      item_func.h:
        Allow mixing of different character sets for more SQL functions..
      
      
      sql/item_cmpfunc.cc:
        Allow mixing of different character sets for more SQL functions.
      sql/item_func.cc:
        Allow mixing of different character sets for more SQL functions.
      sql/item_func.h:
        Allow mixing of different character sets for more SQL functions..
      sql/item_strfunc.cc:
        Allow mixing of different character sets for more SQL functions.
      sql/item.cc:
        Allow mixing of different character sets for more SQL functions.
      sql/item.h:
        Allow mixing of different character sets for more SQL functions.
      mysql-test/t/ctype_recoding.test:
        Allow mixing of different character sets for more SQL functions.
      mysql-test/r/ctype_recoding.result:
        Allow mixing of different character sets for more SQL functions.
      fc04692c
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1 · 502300b8
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      502300b8
    • unknown's avatar
      ha_innodb.cc: · b3042ccb
      unknown authored
        Correct English grammar
      
      
      sql/ha_innodb.cc:
        Correct English grammar
      b3042ccb
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0d92f0c7
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6309
      
      
      0d92f0c7
    • unknown's avatar
      A fix (bug #6309: myisamchk compiled without debug support , --help shows vise versa · 7e06386a
      unknown authored
             bug #6380: mysqlcheck --help prints wrong --debug msg for non-debug version).
      
      
      client/mysqlcheck.c:
        A fix (bug #6380: mysqlcheck --help prints wrong --debug msg for non-debug version).
      myisam/myisamchk.c:
        A fix (bug #6309: myisamchk compiled without debug support , --help shows vise versa).
      7e06386a
    • unknown's avatar
      dict0load.c: · 6a0ce3ad
      unknown authored
        Raise fatal semaphore wait timeout to 2 hours when we are printing the InnoDB table monitor output
      
      
      innobase/dict/dict0load.c:
        Raise fatal semaphore wait timeout to 2 hours when we are printing the InnoDB table monitor output
      6a0ce3ad
    • unknown's avatar
      merge with 4.0 · 94839ddf
      unknown authored
      
      Build-tools/mysql-copyright:
        Auto merged
      Docs/Support/texi2html:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/eval/eval0eval.c:
        Auto merged
      innobase/pars/pars0pars.c:
        Auto merged
      94839ddf
    • unknown's avatar
      ctype_sjis.result, ctype_sjis.test, ctype-sjis.c: · 46aa022a
      unknown authored
        Bug #6223 Japanese half-width kana characters get truncated. Bytes 0xA1..0xDF were not treated as a single byte sequence in a mistake.
      
      
      strings/ctype-sjis.c:
        Bug #6223 Japanese half-width kana characters get truncated. Bytes 0xA1..0xDF were not treated as a single byte sequence in a mistake.
      mysql-test/t/ctype_sjis.test:
        Bug #6223 Japanese half-width kana characters get truncated. Bytes 0xA1..0xDF were not treated as a single byte sequence in a mistake.
      mysql-test/r/ctype_sjis.result:
        Bug #6223 Japanese half-width kana characters get truncated. Bytes 0xA1..0xDF were not treated as a single byte sequence in a mistake.
      46aa022a