~kalebral-deactivatedaccount/drizzle/621304

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-09-24 17:14:34 UTC
  • mfrom: (1791.2.1 build)
  • Revision ID: lbieber@orisndriz08-20100924171434-yejt9e2n459hafpa
Merge Brian - Latest work on boost, also PBXT set to be linux only.

Show diffs side-by-side

added added

removed removed

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