Search



Search Results
Displaying 211 to 220 of 1942 total results
https://dev.mysql.com/doc/internals/en/custom-engine-source-files.html
After you have copied and renamed the files you must replace all instances of EXAMPLE and example with the name of your storage engine. The easiest way to implement a new storage engine is to begin by copying and modifying the EXAMPLE storage ...
https://dev.mysql.com/doc/internals/en/heap-directory.html
All the MySQL table handlers (that is, the handlers that MySQL itself produces) have files with similar names and functions. Thus, this (heap) directory contains a lot of duplication of the myisam directory (for the MyISAM table handler). Such ...
https://dev.mysql.com/doc/internals/en/myisam-directory.html
They are: mi_cache.c --- for reading records from a cache mi_changed.c --- a single routine for setting a "changed" flag (very short) mi_check.c --- for checking and repairing tables. Can be used to exactly replay a set of changes to a table.
https://dev.mysql.com/doc/internals/en/scripts-directory.html
Linux programmers use it where Windows programmers would use a *.bat (batch filename extension). Can be safely run during any upgrade to get the newest MySQL privilege tables mysql_install_db.sh --- Create privilege tables and func table ...
https://dev.mysql.com/doc/internals/en/transactions-notes-on-ddl-and-normal-transaction.html
And finally there is a group of DDL statements such as RENAME/DROP TABLE, which don't start new transactions and don't commit. DDL statements and operations with nontransactional engines do not "register" in thd->transaction lists, and thus do not ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
The solution is to repair the Microsoft Visual C++ 2017 Redistributable via the Windows Control Panel to recreate the registry keys needed for the runtime detection. Unlike the standalone MSIs, MySQL Installer for Windows contains a workaround for ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-24.html
Additionally, Connector/C++ was trying to fetch the value of the max_statement_time system variable, which has been renamed to max_execution_time. Typically, the client would see Lost connection to MySQL server during query (CR_SERVER_LOST) or MySQL ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-0-0.html
For the X DevAPI packages, the base name changed from libmysqlcppconn8 to libmysqlcppconnx, and the DEB package is renamed from libmysqlcppconn8-2 to libmysqlcppconnx2. Functionality Added or Changed Bugs Fixed Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
(Bug #28383721, Bug #91751) Entity Framework Core: A syntax error was generated during an operation attempting to rename a table that was previously migrated from code. Functionality Added or Changed Bugs Fixed Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string option was deprecated in the Connector/NET 8.0.23 release and removed in the Connector/NET 8.0.24 release. The ...
Displaying 211 to 220 of 1942 total results