~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-10-21 23:10:12 UTC
  • mto: (1879.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101021231012-uhsebiqo23xi0ygy
Updated AUTHORS list with everyone from bzr logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2008 PrimeBase Technologies GmbH, Germany
 
1
/* Copyright (c) 2008 PrimeBase Technologies GmbH, Germany
2
2
 *
3
3
 * PrimeBase XT
4
4
 *
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