[MDEV-27357] Can't find 'boot_DBD__MariaDB' in Windows/StrawberryPerl Created: 2021-12-24 Updated: 2021-12-24 Resolved: 2021-12-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | libmariadb |
| Affects Version/s: | 10.6.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Aza D. Oberman | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | bug | ||
| Environment: |
Windows 10 Pro (64) &, strawberry-perl-5.32.1.1-64bit |
||
| Description |
|
ERROR MESSAGE:
COMPLETE PERL SCRIPT TO DEMONSTRATE ERROR:
ENVIRONMENT
StrawberryPerl
MariaDB:
my.ini:
SELECT @@log_error returns M:\MariaDB\data\Lab02.err which is empty. |
| Comments |
| Comment by Sergei Golubchik [ 2021-12-24 ] |
|
We don't maintain DBD::MariaDB, please report the bug to the DBD::MariaDB project at https://github.com/gooddata/DBD-MariaDB/issues |
| Comment by Aza D. Oberman [ 2021-12-24 ] |
|
So the mySQL Client (MariaDB 10.6 (x64)) installed on Windows along with MariaDB does not rely on the DBD::MariaDB Perl driver? The mySQL Client command line interface seems to work perfectly. |
| Comment by Sergei Golubchik [ 2021-12-24 ] |
|
Correct. The command-line client is written in C++ and does not need DBD::MariaDB or perl in general. |