diff options
author | pem@mysql.com <> | 2003-03-26 12:29:58 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2003-03-26 12:29:58 +0100 |
commit | 2578564725535f850e92f8d5e2b9b94c804da6df (patch) | |
tree | 457c34fe3030c8bbfb9f64357cd27f37a4ab6bd8 /sql/sp_pcontext.h | |
parent | 0d95f36a12bd9a5b9c71cbc6ed2f3f877e9522c0 (diff) | |
download | mariadb-git-2578564725535f850e92f8d5e2b9b94c804da6df.tar.gz |
Added IF EXISTS to DROP PROCEDURE|FUNCTION.
Changed another unecessary use of Item_string into LEX_STRING (in sp_pcontext).
Diffstat (limited to 'sql/sp_pcontext.h')
-rw-r--r-- | sql/sp_pcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_pcontext.h b/sql/sp_pcontext.h index 6ab38e77017..c5b0f1d410b 100644 --- a/sql/sp_pcontext.h +++ b/sql/sp_pcontext.h @@ -31,7 +31,7 @@ typedef enum typedef struct { - Item_string *name; + LEX_STRING name; enum enum_field_types type; sp_param_mode_t mode; uint offset; // Offset in current frame |