5.5.13 perfschema.selects fails with thread_pool_size=4

Bug #780471 reported by Valentine Gostev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
percona-projects-qa
Fix Released
Low
Laurynas Biveinis

Bug Description

CURRENT_TEST: perfschema.selects
--- /root/HEAP/mysql-test/suite/perfschema/r/selects.result 2011-05-06 18:25:36.760325000 +0300
+++ /root/HEAP/mysql-test/suite/perfschema/r/selects.reject 2011-05-10 15:27:20.244858294 +0300
@@ -10,7 +10,7 @@
 ORDER BY OPERATION
 LIMIT 1;
 OPERATION TOTAL
-chsize [NUM_BYTES]
+read [NUM_BYTES]
 SELECT EVENT_ID FROM performance_schema.events_waits_current
 WHERE THREAD_ID IN
 (SELECT THREAD_ID FROM performance_schema.threads)
@@ -91,6 +91,8 @@
 END;
 |
 CALL t_ps_proc(connection_id(), @p_id);
+Warnings:
+Warning 1329 No data - zero rows fetched, selected, or processed
 DROP FUNCTION IF EXISTS t_ps_proc;
 CREATE FUNCTION t_ps_func(conid INT) RETURNS int
 BEGIN
@@ -100,7 +102,7 @@
 |
 SELECT t_ps_func(connection_id()) = @p_id;
 t_ps_func(connection_id()) = @p_id
-1
+NULL
 SELECT * FROM t_event;
 EVENT_ID
 [EVENT_ID]

mysqltest: Result content mismatch

Changed in percona-projects-qa:
milestone: none → 5.5.13
Changed in percona-projects-qa:
assignee: nobody → Laurynas Biveinis (laurynas-biveinis)
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Perfschema bugs will be fixed later if at all.

Changed in percona-projects-qa:
status: New → Triaged
importance: Undecided → Low
Changed in percona-projects-qa:
status: Triaged → Fix Committed
Changed in percona-projects-qa:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.