~kentokushiba/spiderformysql/spider-2.0-src

« back to all changes in this revision

Viewing changes to spd_ping_table.h

  • Committer: Kentoku SHIBA
  • Date: 2011-05-12 15:25:47 UTC
  • Revision ID: kentokushiba@gmail.com-20110512152547-6hb2cvwnbg7v6ax3
2.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  SPIDER_TABLE_MON_LIST *table_mon_list
29
29
);
30
30
 
 
31
void spider_release_ping_table_mon_list_loop(
 
32
  uint mutex_hash,
 
33
  SPIDER_TABLE_MON_LIST *table_mon_list
 
34
);
 
35
 
31
36
void spider_release_ping_table_mon_list(
32
37
  const char *conv_name,
33
38
  uint conv_name_length,
62
67
  int *error_num
63
68
);
64
69
 
 
70
int spider_init_ping_table_mon_cache(
 
71
  THD *thd,
 
72
  MEM_ROOT *mem_root,
 
73
  bool need_lock
 
74
);
 
75
 
 
76
int spider_ping_table_cache_compare(
 
77
  TABLE *table,
 
78
  MEM_ROOT *mem_root
 
79
);
 
80
 
65
81
void spider_ping_table_free_mon_list(
66
82
  SPIDER_TABLE_MON_LIST *table_mon_list
67
83
);