• unknown's avatar
    Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings · 42283b79
    unknown authored
    will disable warnings, --log-warnings will increment warning level by one, or the
    level can be given as an optional argument. Default level is 1.
    
    Changed aborted connection warning to be logged only if the level is > 1.
    
    
    sql/sql_class.h:
      Changed boolean into ulong.
    sql/sql_parse.cc:
      Changed aborted connection warning to be logged only if the level is > 1.
    42283b79
sql_parse.cc 110 KB