1. 05 Oct, 2004 7 commits
    • unknown's avatar
      ha_innodb.cc: · 0b8c68ce
      unknown authored
        Raise maximum column prefix len to 767 bytes, so that MySQL can create a column prefix index of 255 UTF-8 characters (each takes 3 bytes at the maximum); add comments about why innobase_get_at_most_n_mbchars() works ok
      dict0mem.h:
        Raise maximum column prefix len to 767 bytes, so that MySQL can create a column prefix index of 255 UTF-8 characters (each takes 3 bytes at the maximum)
      row0mysql.c:
        If MySQL tries to create a column prefix index longer that 255 UTF-8 characters, give an error, and drop the table from the InnoDB internal data dictionary. MySQL did not drop the table there in its own error handling.
      
      
      innobase/row/row0mysql.c:
        If MySQL tries to create a column prefix index longer that 255 UTF-8 characters, give an error, and drop the table from the InnoDB internal data dictionary. MySQL did not drop the table there in its own error handling.
      innobase/include/dict0mem.h:
        Raise maximum column prefix len to 767 bytes, so that MySQL can create a column prefix index of 255 UTF-8 characters (each takes 3 bytes at the maximum)
      sql/ha_innodb.cc:
        Raise maximum column prefix len to 767 bytes, so that MySQL can create a column prefix index of 255 UTF-8 characters (each takes 3 bytes at the maximum); add comments about why innobase_get_at_most_n_mbchars() works ok
      0b8c68ce
    • unknown's avatar
      Merge marko@build.mysql.com:/home/bk/mysql-4.1 · fdbc804c
      unknown authored
      into hundin.mysql.fi:/home/marko/j/mysql-4.1
      
      
      fdbc804c
    • unknown's avatar
    • unknown's avatar
      Merge marko@build.mysql.com:/home/bk/mysql-4.1 · 15c2ecb5
      unknown authored
      into hundin.mysql.fi:/home/marko/j/mysql-4.1
      
      
      15c2ecb5
    • unknown's avatar
      moved code out of DBUG_ASSERT · ab5c7a9e
      unknown authored
      ab5c7a9e
    • unknown's avatar
      last try didnt work · 2f321291
      unknown authored
      2f321291
    • unknown's avatar
      bumped up version to 3.5.2 · 9d2c186c
      unknown authored
      removed staus flag
      
      
      9d2c186c
  2. 04 Oct, 2004 24 commits
  3. 03 Oct, 2004 6 commits
    • unknown's avatar
      make sure old mysqld's are shutdown · 606d13eb
      unknown authored
      606d13eb
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · e2ca20ca
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
      
      
      e2ca20ca
    • unknown's avatar
      merge error · 8ab3ebe2
      unknown authored
      8ab3ebe2
    • unknown's avatar
      merge error · 1f16f2db
      unknown authored
      1f16f2db
    • unknown's avatar
      Merge · ec81fca2
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/ha_ndbcluster.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      mysql-test/mysql-test-run.sh:
        SCCS merged
      sql/ha_ndbcluster.cc:
        SCCS merged
      ec81fca2
    • unknown's avatar
      mysqldump.c: · 4defd5d5
      unknown authored
        typos in comment.
      
      
      client/mysqldump.c:
        typos in comment.
      4defd5d5
  4. 01 Oct, 2004 3 commits