Skip to content
  • Abhishek Ranjan's avatar
    cc64690d
    Bug#13924750 - PARTITION_LOCKING_4.TEST LOOSES THE CONNECTION · cc64690d
    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.
    cc64690d
    Bug#13924750 - PARTITION_LOCKING_4.TEST LOOSES THE CONNECTION
    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.
Loading