~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/log.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 19:39:24 UTC
  • Revision ID: brian@tangent.org-20080713193924-tf5yc33skcq224uf
More my_bool conversion. This time the set_var class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
615
615
void LOGGER::deactivate_log_handler(THD *thd __attribute__((__unused__)),
616
616
                                    uint log_type)
617
617
{
618
 
  my_bool *tmp_opt= 0;
 
618
  bool *tmp_opt= 0;
619
619
  MYSQL_LOG *file_log;
620
620
 
621
621
  switch (log_type) {