~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Brian Aker
  • Date: 2011-01-13 00:29:52 UTC
  • mto: (2077.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2078.
  • Revision ID: brian@tangent.org-20110113002952-x8j3jbbm629teuti
Create a shared form of the instance which is a bit more heavier weight then
the main instance class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
441
441
                              drizzled/table/concurrent.h \
442
442
                              drizzled/table/instance.h \
443
443
                              drizzled/table/instance/base.h \
 
444
                              drizzled/table/instance/shared.h \
444
445
                              drizzled/table/placeholder.h \
445
446
                              drizzled/table/shell.h \
446
447
                              drizzled/table/singular.h \
815
816
                           drizzled/table/cache.cc \
816
817
                           drizzled/table/concurrent.cc \
817
818
                           drizzled/table/instance/base.cc \
 
819
                           drizzled/table/instance/shared.cc \
818
820
                           drizzled/table/singular.cc \
819
821
                           drizzled/table/temporary.cc \
820
822
                           drizzled/table/unused.cc \