~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/ha_xtsys.h

  • Committer: Brian Aker
  • Date: 2010-10-15 05:30:39 UTC
  • mfrom: (1843.8.7 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101015053039-ebmv3hnn1yaq4wqy
Merge in refactoring on table (broken it up by type, this will allow me to
insert the new locking).

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
public:
61
61
#ifdef DRIZZLED
62
 
        ha_xtsys(handlerton *hton, Table& table_arg);
 
62
        ha_xtsys(handlerton *hton, TableShare& table_arg);
63
63
#else
64
64
        ha_xtsys(handlerton *hton, TABLE_SHARE *table_arg);
65
65
#endif