summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authormalff/marcsql@weblab.(none) <>2007-04-25 21:38:12 -0600
committermalff/marcsql@weblab.(none) <>2007-04-25 21:38:12 -0600
commit62fd6aa69664cf98d96458d30aa18b39b5b6bc1d (patch)
treef8e46975bbaed334eddc4cc2ab0c1b752a7b321d /sql/sp_head.h
parent18d7ed6564fe7009d8cea940b12a909fce118300 (diff)
downloadmariadb-git-62fd6aa69664cf98d96458d30aa18b39b5b6bc1d.tar.gz
manual merge 5.0-runtime -> 5.1->runtime, with 25411 part I
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index 551707fa7bd..51ca529bed0 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -176,7 +176,9 @@ public:
*/
HASH m_sroutines;
// Pointers set during parsing
- const char *m_param_begin, *m_param_end, *m_body_begin;
+ const char *m_param_begin;
+ const char *m_param_end;
+ const char *m_body_begin;
/*
Security context for stored routine which should be run under