~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definition/table.h

  • Committer: Brian Aker
  • Date: 2011-01-08 10:35:13 UTC
  • mfrom: (2057.2.9 timestamp)
  • Revision ID: brian@tangent.org-20110108103513-3wuo8tsyajjcxjrg
Merge in fractional seconds to timestamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
class EventObserverList;
57
57
}
58
58
 
 
59
namespace table {
 
60
class Instance;
 
61
}
 
62
 
59
63
class Field_blob;
60
64
 
61
65
class TableShare
667
671
    return output;  // for multiple << operators.
668
672
  }
669
673
 
 
674
protected:
 
675
  friend class drizzled::table::Instance;
 
676
 
670
677
  Field *make_field(const message::Table::Field &pfield,
671
678
                    unsigned char *ptr,
672
679
                    uint32_t field_length,
694
701
                    const char *field_name, 
695
702
                    bool is_unsigned);
696
703
 
 
704
public:
697
705
  int open_table_def(Session& session, const TableIdentifier &identifier);
698
706
 
699
707
  int open_table_from_share(Session *session,