~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/innodb_mysql.result

  • Committer: Brian Aker
  • Date: 2009-03-12 00:51:19 UTC
  • mfrom: (910.4.17 sparc)
  • Revision ID: brian@tangent.org-20090312005119-xemqiftml9jhyhcr
Merg'ing Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
571
571
INSERT INTO t1(b,c) SELECT b,c FROM t2;
572
572
set @@sort_buffer_size=8192;
573
573
Warnings:
574
 
Warning 1292    Truncated incorrect sort_buffer_size value: '8192'
 
574
Error   1292    Truncated incorrect sort_buffer_size value: '8192'
575
575
SELECT COUNT(*) FROM t1;
576
576
COUNT(*)
577
577
3072