Bug #47373 Not all probes (for dtrace) described in the manual are available.
Submitted: 16 Sep 2009 13:01 Modified: 17 Sep 2009 10:10
Reporter: Horst Hunger Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Logging Severity:S3 (Non-critical)
Version:next OS:Solaris (SunOS 5.10 Generic_127128-11 i86pc i386)
Assigned to: Alexey Kopytov CPU Architecture:Any
Tags: DTrace, probes

[16 Sep 2009 13:01] Horst Hunger
Description:
In "mysql-6.0-dtrace" all probes which were described in the user manual have been available and working.
In "mysql-next" I am missing the following probes:

read-row-start
read-row-done
index-read-row-start
index-read-row-done

How to repeat:
enable dtrace (configure) and run "test_all_probes.d" (attached) after having started e.g. "./mtr select". Errors will araise. 

Suggested fix:
Port the probes back from 6.0.
[16 Sep 2009 13:03] Horst Hunger
dtrace script to test the probes.

Attachment: test_all_probes.d (text/x-dsrc), 7.08 KiB.

[17 Sep 2009 6:40] Sveta Smirnova
Thank you for the report.

Verified as described.
[17 Sep 2009 10:10] Horst Hunger
I tried the probes with "mysql-next-mr" and all probes were available. As it cannot more reproduced I set the status to "can't repeat".