~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/info_schema_table.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 06:29:10 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221062910-ath90k13t4uth4q7
RemovedĀ globalĀ string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <set>
31
31
#include <algorithm>
32
32
 
 
33
extern const std::string INFORMATION_SCHEMA_NAME;
 
34
 
33
35
namespace drizzled
34
36
{
35
37
namespace plugin