• unknown's avatar
    Fixed several boolean type options used in my_long_options[]. · b2fa7d16
    unknown authored
    Some options were declared as 'bool', but since those are being
    handled in my_getopt.c, bool can be machine dependent. To make
    sure it works in all circumstances, the type should be my_bool
    for C (not C++) programs.
    
    
    sql/mysql_priv.h:
      Fixed some bools to my_bools.
    sql/mysqld.cc:
      Changed several bools to my_bools.
    sql/slave.cc:
      Changed bool to my_bool.
    sql/slave.h:
      Changed bool to my_bool.
    b2fa7d16
mysqld.cc 261 KB