~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2011-02-03 18:12:09 UTC
  • mfrom: (2134.1.9 timestamp)
  • mto: This revision was merged to the branch mainline in revision 2140.
  • Revision ID: brian@tangent.org-20110203181209-xr7i2079pdmu33hd
Merge in table tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2032
2032
  {
2033
2033
    bool have_proto= false;
2034
2034
 
2035
 
    message::Table *proto= table->getShare()->getTableProto();
2036
 
    if (table->getShare()->getTableProto())
 
2035
    message::Table *proto= table->getShare()->getTableMessage();
 
2036
    if (table->getShare()->getTableMessage())
2037
2037
      have_proto= true;
2038
2038
 
2039
2039
    const char *answer= have_proto ? "true" : "false";