~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/union.result

  • Committer: Joseph Daly
  • Date: 2010-09-12 02:04:41 UTC
  • mto: (1759.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1760.
  • Revision ID: jdaly@rx7-20100912020441-3hc8uahm6ar25i52
fix spacing

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
 
67108864
 
1239
1048576
1240
1240
SET max_allowed_packet=25000000;
1241
1241
CREATE TABLE t1 (a mediumtext);
1242
1242
CREATE TABLE t2 (b varchar(20));