~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 21:40:10 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328214010-71qm0vxqvkmj3lac
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <drizzled/lex_string.h>
36
36
#include <drizzled/structs.h>
37
37
 
38
 
namespace drizzled
39
 
{
40
 
 
41
 
struct charset_info_st;
42
 
 
43
 
namespace plugin
44
 
{
45
 
class StorageEngine;
46
 
}
 
38
namespace drizzled {
47
39
 
48
40
typedef struct st_ha_create_information
49
41
{