~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.h

  • Committer: Brian Aker
  • Date: 2011-02-22 04:19:44 UTC
  • mto: (2192.1.1 drizzle-staging)
  • mto: This revision was merged to the branch mainline in revision 2193.
  • Revision ID: brian@tangent.org-20110222041944-furz1h252ecz7mpd
Merge in modifications such that we check both schema and table for
replication option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
namespace message {
32
32
namespace schema {
33
33
 
 
34
typedef message::Schema value_type;
34
35
typedef boost::shared_ptr <message::Schema> shared_ptr;
35
36
typedef const message::Schema const_reference;
36
37