3379 Christopher Powers 2011-08-18
WL#4896 "Performance Schema Net IO"
Disable socket_instances check in mtr_check.sql until
incomplete test case cleanup can be ruled out as a source
of failures, particularly with RPL.
modified:
mysql-test/include/mtr_check.sql
3378 Christopher Powers 2011-08-18
WL#4896 "Performance Schema Net IO"
Yet a third condition resulting in orphaned socket instances:
Even if all instrumentation is disabled, the socket still needs
to be destroyed after closesocket() is called.
get_thread_socket_locker() must be sensitive to this condition.
modified:
storage/perfschema/pfs.cc
=== modified file 'mysql-test/include/mtr_check.sql'
--- a/mysql-test/include/mtr_check.sql 2011-08-17 21:08:59 +0000
+++ b/mysql-test/include/mtr_check.sql 2011-08-18 07:28:08 +0000
@@ -43,7 +43,7 @@ BEGIN
order by OBJECT_TYPE, OBJECT_SCHEMA, OBJECT_NAME;
-- Leave the same number of socket instances
- SELECT COUNT(*) FROM performance_schema.socket_instances;
+ --SELECT COUNT(*) FROM performance_schema.socket_instances;
END||
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (chris.powers:3378 to 3379) WL#4896 | Christopher Powers | 22 Aug |