From: Date: April 15 2007 11:21pm Subject: bk commit into 5.1-falcon tree (hakank:1.2600) BUG#26420 List-Archive: http://lists.mysql.com/commits/24572 X-Bug: 26420 Message-Id: <20070415212140.01C1920428C@lu0011.wdf.sap.corp> Below is the list of changes that have just been committed into a local 5.1-falcon repository of hakan. When hakan 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@stripped, 2007-04-15 23:21:33+02:00, hakank@stripped +1 -0 Turn on error for Bug#26420 storage/falcon/Index.cpp@stripped, 2007-04-15 23:21:30+02:00, hakank@stripped +2 -2 Turn on error for Bug#26420 # 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: hakank # Host: lu0011.wdf.sap.corp # Root: /home/hakan/work/mysql/mysql-5.1-falcon --- 1.41/storage/falcon/Index.cpp 2007-04-10 22:19:21 +02:00 +++ 1.42/storage/falcon/Index.cpp 2007-04-15 23:21:30 +02:00 @@ -793,7 +793,7 @@ { Log::log("Maximum key length can be exceeded on index"); -// throw SQLEXCEPTION (INDEX_OVERFLOW, "Maximum key length can be exceeded on index %s on table %s.%s", -// (const char*) name, table->schemaName, table->name); + throw SQLEXCEPTION (INDEX_OVERFLOW, "Maximum key length can be exceeded on index %s on table %s.%s", + (const char*) name, table->schemaName, table->name); } }