Comments not getting displayed while executing MySQL Script in Higher Environment

I have a MySQL Query with my comments in it. I executed the same in higher environment and found that comments are not available and it shows blank space. Any thoughts why it is behaving like this. This happened with me for a stored procedure.

OriginalPostID-235935

  Discussion posts and replies are publicly visible

Parents
  • @philb: I have provided my comments in BEGIN - END block only in the Definition area of the stored procedure. Sample one is as follows:
    Begin

    /* =============================================*/
    /* Author: Jai Joshi */
    /* Date Created: 19/09/2016 */
    /* Description: */
    /* =============================================*/

    SELECT , from where = CONSTANT;
    END
    Reply
    • @philb: I have provided my comments in BEGIN - END block only in the Definition area of the stored procedure. Sample one is as follows:
      Begin

      /* =============================================*/
      /* Author: Jai Joshi */
      /* Date Created: 19/09/2016 */
      /* Description: */
      /* =============================================*/

      SELECT , from
    where = CONSTANT;
    END
    Children
    No Data