~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message.h

Merge catalog with current trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
namespace drizzled {
34
34
namespace message {
35
35
 
36
 
void init(drizzled::message::Schema &arg, const std::string &name_arg);
37
 
void init(drizzled::message::Table &arg, const std::string &name_arg, const std::string &schema_arg, const std::string &engine_arg);
38
 
 
39
36
void update(drizzled::message::Schema &arg);
40
37
void update(drizzled::message::Table &arg);
41
38