1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/mysql-test/r
unknown c167501bfb Fix for Bug#35074: max_used_connections is not correct.
The problem was that number of threads was used to calculate
max_used_connections.

The fix is to use number of active connections.


mysql-test/r/connect.result:
  Update result file.
mysql-test/t/connect.test:
  - Add a test case for Bug#35074: max_used_connections is not correct;
  - Make a test case for Bug#33507 more stable.
sql/mysqld.cc:
  Use number of connections insetad of threads
  to calculate max_used_connections.
2008-03-13 12:02:12 +03:00
..
2007-09-20 16:27:58 +05:00
2007-08-02 12:45:56 -07:00
2007-10-27 01:40:48 +05:00
2007-07-23 23:35:43 -07:00
2007-11-01 12:30:03 -07:00
2007-12-01 13:07:28 +04:00
2007-07-06 11:35:10 -07:00
2008-02-04 19:55:36 +01:00
2008-01-19 22:13:42 +03:00
2007-07-23 23:35:43 -07:00
2007-08-31 16:59:07 +05:00
2007-11-20 20:15:20 +04:00
2008-02-07 12:00:48 -07:00
2007-12-13 16:43:38 +04:00
2007-08-02 12:45:56 -07:00
2007-10-27 01:40:48 +05:00
2007-12-19 01:27:15 +01:00
2007-08-31 10:53:51 -06:00
2007-11-26 22:21:46 +03:00
2008-02-21 12:48:55 +03:00
2007-11-18 17:33:12 +04:00