~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/log.cc

Further changes to fix mysql/plugin.h -> drizzle/plugin.h

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 <mysql/plugin.h>
 
36
#include <drizzle/plugin.h>
37
37
 
38
38
/* max size of the log message */
39
39
#define MAX_LOG_BUFFER_SIZE 1024