~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/tests/t/sessions-slap.disabled

  • Committer: Brian Aker
  • Date: 2010-11-23 09:35:51 UTC
  • mfrom: (1933.2.13 catalogs)
  • Revision ID: brian@tangent.org-20101123093551-l5m7zhz3m5c4wmlk
Merge in changes for barriers (update for kill, etc).

Show diffs side-by-side

added added

removed removed

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