~linuxjedi/drizzle/one-more-stab-at-boolean

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2011-02-12 10:06:03 UTC
  • mfrom: (2154.2.16 drizzle-build)
  • Revision ID: brian@tangent.org-20110212100603-i5ww0s02p8l4a8q7
Merge in solaris tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#endif
33
33
 
34
34
#include <drizzled/base.h>
35
 
#include <drizzled/structs.h>
36
35
#include <drizzled/definitions.h>
37
36
#include <drizzled/lex_string.h>
38
 
#include "drizzled/global_charset_info.h"
 
37
#include <drizzled/structs.h>
39
38
 
40
39
namespace drizzled
41
40
{
42
41
 
 
42
struct charset_info_st;
 
43
 
43
44
namespace plugin
44
45
{
45
46
class StorageEngine;
47
48
 
48
49
typedef struct st_ha_create_information
49
50
{
50
 
  const CHARSET_INFO *table_charset, *default_table_charset;
 
51
  const charset_info_st *table_charset, *default_table_charset;
51
52
  const char *alias;
52
53
  uint64_t auto_increment_value;
53
54
  uint32_t table_options;