~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/subselect_no_mat.test

enable subselect_not, subselect_no_mat and variables tests, some other misc clean up on other tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
--source t/subselect.test
8
8
 
 
9
--error 1231
9
10
set optimizer_switch='';
 
11
set optimizer_switch=0;
10
12
show variables like 'optimizer_switch';
11
13