~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/big/t/sum_distinct-big.test

  • Committer: Brian Aker
  • Date: 2009-06-08 16:52:16 UTC
  • mfrom: (1054.2.7 mordred)
  • Revision ID: brian@gaz-20090608165216-prwpfo3ixrsoo3ke
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
SET max_heap_table_size=16384;
55
55
 
 
56
# Drizzle bug 376299
 
57
# please uncomment the test after the bug is fixed
56
58
# to check that max_heap_table_size was actually set (hard limit for minimum
57
59
# max_heap_table_size is set in mysqld.cc):
58
 
 
 
60
#
59
61
SHOW variables LIKE 'max_heap_table_size';
60
62
 
61
63
#SELECT SUM(DISTINCT id) sm FROM t1;