~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_repl.cc

  • Committer: Brian Aker
  • Date: 2008-08-09 02:51:06 UTC
  • Revision ID: brian@tangent.org-20080809025106-cnk5oxfjkb882c2r
Full removal of my_bool from central server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
*/ 
317
317
static uint64_t get_heartbeat_period(THD * thd)
318
318
{
319
 
  my_bool null_value;
 
319
  bool null_value;
320
320
  LEX_STRING name=  { C_STRING_WITH_LEN("master_heartbeat_period")};
321
321
  user_var_entry *entry= 
322
322
    (user_var_entry*) hash_search(&thd->user_vars, (uchar*) name.str,