summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2008-01-02 18:14:33 +0000
committerBrian S. O'Neill <bronee@gmail.com>2008-01-02 18:14:33 +0000
commitebbcb509a60fc6a198120397daeccc3761484719 (patch)
treecac3e99446b45ede1f3ab0d8f2efa5881c6a4aa3
parent85a842b1015a0f2f18a63b5f8b04f4d2eaedbfc3 (diff)
Fixed query plan bug which sometimes caused a correctly selected index to be fully scanned.
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a56b521..547cb1f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -48,6 +48,8 @@ Carbonado change history
- Reduce creation of unnecessary nested transactions.
- Added feature to JDBCRepository to suppress Storable reloading after insert
or update.
+- Fixed query plan bug which sometimes caused a correctly selected index to be
+ fully scanned.
1.1 to 1.1.2
-------------------------------