diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-10-05 17:08:22 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-10-05 17:08:22 +0300 |
commit | 0b8c68ce5c6f740740953757b192078b03bd5bb6 (patch) | |
tree | 034b6740cd2bcca301b0ebb50ddca2b3ae98f81b /BUILD/compile-pentium-valgrind-max | |
parent | fdbc804c3295fb4ba46e07b89554bb924cbd7d92 (diff) | |
download | mariadb-git-0b8c68ce5c6f740740953757b192078b03bd5bb6.tar.gz |
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
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
Diffstat (limited to 'BUILD/compile-pentium-valgrind-max')
0 files changed, 0 insertions, 0 deletions