~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

modified transaction docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008 Sun Microsystems, Inc.
 
4
 *  Copyright (C) 2008 Sun Microsystems
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
31
31
#define COLUMN_COMMENT_MAXLEN 1024
32
32
#define INDEX_COMMENT_MAXLEN 1024
33
33
 
34
 
bool fill_table_proto(message::Table &table_proto,
35
 
                      List<CreateField> &create_fields,
36
 
                      HA_CREATE_INFO *create_info,
37
 
                      uint32_t keys,
38
 
                      KeyInfo *key_info);
39
 
 
40
34
bool rea_create_table(Session *session,
41
 
                      const identifier::Table &identifier,
 
35
                      const TableIdentifier &identifier,
42
36
                      message::Table &table_proto,
43
37
                      HA_CREATE_INFO *create_info,
44
38
                      List<CreateField> &create_field,