~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/union.result

  • Committer: Andrew Hutchings
  • Date: 2010-10-26 20:59:40 UTC
  • mto: (1883.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1884.
  • Revision ID: andrew@linuxjedi.co.uk-20101026205940-a0rj61xtuf6wn9h5
Fix test cases for the new default max_packet_size

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));