Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
--debug[=debug_options], -# [debug_options] Command-Line Format --debug[=debug_options] Type String Default Value d:t:o Write a debugging log. --default-character-set=charset_name Command-Line Format --default-character-set=charset_name Type String ... The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes ...
https://dev.mysql.com/doc/refman/8.4/en/storage-requirements.html
InnoDB Table Storage Requirements NDB Table Storage Requirements Numeric Type Storage Requirements Date and Time Type Storage Requirements String Type Storage Requirements Spatial Type Storage Requirements JSON Storage Requirements The storage ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
Character Set Support Deprecation and Removal Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports MySQL servers configured to use utf8mb4 as the default character set. If a user creates a ... MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-33.html
Collection<T> now includes these new methods: Add(Object[]) (replaces the Add(T) method) Count() CreateIndex(String, Object) DropIndex(String) Find(String) GetOne(Object) Modify(String) Remove(String) RemoveOne(Object) (Bug #31182148, WL #15476) ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: The format of document ID values generated when adding documents to a collection has changed. It is still a string of 32 hexadecimal digits based on UUID, but ... MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
A single IndexField description consists of the following fields: field: a string with the full document path to the document member or field to be indexed type: a string for one of the supported column types to map the field to (see Field Data ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-indexing.html
A single IndexField description consists of the following fields: field: a string with the full document path to the document member or field to be indexed type: a string for one of the supported column types to map the field to (see Field Data ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-indexing.html
A single IndexField description consists of the following fields: field: a string with the full document path to the document member or field to be indexed type: a string for one of the supported column types to map the field to (see Field Data ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-event-fields.html
Related to it, an error event may also include an optional label field representing the priority as a string. err_symbol The event error symbol, as a string (for example, 'ER_DUP_KEY'). SQL_state The event SQLSTATE value, as a string (for example, ... Error events intended for the error log contain a set of fields, each of which consists of a key/value ...
https://dev.mysql.com/doc/refman/8.4/en/set.html
A SET is a string object that can have zero or more values, each of which must be chosen from a list of permitted values specified when the table is created. See String Type Storage Requirements for storage requirements for the SET type. See ...SET ...