We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0011c5f commit 5b9f861Copy full SHA for 5b9f861
1 file changed
src/yexeed/thrsql/ThreadedSQL.php
@@ -82,6 +82,10 @@ public function check(){
82
return;
83
}
84
while($line = $this->thread->outputs->shift()){
85
+ if($line === "enabled"){
86
+ $this->getLogger()->notice("MysqlWorker enabled!");
87
+ continue;
88
+ }
89
$json = json_decode($line, true);
90
$id = $json['id'];
91
$result = $json['result'];
0 commit comments