~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/registry_dictionary/tests/t/data_dictionary.test

  • Committer: Brian Aker
  • Date: 2010-02-18 18:29:49 UTC
  • mto: (1273.19.13 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100218182949-78sfh2cwvmwwxgs0
Adding slap tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
show create table MODULES ;
13
13
show create table PLUGINS ;
14
14
 
15
 
# Slap tests for concurrency
16
 
CREATE SCHEMA drizzleslap;
17
 
 
18
 
#--exec $DRIZZLE_SLAP --silent  --concurrency=5 --iterations=20  --query="select * from data_dictionary.plugins" --delimiter=";"
19
 
#--exec $DRIZZLE_SLAP --silent  --concurrency=5 --iterations=20  --query="select * from data_dictionary.modules" --delimiter=";"
20
 
 
21
 
DROP SCHEMA drizzleslap;
22
 
 
23
15
DROP SCHEMA data_dictionary;