bk commit into 6.0 tree (hakank:1.2603)
Below is the list of changes that have just been committed into a local
6.0 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@1.2603, 2007-09-28 22:08:57+02:00, hakank@lu0011.wdf.sap.corp +1 -0
Removed no more valid comments.
storage/falcon/ha_falcon.cpp@1.3, 2007-09-28 22:08:55+02:00, hakank@lu0011.wdf.sap.corp +0 -5
Removed no more valid comments.
diff -Nrup a/storage/falcon/ha_falcon.cpp b/storage/falcon/ha_falcon.cpp
--- a/storage/falcon/ha_falcon.cpp 2007-09-28 21:51:13 +02:00
+++ b/storage/falcon/ha_falcon.cpp 2007-09-28 22:08:55 +02:00
@@ -2161,11 +2161,6 @@ void StorageInterface::decodeRecord(ucha
if (ptrDiff)
field->move_field_offset(ptrDiff);
- // @todo (HK) Affects Bug#28158: Falcon unique key violation gives wrong error message - // @todo (KL) Affects Bug#26827: Falcon: column is null after update of a different column - // both of these bugs need to be fixed in the server, not here. - // This call to set_null is correct. When they are fixed, we can delete these comments. -
if (dataStream->type == edsTypeNull || !bitmap_is_set(table->read_set, field->field_index))
field->set_null();
else
--
MySQL Code Commits Mailing List
For list archives: http://lists.mysql.com/commits
To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Fri Sep 28 16:08:57 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 09:44:36 EDT
|