Bug #32747 functionality equivalent of oracle dbms.output or SQL Server PRINT keyword
Submitted: 27 Nov 2007 0:54 Modified: 3 Oct 2008 9:09
Reporter: eric s Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Stored Routines Severity:S4 (Feature request)
Version:all OS:Any (all OS)
Assigned to: CPU Architecture:Any
Tags: message output

[27 Nov 2007 0:54] eric s
Description:
MySQL lack a means of outputing user generate text string natively.

equivalent functionality in Oracle would be "dbms.output"
equivalent functionality in MS SQL Server would be the print keyword.

having this available would make it a lot more straight forward to create user messages and have them interleaved with messages and warnings coming from the RDBMS.  this is invaluable for development and support personel who are writing or executing scripts.

How to repeat:
not applicible

Suggested fix:
add a keyword to the MySQL SQL language that inserts text strings into the session RDBMS output stream.
[3 Oct 2008 9:06] Valeriy Kravchuk
Thank you for a reasonable feature request.
[3 Oct 2008 9:09] Valeriy Kravchuk
Actually, this is a duplicate of Bug #19794.