~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

Moved drizzle/plugin*h to drizzled

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <stdarg.h>
34
34
#include <m_ctype.h>                            // For test_if_number
35
35
 
36
 
#include <drizzle/plugin.h>
 
36
#include <drizzled/plugin.h>
37
37
 
38
38
/* max size of the log message */
39
39
#define MAX_LOG_BUFFER_SIZE 1024