1
This commit is contained in:
parent
45762f658a
commit
4fe02ab504
@ -35,6 +35,7 @@ function checkRedisConfig()
|
|||||||
function getMysqlConfig($hash_value)
|
function getMysqlConfig($hash_value)
|
||||||
{
|
{
|
||||||
if ($hash_value < 0) {
|
if ($hash_value < 0) {
|
||||||
|
error_log('callstack:' . json_encode(debug_backtrace(), JSON_PRETTY_PRINT));
|
||||||
die('hash_value < 0 ' . $hash_value);
|
die('hash_value < 0 ' . $hash_value);
|
||||||
}
|
}
|
||||||
global $g_conf_mysql_cluster;
|
global $g_conf_mysql_cluster;
|
||||||
@ -45,6 +46,7 @@ function getMysqlConfig($hash_value)
|
|||||||
function getRedisConfig($hash_value)
|
function getRedisConfig($hash_value)
|
||||||
{
|
{
|
||||||
if ($hash_value < 0) {
|
if ($hash_value < 0) {
|
||||||
|
error_log('callstack:' . json_encode(debug_backtrace(), JSON_PRETTY_PRINT));
|
||||||
die('hash_value < 0 ' . $hash_value);
|
die('hash_value < 0 ' . $hash_value);
|
||||||
}
|
}
|
||||||
global $g_conf_redis_cluster;
|
global $g_conf_redis_cluster;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user