~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/union.result

  • Committer: Brian Aker
  • Date: 2010-09-22 22:25:29 UTC
  • mto: (1791.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1792.
  • Revision ID: brian@tangent.org-20100922222529-geo4wggmu5ntqa5k
Current boost work (more conversion).

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