MySqlConnector
MySqlConnector copied to clipboard
MySQL Connector for .NET
**Software versions** MySqlConnector version: 2.2.5 Server type (MySQL, MariaDB, Aurora, etc.) and version: Mysql 8 .NET version: 6 (Optional) ORM NuGet packages and versions: **Describe the bug** A clear and...
**Software versions** MySqlConnector version: 2.1.0 Server type (MySQL, MariaDB, Aurora, etc.) and version: Azure MySQL 8.0 .NET version: (Optional) ORM NuGet packages and versions: 4.7.2 **Describe the bug** We have...
The `CommandBehavior.SequentialAccess` flag is a hint to the ADO.NET library that rows should not be buffered in memory before being returned. This could reduce memory usage and improve performance for...
`MySqlDataSource` has methods to create connections and commands. It might be a performance enhancement (from creating less garbage) to pool and reuse these objects. Disposing a `MySqlConnection` or `MySqlCommand` would...
https://github.com/dotnet/EntityFramework.Docs/blob/main/entity-framework/core/what-is-new/ef-core-8.0/plan.md#aot-and-trimming-for-adonet > We will also work with the authors of other ADO.NET data providers to help make them AOT and trimming friendly. See https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming for helpful information.
Hello. I am using your library in the online game server. Everything works fine, only sometimes and when there are many users in the game, the following error is displayed...
When MySqlConnector performs a connection reset, it also issues a `SET NAMES` statement (see https://github.com/mysql-net/MySqlConnector/issues/66) to work around https://bugs.mysql.com/bug.php?id=97633. MariaDB doesn't have this bug: https://jira.mariadb.org/browse/MDEV-18281. Although we currently have pipelining...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html: > The unused `INFORMATION_SCHEMA.TABLESPACES` table, deprecated in MySQL 8.0.22, has now been removed. Remove support for this schema from MySqlConnector.
From @Kation: Same issues with 2.2.5 ``` at MySqlConnector.MySqlConnection.SetActiveReader(MySqlDataReader dataReader) in /_/src/MySqlConnector/MySqlConnection.cs:line 884 at MySqlConnector.MySqlDataReader.CreateAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary`2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken)...
**Software versions** MySqlConnector version: 2.3.7 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySql 8.0.3 .NET version: .net 8.0 (Optional) ORM NuGet packages and versions: Dapper 2.1.44 **Describe the bug**...