MariaDB v10 update

Talk about commercial or opensource products that already exist for OpenVMS or may be available in the future.
Post Reply

Topic author
mberryman
Active Contributor
Posts: 27
Joined: Sat Sep 02, 2023 1:31 pm
Reputation: 0
Location: Colorado Springs, CO, USA
Status: Offline

MariaDB v10 update

Post by mberryman » Thu Dec 07, 2023 4:16 pm

I have placed a selection of MariaDB clients, from MariaDB v10.11.6 at
https://theberrymans.com/php_kits/maria ... lients.zip

Code: Select all

$ unzip -l mariadb-10_11_6_clients.zip
Archive:  mariadb-10_11_6_clients.zip;1
  Length      Date    Time    Name
---------  ---------- -----   ----
 57771520  12-07-2023 12:39   mysql.exe
 56886272  12-07-2023 12:39   mysqladmin.exe
 58280448  12-07-2023 12:39   mysqlbinlog.exe
 56879104  12-07-2023 12:39   mysqlcheck.exe
 57117696  12-07-2023 12:39   mysqldump.exe
 56868864  12-07-2023 12:39   mysqlimport.exe
 56856576  12-07-2023 12:39   mysqlshow.exe
 56916480  12-07-2023 12:39   mysqlslap.exe
 58456064  12-07-2023 12:40   mysqltest.exe
 46846464  12-07-2023 12:39   mysql_plugin.exe
 47344640  12-07-2023 12:39   mysql_upgrade.exe
---------                     -------
610224128                     11 files

The server, however, is currently a work in progress. Right now, I am trying to decide how to address the prevalent use of thread_local declarations. So I am curious, is thread_local in the queue to be implemented in clang or is it not currently planned for implementation.

User avatar

neilrieck
Contributor
Posts: 21
Joined: Tue Jan 10, 2023 10:41 am
Reputation: 0
Location: Waterloo, Ontario, Canada
Status: Offline
Contact:

Re: MariaDB v10 update

Post by neilrieck » Sat Dec 16, 2023 8:38 am

This is great new and allow me to thankyou on behalf of the VMS/OpenVMS community for your efforts. Our shop runs in a heterogeneous environment with half our servers running OpenVMS whist the other half run CentOS-7.9 (soon to be AlmaLinux-8), Your client will allow our OpenVMS front-end platforms to connect to MariaDB-10 on our Linux backend.

Post Reply