Search



Search Results
Displaying 1561 to 1570 of 3603 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-tablespace.html
Tablespace Class Overview Tablespace Constructor Tablespace::getAutoGrowSpecification() Tablespace::getDefaultLogfileGroup() Tablespace::getDefaultLogfileGroupId() Tablespace::getExtentSize() Tablespace::getObjectId() Tablespace::getName() ...Return ...
https://dev.mysql.com/doc/refman/8.4/en/declare-condition.html
DECLARE condition_name CONDITION FOR condition_value condition_value: { mysql_error_code | SQLSTATE [VALUE] sqlstate_value } The DECLARE ... CONDITION statement declares a named error condition, associating a name with a condition that needs ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-installation.html
The available scripts differ in the file name used to refer to the script: win_install_firewall.sql linux_install_firewall.sql The installation script creates stored procedures and tables in the firewall database you specify when you run the script.
https://dev.mysql.com/doc/refman/8.4/en/gis-data-formats.html
For example, a WKB value that corresponds to POINT(1 -1) consists of this sequence of 21 bytes, each represented by two hexadecimal digits: 0101000000000000000000F03F000000000000F0BF The sequence consists of the components shown in the following ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-9.html
It is suitable for use with MySQL Server versions 5.5, 5.6, 5.7, and 8.0. Components that support DDLS for tables, including the createTable(), dropTable(), and modifyTable() methods. (WL #11060) Connector/J now takes advantage of the MySQL Server ... Version 8.0.9 Release Candidate is the first release candidate of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming ...
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-sql-scripts.html
Generate DROP SCHEMA Sort Tables Alphabetically When this option is unchecked, tables are sorted according to foreign-key references. Generate USE statements Generate Separate CREATE INDEX Statements Select this option to create separate statements ... Forward engineering enables you to create a script of your database ...
https://dev.mysql.com/doc/internals/en/support-for-insert.html
*/ if (table->next_number_field && buf == table->record[0]) update_auto_increment(); return mi_write(file,buf); } Three items of note in the preceding example include the updating of table statistics for writes, the setting of the timestamp prior to ... Once you have read support in your storage engine, the next feature to implement is support for INSERT ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
Enumeration values Possible values are shown, along with descriptions, in the following table: Table 2.40 NdbError Classification data type values and descriptions Name Description NoError Indicates success (no error occurred) ApplicationError An ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-varlen-encoding.html
Variable-length encoding is automatically applied when tables are loaded into MySQL HeatWave with the exception of string columns defined explicitly as dictionary-encoded columns. You can define the encoding type while creating the table or later ...Variable-length (VARLEN) encoding has the following characteristics: Supports all character sets and collation types supported by the DB System, and expressions with non-boolean ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-components.html
A sink may also write to the Performance Schema error_log table; see Section 29.12.22.2, “The error_log Table”. For a sink component, whether it supports an interface to the Performance Schema error_log table. This section describes the ...
Displaying 1561 to 1570 of 3603 total results