~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/repl_failsafe.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 20:34:17 UTC
  • Revision ID: brian@tangent.org-20080713203417-mvmtk1cx1r5vowes
More bool conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
 
154
154
extern "C" uint32
155
155
*slave_list_key(SLAVE_INFO* si, size_t *len,
156
 
                my_bool not_used __attribute__((unused)))
 
156
                bool not_used __attribute__((unused)))
157
157
{
158
158
  *len = 4;
159
159
  return &si->server_id;