~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define DRIZZLED_TABLE_PROTO_H
23
23
 
24
24
namespace drizzled {
 
25
/*
 
26
  Maximum length of comments.
 
27
 
 
28
  These are historical limits that no longer need to apply.
 
29
*/
 
30
#define TABLE_COMMENT_MAXLEN 2048
 
31
#define COLUMN_COMMENT_MAXLEN 1024
 
32
#define INDEX_COMMENT_MAXLEN 1024
25
33
 
26
34
int drizzle_write_proto_file(const std::string file_name,
27
35
                             message::Table *table_proto);