summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 672c359a6f7..5e1b6b8504a 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -264,10 +264,9 @@ typedef struct st_net {
*/
#endif
/*
- 'query_cache_query' should be accessed only via query cache
- functions and methods to maintain proper locking.
+ Unused, please remove with the next incompatible ABI change.
*/
- unsigned char *query_cache_query;
+ unsigned char *unused;
unsigned int last_errno;
unsigned char error;
my_bool unused4; /* Please remove with the next incompatible ABI change. */