DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) ALTER PROCEDURE

Info Catalog (mysql.info.gz) CREATE PROCEDURE (mysql.info.gz) Maintaining Stored Procedures (mysql.info.gz) DROP PROCEDURE
 
 19.1.1.2 `ALTER PROCEDURE' and `ALTER FUNCTION'
 ...............................................
 
      ALTER {PROCEDURE | FUNCTION} SP_NAME [CHARACTERISTIC ...]
 
      CHARACTERISTIC:
          SQL SECURITY {DEFINER | INVOKER}
        | COMMENT 'STRING'
 
 This statement can be used to change the characteristics of a stored
 procedure or function.  You must have the `ALTER ROUTINE' privilege for
 the routine as of MySQL 5.0.3. This privilege is granted automatically
 to the routine creator.
 
 More than one change may be specified in an `ALTER PROCEDURE' or `ALTER
 FUNCTION' statement.
 
Info Catalog (mysql.info.gz) CREATE PROCEDURE (mysql.info.gz) Maintaining Stored Procedures (mysql.info.gz) DROP PROCEDURE
automatically generated byinfo2html