Search



Search Results
Displaying 191 to 200 of 718 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-stored-proc.html
For example, to create a stored procedure named add_emp, use the CommandText property with the default command type (SQL text commands) to execute each individual SQL statement in the context of your command that has an open connection to a server.
https://dev.mysql.com/doc/internals/en/comments-within-boxes.html
Bad example similar to what I found in some tests: ############################################### # # # Some text # # Some text # # # # Author : ..... # # # # Some text # # # ############################################### Please note that this is ... Please work 100% perfect when using boxes made of ...
https://dev.mysql.com/doc/internals/en/error-message-multiple-versions.html
Instead, use the ER_UNKNOWN_ERROR error code, and print a helpful error text with code similar to this: my_printf_error(ER_UNKNOWN_ERROR, "Some error text here, with the '%-.64s' parameter value" MYF(0), a_parameter); This will provide the user with ... It is critical that error codes are identical in all ...
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
BYTES, ENUM Note BYTES is used for all opaque byte strings that may have a charset: TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT VARCHAR, VARBINARY CHAR, BINARY ENUM .length Maximum length of characters of the underlying ... Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
Events use a text-based format, the same as in the cluster log. ndb_logevent_get_latest_error_msg() Description Retrieves the text of the most recent error obtained while trying to read log events. This section provides information about MGM API ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-event-handling.html
The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp. #include <NdbApi.hpp> // Used for cout #include <stdio.h> #include <iostream> #include <unistd.h> ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
Note We refer throughout this Guide to a column of any of MySQL's TEXT or BLOB types as a “blob column”, and its type as “blob”. Each row in an NDB Cluster BLOB or TEXT column is made up of two separate parts. This means that a record of ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
(Bug #31390263) Implemented context managers to define the runtime context to establish when executing a with statement. The error: "ValueError: Datetime mapping scenario unhandled" (Bug #30950184) Because MySQL stores TEXT types as BLOB and JSON as ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed On macOS, the official supported Protobuf version is versions before ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-12-1-0-4-0.html
The help text of the Binary Log Space Exceeds Specified Limit metric was updated. Under certain circumstances, the MyISAM Full Text Configuration metric did not return accurate information. Important This version requires the Oracle Enterprise ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-column-limits.html
MySQL HeatWave has the following column limits: As of MySQL 9.2.2, the maximum column width is 4192192 bytes. In previous versions of MySQL, the maximum column width is 65532 bytes. This includes the size of all the data and column metadata stored ...
Displaying 191 to 200 of 718 total results