~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/tests/t/slap.test

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#Interface to processlist.
2
 
 
3
 
CREATE SCHEMA data_dictionary;
4
2
#
5
3
# Slap tests for concurrency
 
4
 
5
 
6
6
CREATE SCHEMA drizzleslap;
7
7
 
8
8
--exec $DRIZZLE_SLAP --silent  --concurrency=5 --iterations=20  --query="SELECT a.ID FROM data_dictionary.processlist as a, data_dictionary.processlist as b ORDER BY ID" --delimiter=";"
9
9
--exec $DRIZZLE_SLAP --silent  --concurrency=5 --iterations=20  --query="select * from data_dictionary.processlist" --delimiter=";"
10
10
 
11
11
DROP SCHEMA drizzleslap;
12
 
 
13
 
DROP SCHEMA data_dictionary;