~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/tests/t/basic_insert.test

  • Committer: Stewart Smith
  • Date: 2011-01-21 01:09:12 UTC
  • mfrom: (2099 staging)
  • mto: (2099.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2100.
  • Revision ID: stewart@flamingspork.com-20110121010912-x5ogi8rm08nortxp
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--source include/have_linux.inc
2
 
--source include/have_valgrind.inc
 
2
--source include/not_valgrind.inc
3
3
SET SESSION storage_engine=pbxt;
4
4
create table t1 (a int primary key);
5
5
insert into t1 (a) values (1);