Skip to content

Commit 963e96d

Browse files
author
Bharathy Satish
committed
WL#7766: Deprecate EOF packet
If SELECT query is cached and later if there exists a session state then the same SELECT query when run will not send OK packet with session state as the result sets is picked from cache. For now disabling deprecate_eof.test when query_cache is ON.
1 parent 6a92d8f commit 963e96d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mysql-test/t/deprecate_eof.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
-- source include/not_embedded.inc
22

3+
# If SELECT query is cached and later if there exists a session
4+
# state then the same SELECT query when run will not send OK packet
5+
# with session state as the result sets is picked from cache. For
6+
# now disabling this test when query_cache is ON.
7+
--source include/have_query_cache_disabled.inc
8+
39
--echo #
410
--echo # WL#7766 Deprecate the EOF packet
511
--echo # This WL can be tested by checking if session state which is sent

0 commit comments

Comments
 (0)