Search



Search Results
Displaying 361 to 370 of 718 total results
https://dev.mysql.com/doc/refman/8.4/en/static-format.html
It is used when the table contains no variable-length columns (VARCHAR, VARBINARY, BLOB, or TEXT). Note Fixed-length row format is available only for tables having no BLOB or TEXT columns. Of the three MyISAM storage formats, static format is the ...
https://dev.mysql.com/doc/refman/8.4/en/storage-engines.html
Support for FULLTEXT indexes is available in MySQL 5.6 and later.7. Storage engines are MySQL components that handle the SQL operations for different table types. InnoDB is the default and most general-purpose storage engine, and Oracle recommends ...
https://dev.mysql.com/doc/refman/8.4/en/sys-format-bytes.html
Note format_bytes() is deprecated, and subject to removal in a future MySQL version. Applications that use it should be migrated to use the built-in FORMAT_BYTES() function instead. See Section 14.21, “Performance Schema Functions” Given a byte ...
https://dev.mysql.com/doc/refman/8.4/en/sys-format-time.html
Note format_time() is deprecated, and subject to removal in a future MySQL version. Applications that use it should be migrated to use the built-in FORMAT_PICO_TIME() function instead. See Section 14.21, “Performance Schema Functions” Given a ...
https://dev.mysql.com/doc/refman/8.4/en/sys-quote-identifier.html
Given a string argument, this function produces a quoted identifier suitable for inclusion in SQL statements. This is useful when a value to be used as an identifier is a reserved word or contains backtick (`) characters. Example mysql> SELECT ...
https://dev.mysql.com/doc/refman/8.4/en/windows-create-option-file.html
Whichever option file you use, it must be a plain text file. An option file can be created and modified with any text editor, such as Notepad. If you need to specify startup options when you run the server, you can indicate them on the command line ...
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-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 ...
Displaying 361 to 370 of 718 total results