DBD-mysql icon indicating copy to clipboard operation
DBD-mysql copied to clipboard

Fix t/05dbcreate.t when configured with --testsocket option

Open vlmarek opened this issue 4 years ago • 0 comments

The 05dbcreate.t test tries to connect to database without a database name specified. It does this by taking the DSN being used and removing the database name. The problem was that the code didn't expect any additional parameters separated by ';' (like database socket) and so removed that part of DSN too.

This fixes #323

vlmarek avatar Jan 29 '21 21:01 vlmarek