summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorunknown <pem@mysql.telia.com>2003-08-27 17:04:33 +0200
committerunknown <pem@mysql.telia.com>2003-08-27 17:04:33 +0200
commitdc62ffa6877d59d89f57121095256fbdac1fd78b (patch)
treef394cf2b9fbd1733c58ee45f619c500c55e1e39c /sql/sp_head.h
parentc19c546d2ca7df1cbdd104b8d5f2b0a681af9c51 (diff)
downloadmariadb-git-dc62ffa6877d59d89f57121095256fbdac1fd78b.tar.gz
Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag.
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index bdb9e2e4eb1..f0435de99d7 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -46,7 +46,7 @@ public:
int m_type; // TYPE_ENUM_FUNCTION or TYPE_ENUM_PROCEDURE
enum enum_field_types m_returns; // For FUNCTIONs only
my_bool m_simple_case; // TRUE if parsing simple case, FALSE otherwise
- my_bool m_multi_query; // TRUE if a procedure with SELECT(s)
+ my_bool m_multi_results; // TRUE if a procedure with SELECT(s)
uint m_old_cmq; // Old CLIENT_MULTI_QUERIES value
#if NOT_USED_NOW
// QQ We're not using this at the moment.