Comment 1 for bug 1035271

Revision history for this message
Elena Stepanova (elenst) wrote :

Hi,

I ran your script on MariaDB 5.3.7 (my local installation from a binary tarball), and I didn't hit the issue, both 10 and 11 min work as expected.

What you observe looks like you have wait_timeout=600 configured somewhere for your MariaDB instance (but not for MySQL).

Could you please connect to your servers, both of them, and check the value of wait_timeout?
Only, if you do it with an interactive client, you need to check the GLOBAL value, e.g.

SELECT @@global.wait_timeout;

(It is important because the session timeout would be initialized differently).

Thanks.