~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.h

Merged trunk and resolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    don't implement this method unless you really have indexes
56
56
  */
57
57
  const char *index_type(uint32_t key_number);
58
 
  const char **bas_ext() const;
59
58
  uint64_t table_flags() const
60
59
  {
61
60
    return(HA_NULL_IN_KEY |
88
87
  void position(const unsigned char *record);
89
88
  int info(uint32_t flag);
90
89
  int external_lock(Session *session, int lock_type);
91
 
  int create(const char *name, Table *table_arg,
92
 
             HA_CREATE_INFO *create_info);
93
90
  THR_LOCK_DATA **store_lock(Session *session,
94
91
                             THR_LOCK_DATA **to,
95
92
                             enum thr_lock_type lock_type);