Bug #74793 Thread info flor global schema lock missing
Submitted: 11 Nov 2014 13:25 Modified: 12 Nov 2014 10:42
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Documentation Severity:S3 (Non-critical)
Version:7.2 OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[11 Nov 2014 13:25] Daniël van Eeden
Description:
Page: http://dev.mysql.com/doc/refman/5.5/en/mysql-cluster-thread-states.html

"Waiting for ndbcluster global schema lock" as seen on a 7.2 cluster is not in the list of documented cluster thread states.

How to repeat:
Compare possible thread states for ndb 7.2 with the documentation.
[11 Nov 2014 15:40] Daniël van Eeden
From the 5.6.21 (5.6 branch on Github) source:

$ grep proc_info.set\( sql/ndb_global_schema_lock.cc
      proc_info.set("Waiting for allowed to take ndbcluster global schema lock");
  proc_info.set("Waiting for ndbcluster global schema lock");

Seems like there are two states missing instead of one.
[11 Nov 2014 16:13] MySQL Verification Team
Hello Daniël,

Thank you for the report.

Thanks,
Umesh
[12 Nov 2014 10:42] Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly.