~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_getopt.cc

Updates to tests (now moved into plugins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include "drizzled/internal/m_string.h"
21
21
#include "drizzled/internal/my_sys.h"
22
 
#include "drizzled/error.h"
 
22
#include "drizzled/my_error.h"
23
23
#include "drizzled/my_getopt.h"
24
24
 
25
25
#include <stdio.h>