• unknown's avatar
    Fix max_connections_per_hour handling when the global · 8efb9a01
    unknown authored
    max_user_connections is also set. (Bug #9947)
    
    
    sql/sql_parse.cc:
      Don't cap max_connections_per_hour to the global max_user_connections,
      since the latter is a limit of concurrent connections. Also, count
      number of concurrent connections for a user correctly, instead of
      starting at 2.
    8efb9a01
sql_parse.cc 165 KB