~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.h

  • Committer: Brian Aker
  • Date: 2009-12-02 07:42:48 UTC
  • mfrom: (1236.1.2 push)
  • Revision ID: brian@gaz-20091202074248-svgtvfqvpzxt9lh3
Merge current set for staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  int index_last(unsigned char * buf);
73
73
  void position(const unsigned char *record);
74
74
  int info(uint32_t flag);
75
 
  THR_LOCK_DATA **store_lock(Session *session,
76
 
                             THR_LOCK_DATA **to,
77
 
                             enum thr_lock_type lock_type);
78
75
};
79
76
 
80
77
#endif /* PLUGIN_BLACKHOLE_HA_BLACKHOLE_H */