Search Results
https://dev.mysql.com/doc/refman/8.4/en/windows-start-service.html
Place your cursor at the end of the text appearing in the space marked Variable Value. On Windows, the recommended way to run MySQL is to install it as a Windows service, so that MySQL starts and stops automatically when Windows starts and stops. A ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-1-0.html
The system variables log_bin_trust_function_creators and log_statements_unsafe_for_binlog, being useful only in the context of statement-based logging, are now also deprecated, and are thus also subject to removal in a future release of MySQL. (WL ...This new verification setting is a percentage of the total characters in the current ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
(Bug #36124625) InnoDB: Found and fixed an assertion failure related to full-text indexes. (Bug #110808, Bug #35330950) Using a default string histogram on a TEXT column raised an assertion due to a collation mismatch when comparing histograms ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-4.html
This meant that the condition to be pushed down was written to a text string with the wrong character set. InnoDB: An assertion failure was raised when creating a FULLTEXT index on a table with an FTS_DOC_ID value greater than 4294967295. (Bug ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.backup.html
If a table containing full-text search (FTS) index is backed up using transportable tablespace (TTS), after it is restored, the FTS index will be corrupted. Please refer to the MySQL Enterprise Backup 8.4 Release Notes for a list of fixed bugs for ...
MySQL Cluster Manager 8.4 User Manual :: 3.3.2 Installing MySQL Cluster Manager on Windows Platforms
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows.html
You should read the license text in the text area, and when you have done so, check the box labelled I accept the terms in the License Agreement. When you start the installer, you may see a Windows Security Warning screen. If you obtained the ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
The buffer_type member of MYSQL_BIND structures indicates the data type of the C language variable bound to a statement parameter or result set column. For input, buffer_type indicates the type of the variable containing the value to be sent to the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-send-long-data.html
It can be called multiple times to send the parts of a character or binary data value for a column, which must be one of the TEXT or BLOB data types. Example The following example demonstrates how to send the data for a TEXT column in chunks. It ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-components.html
The WITH PARSER clause for full-text index creation associates a full-text parser plugin with a given FULLTEXT index. SQL statements: INSTALL PLUGIN registers a plugin in the mysql.plugin table and loads the plugin code. UNINSTALL PLUGIN unregisters ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-data-structures.html
For example, a full-text parser plugin has initialization and deinitialization functions, and a main parsing function. The server invokes these functions when it uses the plugin to parse text. A plugin library file includes descriptor information ...