#At file:///G:/bzr/mysql-6.0-falcon-team/ based on
revid:hky@stripped
3069 Vladislav Vaintroub 2009-03-23
fix compiler warning - unreferenced variable
modified:
storage/falcon/IndexWalker.cpp
=== modified file 'storage/falcon/IndexWalker.cpp'
--- a/storage/falcon/IndexWalker.cpp 2009-03-16 09:06:42 +0000
+++ b/storage/falcon/IndexWalker.cpp 2009-03-23 18:13:33 +0000
@@ -175,7 +175,7 @@ Record* IndexWalker::getValidatedRecord(
candidate->release(REC_HISTORY);
}
}
- catch (SQLException& exception)
+ catch (SQLException)
{
// 'record' must be NULL if an exception has been thrown.
Attachment: [text/bzr-bundle] bzr/vvaintroub@mysql.com-20090323181333-y8gxxf3l3elbfxch.bundle
| Thread |
|---|
| • bzr commit into mysql-6.0-falcon-team branch (vvaintroub:3069) | Vladislav Vaintroub | 23 Mar 2009 |