The currrent version of MariaDB on VMS is 5.5 (the basic offfspring of MySQL 5.5) but this is quite out-of-date. Current open source programs often require MariaDB 10, more precise: 10.6. Is there a chance that VSI - or any C/C++ guru - will port this to VMS?
(I have no knowlegde of DB internals or C/C++, so I cannot do this)
MariaDB 10
-
Topic author - Valued Contributor
- Posts: 91
- Joined: Fri Jul 12, 2019 1:59 pm
- Reputation: 0
- Location: Netherlands
- Status: Offline
- Contact:
MariaDB 10
Last edited by willemgrooters on Fri Sep 16, 2022 12:23 pm, edited 1 time in total.
-
- Senior Member
- Posts: 531
- Joined: Fri Apr 17, 2020 7:31 pm
- Reputation: 0
- Location: Rhode Island, USA
- Status: Offline
- Contact:
Re: MariaDB 10
According to Mark Berryman in some old comp.os.vms thread then newer MariaDB versions require a newer C++ standard than what the traditional VMS C++ compiler supports, so we have to wait for CLang on VMS x86-64.
-
- Site Admin
- Valued Contributor
- Posts: 96
- Joined: Tue May 21, 2019 6:56 am
- Reputation: 0
- Status: Offline
Re: MariaDB 10
Willem,willemgrooters wrote: ↑Fri Sep 16, 2022 12:23 pmThe currrent version of MariaDB on VMS is 5.5 (the basic offfspring of MySQL 5.5) but this is quite out-of-date. Current open source programs often require MariaDB 10, more precise: 10.6. Is there a chance that VSI - or any C/C++ guru - will port this to VMS?
(I have no knowlegde of DB internals or C/C++, so I cannot do this)
Generally, Arne is right. Until a newer C++ standard is available on OpenVMS, it is impossible to port MariaDB 10.x. As soon as Clang reaches maturity on OpenVMS, we will definitely look at porting MariaDB 10.
Run to the bedroom, In the suitcase on the left You'll find my favorite axe.
-
- Active Contributor
- Posts: 41
- Joined: Tue Jan 10, 2023 10:41 am
- Reputation: 0
- Location: Waterloo, Ontario, Canada
- Status: Offline
- Contact:
Re: MariaDB 10
At this point in time I would gladly accept mariadb-5 for no other reason than to install the client software so that I can connect to a remote database (MariaDB or MySQL) from DCL. As I understand it, a C11 compatible C compiler is not required to build mariadb-5
-
- Active Contributor
- Posts: 43
- Joined: Sat Sep 02, 2023 1:31 pm
- Reputation: 0
- Location: Colorado Springs, CO, USA
- Status: Offline
Re: MariaDB 10
I have reported a couple of bugs on the C compiler. I can't build MariaDB until they are resolved. I'll be trying again once the next update is released.