Search



Search Results
Displaying 151 to 160 of 382 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-session-track-get-first.html
int mysql_session_track_get_first(MYSQL *mysql, enum enum_session_state_type type, const char **data, size_t *length) Description MySQL implements a session tracker mechanism whereby the server returns information about session state changes to ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key. Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-table-search.html
total matches: [1000] Search columns of all types check box: If checked, non-text column type columns are cast to CHAR to perform the matches, otherwise only text types (CHAR, VARCHAR, and TEXT) are searched. Find data across a MySQL connection by ...
https://dev.mysql.com/doc/connectors/en/connector-j-query-attributes.html
Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
CharacterSet , Character Set , CharSet Specifies the character set that should be used to encode all queries sent to the server. Results are still returned in the character set of the result data. BlobAsUTF8ExcludePattern Default: null A POSIX-style ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
charset Character Set - The character set to use for the connection. Without this option, parameter binding will be truncated to 255 characters. PAD_SPACE Pad CHAR to full length with space 512 Pad CHAR columns to full column length. On Unix and ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
CharacterSet , Character Set , CharSet Specifies the character set that should be used to encode all queries sent to the server. Results are still returned in the character set of the result data. BlobAsUTF8ExcludePattern Default: null A POSIX-style ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
charset Character Set - The character set to use for the connection. Without this option, parameter binding will be truncated to 255 characters. PAD_SPACE Pad CHAR to full length with space 512 Pad CHAR columns to full column length. On Unix and ...
https://dev.mysql.com/doc/internals/en/defining-filename-extensions.html
Storage engines are required to provide the MySQL server with a list of extensions used by the storage engine with regard to a given table, its data and indexes. Extensions are expected in the form of a null-terminated string array.
https://dev.mysql.com/doc/internals/en/frm-file-format.html
First, let's create an example table, using the mysql client: mysql> CREATE TABLE table1 (column1 CHAR(5)) ENGINE=MYISAM COMMENT '*'; Query OK, 0 rows affected (0.00 sec) The .frm file associated with table1 can be found in the directory that ...
Displaying 151 to 160 of 382 total results