~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_utility.h

  • Committer: Brian Aker
  • Date: 2008-08-18 22:20:43 UTC
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: brian@tangent.org-20080818222043-et6zf93ogrgx1cz9
Refactoring table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
   Extend the normal table list with a few new fields needed by the
237
237
   slave thread, but nowhere else.
238
238
 */
239
 
struct RPL_TABLE_LIST
240
 
  : public TABLE_LIST
 
239
struct RPL_TableList
 
240
  : public TableList
241
241
{
242
242
  bool m_tabledef_valid;
243
243
  table_def m_tabledef;