~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_dictionary/plugin.ini

  • Committer: Padraig O'Sullivan
  • Date: 2009-07-22 23:26:26 UTC
  • mto: (1039.5.43 replication)
  • mto: This revision was merged to the branch mainline in revision 1130.
  • Revision ID: osullivan.padraig@gmail.com-20090722232626-mu4khq7ho6dqcf7q
Created a simple filtered replicator that can filter by schema name or table
name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=Utility data dictionary tables.
3
 
description= Generate data to be used for tests, etc.
4
 
load_by_default=no
5
 
sources= 
6
 
  counter.cc
7
 
  dictionary.cc
8
 
  environmental.cc
9
 
  random_number.cc
10
 
  random_string.cc
11
 
headers=
12
 
  counter.h
13
 
  dictionary.h
14
 
  environmental.h
15
 
  random_number.h
16
 
  random_string.h
17
 
static=no