1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/mysql-test/t
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-08-07 05:35:20 -04:00
2007-08-02 12:45:56 -07:00
2007-07-23 23:35:43 -07:00
2007-11-01 12:30:03 -07:00
2007-09-26 12:45:08 +02:00
2007-11-24 15:02:29 +04:00
2008-02-04 19:55:36 +01:00
2007-07-11 18:45:35 -07:00
2007-11-02 13:40:34 +03:00
2007-08-31 16:59:07 +05: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-09-24 12:42:44 +02:00
2007-08-22 15:43:16 +03:00
2007-11-26 22:21:46 +03:00
2007-07-15 21:51:36 +04:00
2008-02-05 12:27:52 +03:00