~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/t/innodb_mysql.test

  • Committer: Monty Taylor
  • Date: 2010-12-04 09:02:32 UTC
  • mto: (1975.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101204090232-pgvktrq2u24btjvl
took care of innodb SessionVAR usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# InnoDB does support FOREIGN KEYFOREIGN KEYs
12
12
let $test_foreign_keys= 1;
13
13
set global innodb_support_xa=default;
14
 
set session innodb_support_xa=default;
15
14
--source include/mix1.inc