54
54
SET max_heap_table_size=16384;
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):
59
61
SHOW variables LIKE 'max_heap_table_size';
61
63
#SELECT SUM(DISTINCT id) sm FROM t1;