~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-06-07 12:05:17 UTC
  • mfrom: (1014.5.10 drizzle-test-coverage)
  • mto: This revision was merged to the branch mainline in revision 1056.
  • Revision ID: mordred@inaugust.com-20090607120517-4nv8kd7j3zm265fx
Merged lee from lp:~kalebral/drizzle/drizzle-test-coverage

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;