1. 06 Jul, 2005 6 commits
    • unknown's avatar
      ctype_innodb_like.inc: · 55420e98
      unknown authored
        New BitKeeper file ``mysql-test/include/ctype_innodb_like.inc''
      Many files:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      ctype_innodb_like.inc:
        new file
      
      
      mysql-test/r/ctype_big5.result:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      mysql-test/r/ctype_cp932.result:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      mysql-test/r/ctype_sjis.result:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      mysql-test/r/ctype_ujis.result:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      mysql-test/t/ctype_big5.test:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      mysql-test/t/ctype_cp932.test:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      mysql-test/t/ctype_sjis.test:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      mysql-test/t/ctype_ujis.test:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      strings/ctype-big5.c:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      strings/ctype-cp932.c:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      strings/ctype-gbk.c:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      strings/ctype-simple.c:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      strings/ctype-sjis.c:
        bug#11650: LIKE pattern matching using prefix index doesn't return correct result
        min and max values were too long in the case of prefix key.
        Fix my_like_range functions not to exceed prefix length.
      mysql-test/include/ctype_innodb_like.inc:
        New BitKeeper file ``mysql-test/include/ctype_innodb_like.inc''
      55420e98
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · e0df26b1
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      e0df26b1
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2aaca01c
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      2aaca01c
    • unknown's avatar
    • unknown's avatar
      a fix (bug #11544: Use of missing rint() function on QNX). · 502aa66c
      unknown authored
      
      include/my_global.h:
        a fix (bug #11544: Use of missing rint() function on QNX).
        We have to explicitly specify std:: namespace to use 
        rint() and isnan() functions in C++ scope on QNX due 
        to an error in the /usr/include/math.h
      502aa66c
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9d706f8d
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      9d706f8d
  2. 05 Jul, 2005 14 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7dbf0235
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
      
      
      7dbf0235
    • unknown's avatar
      Fix test cases · 8218398c
      unknown authored
      
      mysql-test/r/query_cache.result:
        Remove stray empty line
      mysql-test/r/grant.result:
        Update results
      mysql-test/t/grant.test:
        Fix test case to
      8218398c
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 97b4cf0e
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
      
      
      97b4cf0e
    • unknown's avatar
      Makefile.am: · b0a6a8e1
      unknown authored
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      
      
      client/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      cmd-line-utils/libedit/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      dbug/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      extra/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      heap/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      isam/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      libmysql/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      libmysql_r/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      libmysqld/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      libmysqld/examples/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      merge/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      myisam/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      myisammrg/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      mysql-test/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      mysys/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      netware/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      regex/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      sql/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      strings/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      tests/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      vio/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      tools/Makefile.am:
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      b0a6a8e1
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-10986 · a27b5b31
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      a27b5b31
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-11440 · 128712c0
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/sql_table.cc:
        Auto merged
      128712c0
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-11330 · 83d9aa14
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      83d9aa14
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0-build · a74abb5b
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      BitKeeper/etc/config:
        Auto merged
      a74abb5b
    • unknown's avatar
      lowercase_table2.test, lowercase_table2.result: · d2119109
      unknown authored
        Use IF EXISTS in initiation section
      
      
      mysql-test/r/lowercase_table2.result:
        Use IF EXISTS in initiation section
      mysql-test/t/lowercase_table2.test:
        Use IF EXISTS in initiation section
      d2119109
    • unknown's avatar
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-4.1 · 5842bccf
      unknown authored
      into mysql.com:/home/bk/b11401-mysql-4.1
      
      
      5842bccf
    • unknown's avatar
      Bug#11401: Setting thd->lex so that engines (i.e., InnoDB) recognizes · 28f554af
      unknown authored
      this as a LOAD DATA ... REPLACE INTO .. statement.
      
      
      sql/log_event.cc:
        Setting thd->lex so that engines (i.e., InnoDB) recognizes this 
        as a LOAD DATA ... REPLACE INTO .. statement.
      28f554af
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · cd427705
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      cd427705
    • unknown's avatar
      - removed Docs/README.1st (it's obsolete) · 73bbed10
      unknown authored
      
      BitKeeper/deleted/.del-README.1st~918382b11c609069:
        Delete: Docs/README.1st
      73bbed10
  3. 04 Jul, 2005 8 commits
  4. 03 Jul, 2005 2 commits
  5. 02 Jul, 2005 4 commits
  6. 01 Jul, 2005 6 commits