~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/load_list.h.in

  • Committer: Lee Bieber
  • Date: 2010-10-29 13:35:47 UTC
  • mfrom: (1890.1.3 build)
  • Revision ID: kalebral@gmail.com-20101029133547-ehu44so1ij4cylr5
Merge Shrews - fix bug 667288: Transaction_reader reporting error about dangerously large protobuf message
Merge Monty - fix bug 667598: static plugins should be addable via plugin-add   
Merge Brian - clean up C++ warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/* The list of builtin plugins */
24
24
#define PANDORA_BUILTIN_LIST "@PANDORA_BUILTIN_LIST@"
 
25
#define PANDORA_BUILTIN_LOAD_LIST "@PANDORA_BUILTIN_LOAD_LIST@"
25
26
/* List of plugins that should be loaded on startup if no
26
27
 * value is given for --plugin-load */
27
28
#define PANDORA_PLUGIN_LIST "@PANDORA_PLUGIN_LIST@"
28
29
 
29
30
/* The list of builtin plugins */
30
31
#define  PANDORA_BUILTIN_SYMBOLS_LIST @PANDORA_BUILTIN_SYMBOLS_LIST@
 
32
#define  PANDORA_BUILTIN_LOAD_SYMBOLS_LIST @PANDORA_BUILTIN_LOAD_SYMBOLS_LIST@
31
33
 
32
34
#endif /* DRIZZLED_MODULE_LOAD_LIST_H */
33
35