~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/performance_dictionary/dictionary.h

  • Committer: Brian Aker
  • Date: 2010-09-20 02:11:07 UTC
  • mto: (1787.4.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1790.
  • Revision ID: brian@tangent.org-20100920021107-i23g1e1a7wutr9ey
This includes a query_usage table for looking at performance of previous
queries (first draft). 

Also included is a generic method for storing values in session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_PERFORMANCE_DICTIONARY_DICTIONARY_H
22
22
#define PLUGIN_PERFORMANCE_DICTIONARY_DICTIONARY_H
23
23
 
24
 
#include "drizzled/plugin/table_function.h"
 
24
#include <drizzled/plugin/table_function.h>
 
25
#include <drizzled/plugin/logging.h>
 
26
 
 
27
// Prototypes
 
28
#include "plugin/performance_dictionary/query_usage.h"
 
29
#include "plugin/performance_dictionary/session_usage_logger.h"
25
30
#include "plugin/performance_dictionary/session_usage.h"
26
31
 
27
32
#endif /* PLUGIN_PERFORMANCE_DICTIONARY_DICTIONARY_H */