From 29915d6e1c71289fbae57aa7948e3453bf78485e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 16 Jan 2006 15:22:29 +0100 Subject: Post-review fix (BUG#14498). sql/sp_pcontext.h: Post-review fix. --- sql/sp_pcontext.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sql/sp_pcontext.h') diff --git a/sql/sp_pcontext.h b/sql/sp_pcontext.h index bd2259cb6fb..2fd40159b6c 100644 --- a/sql/sp_pcontext.h +++ b/sql/sp_pcontext.h @@ -44,6 +44,15 @@ typedef struct sp_pvar #define SP_LAB_BEGIN 2 // Label at BEGIN #define SP_LAB_ITER 3 // Label at iteration control +/* + An SQL/PSM label. Can refer to the identifier used with the + "label_name:" construct which may precede some SQL/PSM statements, or + to an implicit implementation-dependent identifier which the parser + inserts before a high-level flow control statement such as + IF/WHILE/REPEAT/LOOP, when such statement is rewritten into + a combination of low-level jump/jump_if instructions and labels. +*/ + typedef struct sp_label { char *name; -- cgit v1.2.1