Search



Search Results
Displaying 261 to 270 of 740 total results
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
Each message line consists of a tab, a short language code, a space, and the text of the error message within double quote ('"') characters. Be aware that if you make a mistake editing a message text file, comp_err prints a cryptic error message and ... The file you edit to add a new error message depends on your version of MySQL: MySQL 5.0.3 up to 5.5: Edit errmsg.txt MySQL 5.5 and up: Edit errmsg-utf8.txt In either case, comp_err generates the header files automatically during the MySQL build ...
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/query-event.html
Binlog::QUERY_EVENT: The query event is used to send text querys right the binlog. Q_INVOKERS 1-byte length + <length> bytes username and 1-byte length + <length> bytes hostname Q_UPDATED_DB_NAMES 1-byte count + <count> \0 terminated string ...
https://dev.mysql.com/doc/internals/en/rows-query-event.html
Binlog::RowsQueryEvent: Query that caused the following ROWS_EVENT Payload 1 length string.EOF query text Fields length (1) -- ignored query (string.EOF) -- query text of the current ROWS_EVENT .
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
Figure 5.2 Filter Available Products Reset one or more of the following fields to modify the list of available products: Text: Filter by text. This section describes the MySQL Installer product catalog, the dashboard, and other actions related to ...
https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
Invalid tokens generate a descriptive error message along with a red X icon and red token text. When all tokens resolve as valid (green text without an X icon), you can click OK to save the changes. Root Account Password Assigning a root password ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-error-handling.html
This section provides information about MGM API functions used for error handling. Each MGM API error is characterised by an error code and an error message. There may also be an error description that provides additional information about the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
Each listing also includes the error's NDB error type, the corresponding MySQL Server error, and the text of the error message. Create foreign key failed - child table has Blob or Text column and on-delete-cascade is not allowed 21040 MySQL error.
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now also supports the legacy API based on JDBC4. Applications written against the JDBC4-based API of Connector/C++ 1.1 can be also ...
Displaying 261 to 270 of 740 total results