~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/all_fields.h

  • Committer: Brian Aker
  • Date: 2010-11-02 15:38:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1898.
  • Revision ID: brian@tangent.org-20101102153834-vbt1yeshxyznjmbj
Cast in order to avoid warning in ICC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
{
31
31
  Session &session;
32
32
  message::Table table_message;
33
 
  drizzled::message::table::shared_ptr table_ptr;
 
33
  const drizzled::message::Table *table_ptr;
34
34
  int32_t field_iterator;
35
35
 
36
36
  drizzled::generator::AllTables all_tables_generator;