~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/plugin.ini

  • Committer: patrick crews
  • Date: 2011-02-23 17:17:25 UTC
  • mto: (2195.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2196.
  • Revision ID: gleebix@gmail.com-20110223171725-4tgewemxhsw1m7q8
Integrated randgen with dbqp.  We now have mode=randgen and a set of randgen test suites (very basic now).  Output = same as dtr : )  We also have mode=cleanup to kill any servers we have started.  Docs updates too.  Gendata utility allows us to populate test servers 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
description= Utility Functions
4
4
load_by_default=yes
5
5
sources= 
 
6
  assert.cc
6
7
  catalog.cc
7
8
  execute.cc
8
9
  functions.cc
9
10
  global_read_lock.cc
10
11
  kill.cc
 
12
  result_type.cc
11
13
  schema.cc
 
14
  typeof.cc
12
15
  user.cc
13
16
headers=
 
17
  assert.h
14
18
  catalog.h
15
19
  execute.h
16
20
  functions.h
17
21
  global_read_lock.h
18
22
  kill.h
 
23
  result_type.h
19
24
  schema.h
 
25
  typeof.h
20
26
  user.h
21
27
static=yes