~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/small_tmp_table.test

  • Committer: Brian Aker
  • Date: 2009-01-24 09:43:35 UTC
  • Revision ID: brian@gir-3.local-20090124094335-6qdtvc35gl5fvivz
Adding in an example singe thread scheduler

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# Bug #28499: crash for grouping query when tmp_table_size is too small
3
3
#
4
 
--disable_warnings
 
4
 
5
5
DROP TABLE IF EXISTS t1;
6
 
--enable_warnings
7
6
 
8
7
CREATE TABLE t1 (
9
8
  a varchar(32) collate utf8_bin NOT NULL,