diff options
author | pem@mysql.comhem.se <> | 2003-11-27 16:48:21 +0100 |
---|---|---|
committer | pem@mysql.comhem.se <> | 2003-11-27 16:48:21 +0100 |
commit | d8bf426b807ae612c6d062df834b039e1e48ca11 (patch) | |
tree | 3a86abe034e95159e4c892c732cf94688e9f0710 /sql/sp_rcontext.h | |
parent | d8603604e84ade0a07a95188643a68855e2f6ca1 (diff) | |
download | mariadb-git-d8bf426b807ae612c6d062df834b039e1e48ca11.tar.gz |
Fixed BUG#1965: Opening a cursor hangs client when malformed select fails
and BUG#1966: "select 1 into a" on top-level hangs client
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r-- | sql/sp_rcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h index e69ac9bf4b4..6526ed58575 100644 --- a/sql/sp_rcontext.h +++ b/sql/sp_rcontext.h @@ -240,7 +240,7 @@ private: LEX *m_lex; Protocol_cursor *m_prot; my_bool m_isopen; - Vio *m_ovio; // Original vio + my_bool m_nseof; // Original no_send_eof Protocol *m_oprot; // Original protcol MYSQL_ROWS *m_current_row; |