diff options
author | kostja@bodhi.(none) <> | 2007-10-15 15:45:20 +0400 |
---|---|---|
committer | kostja@bodhi.(none) <> | 2007-10-15 15:45:20 +0400 |
commit | 227e13c4ca728c20c860ce89dfc8b446d1b89bc2 (patch) | |
tree | 6de0ae1e42e29f43df935bfbeacd4ba6073cd91d /include/mysql_com.h | |
parent | 0dce64d6357a5b2348283ec2f785992def587342 (diff) | |
download | mariadb-git-227e13c4ca728c20c860ce89dfc8b446d1b89bc2.tar.gz |
Remove an unused variable that was there since the first implementation
of the stored procedure cursors (materialized on disk).
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 5850d48fbf5..f76486b9ec2 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -203,7 +203,7 @@ typedef struct st_net { unsigned char reading_or_writing; 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 */ + my_bool unused; /* Please remove with the next incompatible ABI change */ my_bool compress; /* Set if OK packet is already sent, and we do not need to send error |