• unknown's avatar
    Fixed refresh_status function. · 55499cad
    unknown authored
    
    sql/sql_class.cc:
      Improved documentation on add_to_status().
    sql/sql_parse.cc:
      Changed refresh status to take thd as argument to avoid current_thd.
      Removed add_to_status away from loop, as it is not necessary for each
      variable, only required for each thread. In this case only the current
      thread.
    55499cad
sql_class.cc 54.6 KB