mirror of
https://github.com/php/php-src.git
synced 2026-04-13 19:14:16 +02:00
mysqli_fork: Fix undefined variable
This commit is contained in:
committed by
Gabriel Caruso
parent
d87fdd9a96
commit
cdedc1cb89
@@ -179,7 +179,7 @@ if (!have_innodb($link))
|
||||
|
||||
if ($parent_row != $client_row) {
|
||||
printf("[015] Child indicates different results than parent.\n");
|
||||
var_dump($child_row);
|
||||
var_dump($client_row);
|
||||
var_dump($parent_row);
|
||||
if (!mysqli_query($plink, sprintf($parent_sql, 'stop'))) {
|
||||
printf("[016] Parent cannot inform child\n", mysqli_errno($plink), mysqli_error($plink));
|
||||
|
||||
Reference in New Issue
Block a user