larastream / internals

Issues board used for Larastream internals discussions.
2 stars 0 forks source link

Thread id is not listed in the MySQL thread list. #74

Closed anonymouse703 closed 5 years ago

anonymouse703 commented 5 years ago

Hello everyone,

When i query this in Login Controller.

public function authenticated(Request $request, $user)
    {   
        $id = DB::select('select connection_id()');
        dd($pdo);
    }

the result of the dd for ex. 8

and when I query in MySQL

show full processlist;

The 8 is not listed in thread id in MySQL.

anonymouse703 commented 5 years ago

I have new issue inline with this