Search



Search Results
Displaying 1791 to 1800 of 1823 total results
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-reporting-create-saving.html
The preferred way to persist a report is by adding it into a MySQL Shell plugin. A MySQL Shell report must be saved with a file extension of .js for JavaScript code, or .py for Python code, to match the scripting language used for the report.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-json-mysqlsh.html
--extractOidTime=field_name can be used to extract the timestamp from the _id value into a separate field. With the mysqlsh command interface, you invoke the JSON import utility as follows: mysqlsh user@host:port/mydb -- util importJson <path> ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-json-run.html
extractOidTime: "field_name" Recognizes and extracts the timestamp value that is contained in a MongoDB ObjectID in the _id field for a document, and places it into a separate field in the imported data. The JSON import utility requires an existing ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysqlsh.html
If there is an authentication factor with a pending registration, a connection is placed into pending registration mode when attempting to connect to the server. MySQL Shell is an advanced command-line client and code editor for MySQL. In addition ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/use-mysql-shell-execute-script.html
This command line integration enables you to easily integrate AdminAPI into your environment. This enables you to automate processes using AdminAPI with scripts written in JavaScript or Python, which can be run using MySQL Shell's --file option. For ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-data-structures.html
MYSQL_FIELD_OFFSET This is a type-safe representation of an offset into a MySQL field list. This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream interface.
https://dev.mysql.com/doc/c-api/9.7/en/c-api-features.html
The following sections discuss techniques for working with several features of the C API into your applications.
https://dev.mysql.com/doc/c-api/9.7/en/c-api-introduction.html
The default maximum built into the client library is 1GB, but the default maximum in the server is 1MB. The C API provides low-level access to the MySQL client/server protocol and enables C programs to access database contents. The C API code is ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-threaded-clients.html
If a thread does not create the connection to the MySQL database but calls MySQL functions, take the following into account: When you call mysql_init(), MySQL creates a thread-specific variable for the thread that is used by the debug library (among ... This section provides guidance for writing client programs that use the thread-related functions in the MySQL C ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-store-result-nonblocking.html
mysql_store_result_nonblocking() returns an enum net_async_status status indicator and takes a second result argument that is the address of a pointer to a MYSQL_RESULT into which to store the result set. enum net_async_status ...
Displaying 1791 to 1800 of 1823 total results