~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/endspace.result

  • Committer: Monty Taylor
  • Date: 2010-08-21 02:55:13 UTC
  • mfrom: (1711.6.12 staging)
  • Revision ID: mordred@inaugust.com-20100821025513-3xyidjf8dodeh4gy
Remove btree heap index.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
teststring
142
142
select * from t1 where text1='teststring' or text1 like 'teststring_%';
143
143
text1
 
144
teststring
144
145
teststring      
145
 
teststring
146
146
select * from t1 where text1='teststring' or text1 >= 'teststring\t';
147
147
text1
 
148
teststring
148
149
teststring      
149
 
teststring
150
150
select * from t1 order by text1;
151
151
text1
152
152
nothing