H.Merijn Brand

Results 90 comments of H.Merijn Brand

Inserting this ``` c #ifdef MARIADB_CLIENT_VERSION_STR #ifndef MARIADB_BASE_VERSION #define MARIADB_BASE_VERSION MARIADB_CLIENT_VERSION_STR #endif #endif ``` on line dbdimp.h#86 fixes the `ifdef` fail, but, as `MARIADB_BASE_VERSION` is now defined, ``` c #if...

And for the two warning cases, they silence with ``` c buffer->is_null= (char*) &(fbh->is_null); buffer->error= (char*) &(fbh->error); ```

With this still applied to enable compilation: ``` C #ifdef MARIADB_CLIENT_VERSION_STR #ifndef MARIADB_BASE_VERSION #define MARIADB_BASE_VERSION MARIADB_CLIENT_VERSION_STR #endif #endif ``` Make passes on c41f1c097300cc0b3cb3970b1a270884c7c7795b but `make test` fails with ``` "/pro/bin/perl5.26.0"...

Yes, you did! 👍 current result with my SSL defines still in place: ``` Test Summary Report ------------------- t/15reconnect.t (Wstat: 139 Tests: 14 Failed: 0) Non-zero wait status: 139 Parse...

FWIW this is git checkout bec4df47f527883033fde19e5fdf5d636c7ec20a on OIC 19.13 to a 19.3 database Linux 5.3.18-lp152.106-preempt [openSUSE Leap 15.2] x86_64 gcc (SUSE Linux) 7.5.0

If you have access to your `tnanames.ora`, use `$TWO_TASK` and add an entry like ``` conn_name = ( DESCRIPTION = ( ADDRESS_LIST = ( ADDRESS = ( HOST = db-host...

That is an archaïc perl version. A 32-bit 5.8.8. Any specific reason you use that old version? And if you have the 5.28, why do you still want it to...

There are many reasons why HP made those choices, however inconvenient they are. As in PA-RISC era, 32bit and 64bit could not be mixed. In the beginning you even needed...

``` 🐧 ux pc09 Linux 5.14.21-150400.24.97-default [openSUSE Leap 15.4] HP Z4G4 Xeon(R) W-2245 CPU @ 3.90GHz/3900(16 cores) x86_64 31810 Mb 🐧 which docker /usr/bin/docker 🐧 rpm -qf /usr/bin/docker docker-24.0.7_ce-150000.190.4.x86_64 🐧...

Given it is an OS error and not a perl error and assuming that this specific case will never get an update from HP (at least not on the box...