~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Monty Taylor
  • Date: 2010-06-20 18:28:21 UTC
  • mto: (1626.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1633.
  • Revision ID: mordred@inaugust.com-20100620182821-oybk1tbpairic4oq
Added wrapper around variables_map to allow us to pull values back out of
variables map in the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
                              drizzled/module/manifest.h \
259
259
                              drizzled/module/module.h \
260
260
                              drizzled/module/option_context.h \
 
261
                              drizzled/module/option_map.h \
261
262
                              drizzled/module/registry.h \
262
263
                              drizzled/my_hash.h \
263
264
                              drizzled/name_resolution_context.h \
645
646
                                 drizzled/key_map.cc \
646
647
                                 drizzled/lock.cc \
647
648
                                 drizzled/lookup_symbol.cc \
 
649
                                 drizzled/module/context.cc \
648
650
                                 drizzled/module/library.cc \
649
651
                                 drizzled/module/loader.cc \
650
652
                                 drizzled/module/option_context.cc \
 
653
                                 drizzled/module/option_map.cc \
651
654
                                 drizzled/module/registry.cc \
652
655
                                 drizzled/my_getsystime.cc \
653
656
                                 drizzled/my_hash.cc \