All pages
Powered by GitBook
1 of 1

Loading...

SHOW PROCEDURE STATUS

List stored procedures and their characteristics. View metadata like the database, name, type, and creator of stored procedures.

Syntax

Description

This statement is a MariaDB extension. It returns characteristics of a stored procedure, such as the database, name, type, creator, creation and modification dates, and character set information. A similar statement, , displays information about stored functions.

The LIKE clause, if present, indicates which procedure or function names to match. The WHERE and LIKE clauses can be given to select rows using more general conditions, as discussed in .

The in the INFORMATION_SCHEMA database contains more detailed information.

Examples

See Also

This page is licensed: GPLv2, originally from

SHOW PROCEDURE STATUS
    [LIKE 'pattern' | WHERE expr]
SHOW CREATE PROCEDURE
  • Stored Routine Privileges

  • Information Schema ROUTINES Table

  • SHOW FUNCTION STATUS
    Extended SHOW
    ROUTINES table
    Stored Procedure Overview
    CREATE PROCEDURE
    ALTER PROCEDURE
    DROP PROCEDURE
    fill_help_tables.sql
    SHOW PROCEDURE STATUS LIKE 'p1'\G
    *************************** 1. row ***************************
                      Db: test
                    Name: p1
                    Type: PROCEDURE
                 Definer: root@localhost
                Modified: 2010-08-23 13:23:03
                 Created: 2010-08-23 13:23:03
           Security_type: DEFINER
                 Comment: 
    character_set_client: latin1
    collation_connection: latin1_swedish_ci
      Database Collation: latin1_swedish_ci