~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/subselect_mat.test

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
set @@optimizer_switch=no_semijoin;
293
293
set @prefix_len = 6;
294
294
 
295
 
# BLOB == 16 (small blobs that could be stored in HEAP tables)
 
295
# BLOB == 16 (small blobs that could be stored in MEMORY tables)
296
296
set @blob_len = 16;
297
297
set @suffix_len = @blob_len - @prefix_len;
298
298