~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/mysql_priv.h

  • Committer: Brian Aker
  • Date: 2008-08-03 22:27:54 UTC
  • mfrom: (236.1.66 codestyle)
  • Revision ID: brian@tangent.org-20080803222754-yhkw8plul06oqvhe
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
  DERIVATION_EXPLICIT= 0
114
114
};
115
115
 
116
 
#include <drizzled/locale.h>
 
116
#include <drizzled/sql_locale.h>
117
117
#include <drizzled/object_creation_ctx.h>
118
118
/**
119
119
  Opening modes for open_temporary_table and open_table_from_share
1299
1299
extern MY_TMPDIR mysql_tmpdir_list;
1300
1300
extern const LEX_STRING command_name[];
1301
1301
extern const char *first_keyword, *my_localhost, *delayed_user, *binary_keyword;
1302
 
extern const char **errmesg;                    /* Error messages */
1303
1302
extern const char *myisam_recover_options_str;
1304
1303
extern const char *in_left_expr_name, *in_additional_cond, *in_having_cond;
1305
1304
extern const char * const TRG_EXT;