commit | 470bebe74b6c71524f5640b8694998376e49ae2f | [log] [tgz] |
---|---|---|
author | Taewoo Kim <wangsaeu@gmail.com> | Mon Aug 04 18:41:51 2014 -0700 |
committer | Ian Maxon <imaxon@uci.edu> | Mon Aug 04 18:21:06 2014 -0800 |
tree | e11db60e63d966da9999d87e3f6c5a4552a26808 | |
parent | e3e8ffa68b709528a1aab711784584f3c61eca75 [diff] |
Select access method Rule fixed. Now, when the optimizer converts a select operator pattern to an index-search, it tries to match the selected access method type and the chosen index type (e.g. BTreeAccessMethod to a BTree index) Change-Id: I2915f18045002859e167b0c8310d62b677cfca08 Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/119 Reviewed-by: Inci Cetindil <icetindil@gmail.com> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>