-
Abhishek Ranjan authored
Description: The test fails with the error message 'MySQL server has gone away'. Analysis: The test sets value of innodb_lock_wait_timeout and lock_wait_timeout variable as 1. The test also sets wait_timeout variable value as 1. So, client is disconnected before it can get the error message ER_LOCK_WAIT_TIMEOUT from the server. Test executes successfully if the the value of wait_timeout is increased. FIX : Test will not set the value of wait_timeout variable. Updated result file according to the test.
Abhishek Ranjan authoredDescription: The test fails with the error message 'MySQL server has gone away'. Analysis: The test sets value of innodb_lock_wait_timeout and lock_wait_timeout variable as 1. The test also sets wait_timeout variable value as 1. So, client is disconnected before it can get the error message ER_LOCK_WAIT_TIMEOUT from the server. Test executes successfully if the the value of wait_timeout is increased. FIX : Test will not set the value of wait_timeout variable. Updated result file according to the test.
Loading