Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 271 to 280 of 311 total results
https://dev.mysql.com/doc/refman/9.7/en/server-options.html
--log-diagnostic-enable[=value] Command-Line Format --log-diagnostic-name[=true|false] System Variable log_diagnostic_enable Scope Global Dynamic No SET_VAR Hint Applies No Type Boolean Default Value false Enable diagnostic logging. When you start ...
https://dev.mysql.com/doc/refman/9.7/en/set-variable.html
Most of the examples show SET statements that use keyword syntax (for example, GLOBAL or SESSION), but the principles are also true for statements that use the corresponding modifiers (for example, @@GLOBAL. variable: { user_var_name | param_name | ...
https://dev.mysql.com/doc/refman/9.7/en/show-create-procedure.html
SHOW CREATE PROCEDURE proc_name This statement is a MySQL extension. It returns the exact string that can be used to re-create the named stored procedure. A similar statement, SHOW CREATE FUNCTION, displays information about stored functions (see ...
https://dev.mysql.com/doc/refman/9.7/en/show-replica-status.html
SHOW REPLICA STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of the replica threads. The statement requires the REPLICATION CLIENT privilege (or the deprecated SUPER privilege). When run concurrently ...
https://dev.mysql.com/doc/refman/9.7/en/show-table-status.html
(This is also true if the InnoDB table is partitioned.) Avg_row_length The average row length. SHOW TABLE STATUS [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr] SHOW TABLE STATUS works like SHOW TABLES, but provides a lot of information about ...
https://dev.mysql.com/doc/refman/9.7/en/signal.html
This is true whether the SQLSTATE value is specified directly in the SIGNAL statement or in a named condition referred to in the statement. SIGNAL provides error information to a handler, to an outer portion of the application, or to the client.
https://dev.mysql.com/doc/refman/9.7/en/spatial-function-argument-handling.html
Where that is true, those descriptions take precedence over the general discussion here. Spatial values, or geometries, have the properties described in Section 13.4.2.2, “Geometry Class”. Specific functions or groups of functions may have ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-api-using.html
Session variables declared outside stored procedures can be accessed inside stored procedures; the same is true with respect to temporary tables. This section discusses the use of the API in executing and in obtaining and processing results from ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-libraries.html
(This is true of all JavaScript values that you wish to import into another routine; see export, in the Mozilla Developer documentation for more information). This section provides information about and examples of use of JavaScript libraries in ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-llm.html
LLM Constructor LLM.unload() LLM.generate() LLM.embed() LLM.rag() This class represents a large language model. The API also provides convenience methods; see Section 27.3.10.8, “Convenience Methods”. Both versions of these methods support ...
Displaying 271 to 280 of 311 total results