~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/info_schema_methods.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-11-03 21:20:29 UTC
  • mto: (1206.1.1 staging) (1208.3.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1207.
  • Revision ID: osullivan.padraig@gmail.com-20091103212029-nwxur9nnsaxvej2c
Resolutions for build issues after merging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
{
116
116
public:
117
117
  virtual int fillTable(Session *session,
118
 
                        TableList *tables,
119
 
                        COND *cond);
 
118
                        TableList *tables);
120
119
};
121
120
 
122
121
/**