~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to tests/r/small_tmp_table.result

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
('AAAAAAAAAJ','AAAAAAAAAJ'), ('AAAAAAAAAK','AAAAAAAAAK');
12
12
set tmp_table_size=1024;
13
13
SELECT MAX(a) FROM t1 GROUP BY a,b;
 
14
ERROR HY000: Temporary table too large, rerun with SQL_BIG_RESULT.
 
15
SELECT SQL_BIG_RESULT MAX(a) FROM t1 GROUP BY a,b;
14
16
MAX(a)
15
17
AAAAAAAAAA
16
18
AAAAAAAAAB