1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixed BUG#1965: Opening a cursor hangs client when malformed select fails

and BUG#1966: "select 1 into a" on top-level hangs client
This commit is contained in:
pem@mysql.comhem.se
2003-11-27 16:48:21 +01:00
parent d8603604e8
commit d8bf426b80
8 changed files with 43 additions and 10 deletions

View File

@@ -157,7 +157,8 @@ typedef struct st_net {
unsigned int *return_status;
unsigned char reading_or_writing;
char save_char;
my_bool no_send_ok;
my_bool no_send_ok; /* For SPs and other things that do multiple stmts */
my_bool no_send_eof; /* For SPs' first version read-only cursors */
/*
Pointer to query object in query cache, do not equal NULL (0) for
queries in cache that have not stored its results yet