Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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.1791 05/03/17 13:38:06 mats@stripped +1 -0
Merge
sql/bitvector.h
1.3 05/03/17 13:38:03 mats@stripped +0 -38
Merge
# 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: mats
# Host: romeo.kindahl.net
# Root: /home/bk/bv-mysql-5.1/RESYNC
--- 1.2/sql/bitvector.h 2005-03-17 13:15:29 +01:00
+++ 1.3/sql/bitvector.h 2005-03-17 13:38:03 +01:00
@@ -193,7 +193,7 @@
return apply_to_byte<bool>(pos, test_bit_op());
};
- bool operator==(bitvector const& rhs) {
+ bool operator==(bitvector const& rhs) const {
if (size() != rhs.size())
return false;
if (memcmp(data(), rhs.data(), bytes()) != 0)
@@ -201,7 +201,7 @@
return true;
}
- bool operator!=(bitvector const& rhs) {
+ bool operator!=(bitvector const& rhs) const {
return !(*this == rhs);
}
| Thread |
|---|
| • bk commit into 5.1 tree (mats:1.1791) | Mats Kindahl | 17 Mar |