1. 15 Oct, 2007 1 commit
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b30885/b30885.5.0 · 0de64380
      unknown authored
      into  mysql.com:/home/ram/work/b30885/b30885.5.1
      
      
      mysql-test/r/heap_btree.result:
        Auto merged
      mysql-test/t/heap_btree.test:
        Auto merged
      storage/heap/hp_hash.c:
        the code was changed to use bitmaps instead of key length, so ul
      0de64380
  2. 05 Oct, 2007 1 commit
    • unknown's avatar
      Fix for bug #30885: MEMORY returns incorrect data if BTREE index is used for NULL lookup · 01b3b778
      unknown authored
      Problem: creating an rb-tree key we store length (2 bytes) before the actual data for 
      varchar key parts. The fact was missed for NULL key parts, when we set NULL byte and 
      skip the rest.
      
      Fix: take into account the length of the varchar key parts for NULLs.
      
      
      heap/hp_hash.c:
        Fix for bug #30885: MEMORY returns incorrect data if BTREE index is used for NULL lookup
          - skip varchar key parts length (2 byte) for null key parts.
      mysql-test/r/heap_btree.result:
        Fix for bug #30885: MEMORY returns incorrect data if BTREE index is used for NULL lookup
          -test result.
      mysql-test/t/heap_btree.test:
        Fix for bug #30885: MEMORY returns incorrect data if BTREE index is used for NULL lookup
          - test case.
      01b3b778
  3. 04 Oct, 2007 13 commits
    • unknown's avatar
      Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint · 7c109829
      unknown authored
      into  sin.intern.azundris.com:/home/tnurnberg/30444/51-30444
      
      
      7c109829
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint · beba872b
      unknown authored
      into  polly.(none):/home/kaa/src/maint/mysql-5.1-maint
      
      
      beba872b
    • unknown's avatar
      Merge polly.(none):/home/kaa/src/maint/bug5731/my51-bug5731 · 95d09ac0
      unknown authored
      into  polly.(none):/home/kaa/src/maint/mysql-5.1-maint
      
      
      sql/set_var.cc:
        Auto merged
      95d09ac0
    • unknown's avatar
      Merge polly.(none):/home/kaa/src/maint/bug5731/my50-bug5731 · 3fc33481
      unknown authored
      into  polly.(none):/home/kaa/src/maint/bug5731/my51-bug5731
      
      
      mysql-test/r/variables.result:
        Auto merged
      mysys/my_getopt.c:
        Auto merged
      sql/set_var.cc:
        Auto merged
      mysql-test/t/variables.test:
        Manual merge.
      3fc33481
    • unknown's avatar
      Issue a warning if a user sets an option or a variable to a value that is... · 78348d4e
      unknown authored
      Issue a warning if a user sets an option or a variable to a value that is greater than a defined maximum for the option/variable.
      
      This is for bug #29446 "Specifying a myisam_sort_buffer > 4GB on 64 bit machines not possible". Support for myisam_sort_buffer_size > 4 GB on 64-bit Windows will be looked at later in 5.2.
      
      
      mysql-test/r/variables.result:
        Fixed the test.
      mysql-test/t/variables.test:
        Fixed the test.
      mysys/my_getopt.c:
        Print a warning to the error log if a user sets an option to a value greater than the option's maximum value.
      sql/set_var.cc:
        Issue an SQL warning if a user assignes a value greater than the variable's maximum value.
      78348d4e
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b31070/b31070.5.0 · 249927cd
      unknown authored
      into  mysql.com:/home/ram/work/b31070/b31070.5.1
      
      
      strings/ctype-big5.c:
        Auto merged
      strings/ctype-euc_kr.c:
        Auto merged
      strings/ctype-gb2312.c:
        Auto merged
      strings/ctype-sjis.c:
        Auto merged
      249927cd
    • unknown's avatar
      merging: results adjusted · 6dc4dfb3
      unknown authored
      6dc4dfb3
    • unknown's avatar
      Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint · e06ab23f
      unknown authored
      into  sin.intern.azundris.com:/home/tnurnberg/30444/51-30444
      
      
      client/mysqldump.c:
        Auto merged
      e06ab23f
    • unknown's avatar
      Merge sin.intern.azundris.com:/home/tnurnberg/30444/50-30444 · 814bc3e8
      unknown authored
      into  sin.intern.azundris.com:/home/tnurnberg/30444/51-30444
      
      
      client/mysqldump.c:
        Auto merged
      814bc3e8
    • unknown's avatar
      Merge sin.intern.azundris.com:/home/tnurnberg/30444/41-30444 · fd7d1354
      unknown authored
      into  sin.intern.azundris.com:/home/tnurnberg/30444/50-30444
      
      
      client/mysqldump.c:
        Auto merged
      fd7d1354
    • unknown's avatar
      Bug #30444: 5.0 mysqldump silently allows wrong backup to be taken against a 4.0 database · 3f4eaf57
      unknown authored
      The combination of --single-transaction and --master-data requires
      START TRANSACTION WITH CONSISTENT SNAPSHOT which is available from
      mysqld 4.1 on. When trying this against an older server, print
      diagnostic, then, if --force is not given, abort.
      
      No test-case given since it would require a mysqld < 4.1.
      
      
      client/mysqldump.c:
        Bug #30444: 5.0 mysqldump silently allows wrong backup to be taken against a 4.0 database
        
        The combination of --single-transaction and --master-data requires
        START TRANSACTION WITH CONSISTENT SNAPSHOT which is available from
        mysqld 4.1 on. When trying this against an older server, print
        diagnostic, then, if --force is not given, abort.
      3f4eaf57
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b31070/b31070.4.1 · 19810085
      unknown authored
      into  mysql.com:/home/ram/work/b31070/b31070.5.0
      
      
      mysql-test/r/ctype_big5.result:
        Auto merged
      mysql-test/r/ctype_gbk.result:
        Auto merged
      mysql-test/r/ctype_uca.result:
        Auto merged
      strings/ctype-big5.c:
        Auto merged
      strings/ctype-euc_kr.c:
        Auto merged
      strings/ctype-gb2312.c:
        Auto merged
      strings/ctype-sjis.c:
        Auto merged
      BitKeeper/deleted/.del-ctype-cp932.c:
        Auto merged
      19810085
    • unknown's avatar
      Fix for bug #31069: crash in 'sounds like' · db2d3104
      unknown authored
      and for bug #31070: crash during conversion of charsets
      
      Problem: passing a 0 byte length string to some my_mb_wc_XXX() 
      functions leads to server crash due to improper argument check.
      
      Fix: properly check arguments passed to my_mb_wc_XXX() functions.
      
      
      mysql-test/include/ctype_common.inc:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - test case.
      mysql-test/r/ctype_big5.result:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - test result.
      mysql-test/r/ctype_euckr.result:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - test result.
      mysql-test/r/ctype_gb2312.result:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - test result.
      mysql-test/r/ctype_gbk.result:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - test result.
      mysql-test/r/ctype_uca.result:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - test result.
      strings/ctype-big5.c:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - check the string length before testing its first byte.
      strings/ctype-cp932.c:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - check the string length before testing its first byte.
      strings/ctype-euc_kr.c:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - check the string length before testing its first byte.
      strings/ctype-gb2312.c:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - check the string length before testing its first byte.
      strings/ctype-sjis.c:
        Fix for bug #31069: crash in 'sounds like'
        and bug #31070: crash during conversion of charsets
          - check the string length before testing its first byte.
      db2d3104
  4. 03 Oct, 2007 3 commits
  5. 02 Oct, 2007 8 commits
  6. 28 Sep, 2007 3 commits
  7. 27 Sep, 2007 2 commits
  8. 26 Sep, 2007 3 commits
  9. 25 Sep, 2007 3 commits
  10. 24 Sep, 2007 3 commits
    • unknown's avatar
      Merge sita.local:/Users/tsmith/m/bk/maint/50 · 0b019146
      unknown authored
      into  sita.local:/Users/tsmith/m/bk/maint/51
      
      
      mysql-test/include/windows.inc:
        SCCS merged
      0b019146
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · bc09b357
      unknown authored
      into  sita.local:/Users/tsmith/m/bk/maint/50
      
      
      bc09b357
    • unknown's avatar
      Add test for named pipes on windows · 562deff3
      unknown authored
      Improve test for  shm on windows
      
      
      mysql-test/include/windows.inc:
        improve "skip message" and don't require a result file
      mysql-test/r/shm.result:
        Update result after adding more tests
      mysql-test/t/shm-master.opt:
        Add $MTR_BUILD_THREAD to get a unique shared memory base name
      mysql-test/t/shm.test:
        Run a bunch of more test to check shm
      mysql-test/r/named_pipe.result:
        New BitKeeper file ``mysql-test/r/named_pipe.result''
      mysql-test/t/named_pipe-master.opt:
        New BitKeeper file ``mysql-test/t/named_pipe-master.opt''
      mysql-test/t/named_pipe.test:
        New BitKeeper file ``mysql-test/t/named_pipe.test''
      562deff3