~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/logging.h

  • Committer: Patrick Galbraith
  • Date: 2008-07-24 16:57:40 UTC
  • mto: (202.2.4 rename-mysql-to-drizzle)
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: patg@ishvara-20080724165740-x58yw6zs6d9o17lf
Most everything working with client rename
mysqlslap test still fails... can't connect to the server

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef DRIZZLED_LOGGING_H
2
 
#define DRIZZLED_LOGGING_H
3
 
 
4
 
#include <drizzled/plugin_logging.h>
5
 
 
6
 
int logging_initializer(st_plugin_int *plugin);
7
 
int logging_finalizer(st_plugin_int *plugin);
8
 
 
9
 
void logging_pre_do (THD *thd);
10
 
void logging_post_do (THD *thd);
11
 
 
12
 
#endif /* DRIZZLED_LOGGING_H */