Bug #13400 description missing for column 'SQLMODE' in reference manual,
Submitted: 22 Sep 2005 12:27 Modified: 14 Oct 2005 8:30
Reporter: Carsten Segieth Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.0.14 OS:Any (All)
Assigned to: Jon Stephens CPU Architecture:Any

[22 Sep 2005 12:27] Carsten Segieth
Description:
In the description of the TRIGGERS table (RefMan 21.1.16. The INFORMATION_SCHEMA TRIGGERS Table) the column SQLMODE is missing.

In '5.0.11-beta-nt-log	Win32' the column was already implemented.

How to repeat:
take a look into the RefMan and check against current system:

USE information_schema;
DESC triggers;

Suggested fix:
add column description to reference manual
[14 Oct 2005 8:30] 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, and will be included in the next release of the relevant
product(s).

Additional info:

Updated Triggers chapter in 5.0 and 5.1 manuals.
[14 Oct 2005 8:32] Jon Stephens
Meant to say that I updated the TRIGGERS Table section in the INFORMATION_SCHEMA chapter of the 5.0 and 5.1 manuals. Sorry.