~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

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;