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

Fixed problem of sending ERROR to client after OK or EOF (BUG#6804)

This commit is contained in:
bell@sanja.is.com.ua
2005-01-20 10:41:37 +02:00
parent a13efc7d65
commit e9ad508542
7 changed files with 59 additions and 3 deletions

View File

@@ -187,6 +187,11 @@ typedef struct st_net {
char save_char;
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 */
/*
Set if OK packet is already sent, and we do not need to send error
messages
*/
my_bool no_send_error;
/*
Pointer to query object in query cache, do not equal NULL (0) for
queries in cache that have not stored its results yet