Empty.md 738 Bytes

Empty (procedure)

  • Type: PROCEDURE
  • Deterministic: NO
  • SQL data access: CONTAINS SQL

Parameters

No parameters.

Body

Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE PROCEDUREEmpty'.

Narrative

Business context: Developer scratch — a literally-empty procedure (BEGIN #Routine body goes here... END) left over from MySQL Workbench's "Create Procedure" wizard template.

What it does: Nothing. Body is the boilerplate placeholder comment with no statements.

Invocation: Status: appears orphaned. No caller in any channel — no form sSqlStr, no gdsmodule hook, no other routine, no xly-src reference. Safe to drop after maintainer confirmation.