OLD | NEW |
1 # 2013-11-04 | 1 # 2013-11-04 |
2 # | 2 # |
3 # The author disclaims copyright to this source code. In place of | 3 # The author disclaims copyright to this source code. In place of |
4 # a legal notice, here is a blessing: | 4 # a legal notice, here is a blessing: |
5 # | 5 # |
6 # May you do good and not evil. | 6 # May you do good and not evil. |
7 # May you find forgiveness for yourself and forgive others. | 7 # May you find forgiveness for yourself and forgive others. |
8 # May you share freely, never taking more than you give. | 8 # May you share freely, never taking more than you give. |
9 # | 9 # |
10 #*********************************************************************** | 10 #*********************************************************************** |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 } { | 272 } { |
273 def xyz | 273 def xyz |
274 } | 274 } |
275 do_eqp_test index7-6.4 { | 275 do_eqp_test index7-6.4 { |
276 SELECT * FROM v4 WHERE d='xyz' AND c='def' | 276 SELECT * FROM v4 WHERE d='xyz' AND c='def' |
277 } { | 277 } { |
278 0 0 0 {SEARCH TABLE t4 USING INDEX i4 (c=?)} | 278 0 0 0 {SEARCH TABLE t4 USING INDEX i4 (c=?)} |
279 } | 279 } |
280 | 280 |
281 finish_test | 281 finish_test |
OLD | NEW |