--echo# Tests of the AES CFB8 block mode--disable_query_log--disable_result_log--error0,ER_WRONG_VALUE_FOR_VARSETSESSIONblock_encryption_mode='aes-128-cfb8';--enable_query_log--enable_result_logif(`SELECT @@SESSION.block_encryption_mode <> 'aes-128-cfb8'`){skipNocfb8support;}let$block_mode=cfb8;sourceinclude/func_aes_block.inc;SETSESSIONblock_encryption_mode=default;--echo#--echo# End of 5.7 tests--echo#