Re: [Maria-discuss] Windows C connector 3.1.6

2020-01-13 Thread Kenneth Penza
Good morning, I have checked further and it looks that the package is not available as it is not compiling as per ( https://buildbot.askmonty.org/buildbot/builders/win-connector_c_3). Regards Kenneth On Mon, Dec 23, 2019 at 11:38 AM Kenneth Penza wrote: > Hi, > > I am trying to

[Maria-discuss] Windows C connector 3.1.6

2019-12-23 Thread Kenneth Penza
Hi, I am trying to download the Windows C connector 3.1.6 build to test an SSL issue, however the Windows packages are not available from Connector-c-3.1.6 . On checking the Connector-c-3.1.5 release, the required files are

Re: [Maria-discuss] SSL issue with Windows MariaDB client

2019-10-29 Thread Kenneth Penza
Just a small update, MDEV-13492 updated with the mentioned details. Kenneth On Sat, Oct 26, 2019 at 2:45 PM Kenneth Penza wrote: > Hi Vladislav, > > Thanks for the feedback. I will update MDEV-13492 ( > https://jira.mariadb.org/browse/MDEV-13492) with the setup details, &

Re: [Maria-discuss] SSL issue with Windows MariaDB client

2019-10-26 Thread Kenneth Penza
MySQL client does not fail, it is using the same SSL > implementation (openssl) on the both client and server side. > > > > *From: *Kenneth Penza > *Sent: *Friday, 25 October 2019 11:07 > *To: *Mailing-List mariadb > *Subject: *[Maria-discuss] SSL issue with Windows MariaDB cl

[Maria-discuss] SSL issue with Windows MariaDB client

2019-10-25 Thread Kenneth Penza
Good morning, Whilst testing SSL of a MariaDB server version 10.4.8 running Linux from a Windows 10 machine I noted that connection using MySQL client (mysql-8.0.18-winx64) connects successfully, however connections with MariaDB client (mariadb-10.4.8-winx64) fails. In case of MariaDB I have

Re: [Maria-discuss] Performance tuning sought for MariaDB

2019-10-07 Thread Kenneth Penza
Opening many connections will cause issues, especially if each thread is running a sub-optimal query. Try to decrease the number of connections, one-way can be using message queues. Tuning the database I/O is important, ensure you are using a separate mount point for /var/lib/mysql and mount it

Re: [Maria-discuss] MariaDB 10.3 and largepages on Linux

2018-09-26 Thread Kenneth Penza
18 at 1:01 AM Daniel Black wrote: > On Tue, 25 Sep 2018 10:48:01 +0200 > Kenneth Penza wrote: > > > Good morning, > > > Good morning, > > Thanks for the detailed bug report. As the contributor of this feature > I'm happy to try to work this out. First I'l

Re: [Maria-discuss] MariaDB 10.3 and largepages on Linux

2018-09-25 Thread Kenneth Penza
On Tue, Sep 25, 2018 at 12:22 PM Marko Mäkelä wrote: > Hi Kenneth, > > > Do you have ideas on what is causing "InnoDB: Failed to set memory to > DODUMP: Invalid argument ptr .. " warning? > > The message that you are seeing is due to > MDEV-10814: Innodb large allocations - madvise - Don't dump

[Maria-discuss] MariaDB 10.3 and largepages on Linux

2018-09-25 Thread Kenneth Penza
Good morning, I am currently running RHEL 7.5 and MariaDB 10.3.9. After setting "large_pages=on" I noticed that MariaDB is reporting an error on startup and shutdown as per below output. To use large pages I modified /etc/sysctl.conf, /etc/security/limits.conf and the systemd unit file. By

Re: [Maria-discuss] Installing MariaDB Alongside MySQL

2018-05-15 Thread Kenneth Penza
> On 05/12/2018 11:56 PM, Kenneth Penza wrote: > > > I have installed a new Ubuntu VM 16.04, installed MySQL 5.7 from Ubuntu > repositories and MariaDB using the outline provided in the link > https://ubuntuforums.org/showthread.php?t=2391680=13765881#post13765881 and >

[Maria-discuss] Aria_pack error

2018-02-22 Thread Kenneth Penza
Good afternoon, I am currently working on MariaDB version 10.1.26-MariaDB-1~yakkety running on Ubuntu 16.10 and have encountered an error whilst using aria_pack. The process used to generate the tables is as follows: 1) create table SQL script 2) shutdown MariaDB (systemctl shutdown

[Maria-discuss] Aria_pack error

2017-10-27 Thread Kenneth Penza
Good afternoon, I am currently working on MariaDB version 10.1.26-MariaDB-1~yakkety running on Ubuntu 16.10 and have encountered an error whilst using aria_pack. The process used to generate the tables is as follows: 1) create table SQL script 2) shutdown MariaDB (systemctl shutdown