~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2011-02-10 22:27:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110210222727-2k06yyx4r0fgiuzx
Update headers (more removal of session).

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;