mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-31003: Second execution for ps-protocol
This patch adds for "--ps-protocol" second execution of queries "SELECT". Also in this patch it is added ability to disable/enable (--disable_ps2_protocol/--enable_ps2_protocol) second execution for "--ps-prototocol" in testcases.
This commit is contained in:
@ -276,6 +276,7 @@ DROP TABLE t1;
|
||||
# Test usage of the KEY_CACHE table from information schema
|
||||
# for a simple key cache
|
||||
|
||||
--disable_ps2_protocol
|
||||
set global key_buffer_size=@save_key_buffer_size;
|
||||
set global key_cache_block_size=@save_key_cache_block_size;
|
||||
select @@key_buffer_size;
|
||||
@ -536,6 +537,7 @@ set global keycache2.key_buffer_size=0;
|
||||
set global key_buffer_size=@save_key_buffer_size;
|
||||
set global key_cache_segments=@save_key_cache_segments;
|
||||
set global key_cache_file_hash_size=@save_key_cache_file_hash_size;
|
||||
--enable_ps2_protocol
|
||||
|
||||
# End of 5.2 tests
|
||||
|
||||
|
Reference in New Issue
Block a user