OLD | NEW |
---|---|
1 # 2012 Sept 27 | 1 # 2012 Sept 27 |
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
108 WHERE c=b AND e=d AND g=f | 108 WHERE c=b AND e=d AND g=f |
109 ORDER BY a ASC, c ASC, e ASC, g ASC; | 109 ORDER BY a ASC, c ASC, e ASC, g ASC; |
110 } | 110 } |
111 } {1,3,6,11 1,3,7,10 1,3,7,14 1,4,5,9 1,4,8,12 1,4,8,12 1,4,8,13 2,3,6,11 2,3,7, 10 2,3,7,14} | 111 } {1,3,6,11 1,3,7,10 1,3,7,14 1,4,5,9 1,4,8,12 1,4,8,12 1,4,8,13 2,3,6,11 2,3,7, 10 2,3,7,14} |
112 optimization_control db all on | 112 optimization_control db all on |
113 db cache flush | 113 db cache flush |
114 | 114 |
115 | 115 |
116 | 116 |
117 finish_test | 117 finish_test |
OLD | NEW |