PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/federated-description.html
Instead, the table definition includes a connection string that points to the remote table. The local server communicates with the remote server using MySQL client C API functions. When you create a table using one of the standard storage engines ...
https://dev.mysql.com/doc/refman/5.7/en/fulltext-search-mecab.html
The full-text search syntax described in Section 12.9, “Full-Text Search Functions” applies to the MeCab parser plugin. The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and ...
https://dev.mysql.com/doc/refman/5.7/en/identifier-case-sensitivity.html
That is true for names of cursors, conditions, procedures, functions, savepoints, stored routine parameters, stored program local variables, and plugins. File system case sensitivity can affect searches in string columns of INFORMATION_SCHEMA tables. In MySQL, databases correspond to directories within the data ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-autocommit-commit-rollback.html
Some APIs also offer separate special transaction commit and rollback functions or methods. If autocommit mode is enabled, each SQL statement forms a single transaction on its own. By default, MySQL starts the session for each new connection with ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-limitations-multiple-nodes.html
Stored procedures, stored functions, triggers, and scheduled events are all supported by tables using the NDB storage engine, but these do not propagate automatically between MySQL Servers acting as Cluster SQL nodes, and must be re-created ...The ...
https://dev.mysql.com/doc/refman/5.7/en/MySQLInstallerConsole.html
MySQLInstallerConsole.exe provides command-line functionality that is similar to MySQL Installer. --connection-validation-urls=url_list A double-quote enclosed and comma-separated string that defines the list of URLs to use for checking the ...This ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-statement-digests.html
Warning Setting the max_digest_length system variable to zero disables digest production, which also disables server functionality that requires digests. The MySQL server is capable of maintaining statement digest information. The digesting process ...
https://dev.mysql.com/doc/refman/5.7/en/populating-spatial-columns.html
In a C program, you can escape a binary value using mysql_real_escape_string_quote() and include the result in a query string that is sent to the server. After you have created spatial columns, you can populate them with spatial data. Values should ...
https://dev.mysql.com/doc/refman/5.7/en/precision-math-decimal-characteristics.html
For a full explanation of the internal format of DECIMAL values, see the file strings/decimal.c in a MySQL source distribution. The format is explained (with an example) in the decimal2bin() function. This section discusses the characteristics of ...
https://dev.mysql.com/doc/refman/5.7/en/rewriter-query-rewrite-plugin-usage.html
Parameter markers can be used only where data values should appear, and they cannot be used for SQL keywords, identifiers, functions, and so on. To enable or disable the plugin, enable or disable the rewriter_enabled system variable. By default, ...