Below is the list of changes that have just been committed into a local
5.1 repository of svoj. When svoj does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2061 06/01/16 21:42:09 svoj@april.(none) +1 -0
Merge april.(none):/home/svoj/devel/mysql/BUG13835/mysql-5.0
into april.(none):/home/svoj/devel/mysql/BUG13835/mysql-5.1-new
sql/sql_table.cc
1.293 06/01/16 21:42:03 svoj@april.(none) +0 -0
Auto merged
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: svoj
# Host: april.(none)
# Root: /home/svoj/devel/mysql/BUG13835/mysql-5.1-new/RESYNC
--- 1.292/sql/sql_table.cc 2006-01-12 13:04:55 +04:00
+++ 1.293/sql/sql_table.cc 2006-01-16 21:42:03 +04:00
@@ -1523,7 +1523,7 @@
my_error(ER_WRONG_KEY_COLUMN, MYF(0), column->field_name);
DBUG_RETURN(-1);
}
- if (length > file->max_key_part_length())
+ if (length > file->max_key_part_length() && key->type != Key::FULLTEXT)
{
length=file->max_key_part_length();
if (key->type == Key::MULTIPLE)
| Thread |
|---|
| • bk commit into 5.1 tree (svoj:1.2061) | Sergey Vojtovich | 16 Jan |