~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-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
Merge from Monty

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
 
 
 
4
--disable_warnings
5
5
DROP TABLE IF EXISTS t1;
 
6
--enable_warnings
6
7
 
7
8
CREATE TABLE t1 (
8
9
  a varchar(32) collate utf8_bin NOT NULL,