~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/innodb.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:
1716
1716
innodb_thread_concurrency       0
1717
1717
set global innodb_thread_concurrency=1001;
1718
1718
Warnings:
1719
 
Warning 1292    Truncated incorrect thread_concurrency value: '1001'
 
1719
Error   1292    Truncated incorrect thread_concurrency value: '1001'
1720
1720
show variables like "innodb_thread_concurrency";
1721
1721
Variable_name   Value
1722
1722
innodb_thread_concurrency       1000
1737
1737
innodb_concurrency_tickets      1000
1738
1738
set global innodb_concurrency_tickets=0;
1739
1739
Warnings:
1740
 
Warning 1292    Truncated incorrect concurrency_tickets value: '0'
 
1740
Error   1292    Truncated incorrect concurrency_tickets value: '0'
1741
1741
show variables like "innodb_concurrency_tickets";
1742
1742
Variable_name   Value
1743
1743
innodb_concurrency_tickets      1