Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Fixed
-
8.0.20-11, 5.7.31-34
-
None
Description
"include/wait_until_connected_again.inc" uses the
"explicit_default_counter" parameter, not
"explicit_default_wait_counter" as defined
--let $explicit_default_wait_counter=10000;
in the following files
mysql-test/suite/auth_sec/t/keyring_udf.test
mysql-test/suite/innodb/t/table_encrypt_fts.test
mysql-test/suite/innodb/t/tablespace_encrypt_1.test
mysql-test/suite/innodb/t/tablespace_encrypt_2.test
mysql-test/suite/innodb/t/tablespace_encrypt_3.test
mysql-test/suite/innodb/t/tablespace_encrypt_4.test
mysql-test/suite/innodb/t/tablespace_encrypt_5.test
mysql-test/suite/innodb/t/tablespace_encrypt_6.test
mysql-test/suite/innodb/t/tablespace_encrypt_7.test
mysql-test/suite/innodb/t/tablespace_encrypt_8.test
mysql-test/suite/innodb/t/tablespace_encrypt_9.test
There is also a typo ("explict" instead of "explicit")
--let $explict_default_wait_counter=10000
in mysql-test/suite/innodb/t/mysql_ts_alter_encrypt_1.test