~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Stewart Smith
  • Date: 2010-07-29 16:44:36 UTC
  • mfrom: (1638.9.8)
  • mto: (1720.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1721.
  • Revision ID: stewart@flamingspork.com-20100729164436-dsrth68ahiuutvpe
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
  if (session->client->sendFields(&field_list))
156
156
    return true;
157
157
  {
158
 
    session->client->store(table_list->table->alias);
 
158
    session->client->store(table_list->table->getAlias());
159
159
  }
160
160
 
161
161
  session->client->store(buffer.ptr(), buffer.length());