[MariaDB developers] Re: Community request: audit the PARSEC plugin

2024-10-16 Thread Vladislav Vaintroub via developers
Currently, no third-party connectors support PARSEC, which is understandable since we haven’t made any efforts to publicize it. Therefore, there’s no need to test PARSEC against third-party connectors at this stage, as the outcome is already predictable. These third-party connectors include PHP,

[MariaDB developers] Re: 4ffb583d72f: MDEV-32537 Validate my_thread_set_name parameter against performance schema names.

2024-06-09 Thread Vladislav Vaintroub via developers
Hi Sergei, I do not think we can use mysql_thread_create() to automatically name the thread. Performance schema might be 1) not compiled in , so we can't know the thread names in mysql_thread_create 2) not enabled at runtime, and this is default behavio, we can't know thread names in mysql_thread_

[MariaDB developers] Re: 175adef14ef: MDEV-32537 due to Linux, restrict thread name 15 characters, also in PS.

2024-06-09 Thread Vladislav Vaintroub via developers
Neither am I aware of any tool, that would use hardcoded perfschema thread names for anything. If there was something worthy, we would be aware by now, 15years after perfschema debut. So, how do we proceed with this? We can leave the check against perfschema names as it currently stands, wait an

[MariaDB developers] Re: MariaDB/MySQL wire protocol ownership and MariaDB Connector C source code hosting?

2024-04-12 Thread Vladislav Vaintroub via developers
 Hi Otto, I wanted to provide some clarification regarding the ownership and modification of the wire protocol It's crucial to understand that the wire protocol is not solely an interplay between MariaDB Server and MariaDB Connector/C. Instead, it involves a more intricate interaction among existin

[MariaDB developers] Re: d25ab9fdfa1: MDEV-31608 - Connector/NET fails to connect since 10.10

2023-11-30 Thread Vladislav Vaintroub via developers
Hi Serg, >> A test was added, that uses MySql.Data from powershell - only works >> if MySql.Data is installed into GAC (i.e with C/NET MSI package) > >please, make sure that MySql.Data is installed on at least one buildbot >builder. It is on 3 buildbot builders now .There is 8.0.31 version of the