~skinny.moey/drizzle/transaction_id_innodb_perf

« back to all changes in this revision

Viewing changes to tests/r/union.result

  • Committer: Joseph Daly
  • Date: 2010-10-29 00:12:38 UTC
  • mfrom: (1856.2.32 merge)
  • Revision ID: skinny.moey@gmail.com-20101029001238-y6dxgjv9eam7uc2a
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1236
1236
drop tables t1,t2,t3;
1237
1237
SELECT @tmp_max:= @@max_allowed_packet;
1238
1238
@tmp_max:= @@max_allowed_packet
1239
 
1048576
 
1239
67108864
1240
1240
SET max_allowed_packet=25000000;
1241
1241
CREATE TABLE t1 (a mediumtext);
1242
1242
CREATE TABLE t2 (b varchar(20));