#At file:///home/hakan/work/mysql/mysql-6.0-falcon-team/ based on revid:hky@stripped
3125 Hakan Kuecuekyilmaz 2009-04-14 [merge]
Applying Kevin's changes.
modified:
storage/falcon/Record.cpp
=== modified file 'storage/falcon/Record.cpp'
--- a/storage/falcon/Record.cpp 2009-04-09 15:40:11 +0000
+++ b/storage/falcon/Record.cpp 2009-04-14 21:02:07 +0000
@@ -903,8 +903,6 @@ void Record::deleteData(bool now)
{
if (data.record)
{
- data.record = NULL;
-
switch (encoding)
{
case valueVector:
@@ -922,6 +920,8 @@ void Record::deleteData(bool now)
else
format->table->queueForDelete((char *) data.record);
}
+
+ data.record = NULL;
}
}
Attachment: [text/bzr-bundle] bzr/hky@sun.com-20090414211358-24eqwpe2eb7fl4c4.bundle
| Thread |
|---|
| • bzr commit into mysql-6.0-falcon-team branch (hky:3125) | Hakan Kuecuekyilmaz | 14 Apr |