~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Brian Aker
  • Date: 2008-07-28 19:17:01 UTC
  • mfrom: (212.5.14 remove-include-dir)
  • Revision ID: brian@tangent.org-20080728191701-trc0030y4het31jf
Merging Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#include "client_priv.h"
38
38
#include <drizzle_version.h>
39
 
#include <mysqld_error.h>
 
39
#include <drizzled_error.h>
40
40
#include <m_ctype.h>
41
41
#include <my_dir.h>
42
42
#include <hash.h>
43
43
#include <stdarg.h>
44
 
#include <violite.h>
 
44
#include <vio/violite.h>
45
45
 
46
46
 
47
47
#define MAX_VAR_NAME_LENGTH    256
3338
3338
 
3339
3339
static st_error global_error_names[] =
3340
3340
{
3341
 
#include <mysqld_ername.h>
 
3341
#include <drizzled_ername.h>
3342
3342
  { 0, 0 }
3343
3343
};
3344
3344