1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

manual merge 5.1-bugteam --> 5.5-bugteam (bug 52160)

This commit is contained in:
Gleb Shchepa
2010-11-01 02:23:37 +03:00
11 changed files with 55 additions and 5 deletions

View File

@ -15218,6 +15218,8 @@ calc_group_buffer(JOIN *join,ORDER *group)
{
key_length+= 8;
}
else if (type == MYSQL_TYPE_BLOB)
key_length+= MAX_BLOB_WIDTH; // Can't be used as a key
else
{
/*