Description:
————
If mysql query is longer as request_slowlog_timeout, connection breaks.
Test script:
<?php
// request_slowlog_timeout = 10s (at /etc/php5/fpm/php-fpm.conf)
// $mysqli =
// ...
$query = "SELECT SLEEP (15)";
$res = $mysqli->query($query);
if (!$res) {
echo $mysqli->error; // Error Code: 2013. Lost connection to MySQL server during query
exit;
}
Expected result:
—————-
connection must be preserved and the request should be executed
tplink5620千兆版有没有itv功能(tplink5620千兆版有itv功能吗)
tplink5620易展版和标准版区别详解(tplink5620易展版和标准版区别是什么)
tplink5620怎么设置无线桥接(tplink5620无线桥接设置方法)
单机离线部署OceanBase3.1.5完整指南
检查前端元素的小技巧整理(适合新手)实用指南
Android使用ViewPager2实现方式简单的轮播图的代码示例实用指南