Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.5Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 611 to 620 of 861 total results
https://dev.mysql.com/doc/refman/8.0/en/session-state-tracking.html
A client can enable these trackers to receive notification of changes to its session state. Uses for Session State Trackers Available Session State Trackers C API Session State Tracker Support Test Suite Session State Tracker Support Uses for ...
https://dev.mysql.com/doc/refman/8.0/en/show-create-table.html
row *************************** Table: t1 Create Table: CREATE TABLE `t1` ( `c1` int NOT NULL, PRIMARY KEY (`c1`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=COMPACT When creating a table with strict mode disabled, ... SHOW CREATE TABLE tbl_name Shows the CREATE TABLE statement that creates the named ...
https://dev.mysql.com/doc/refman/8.0/en/show-create-trigger.html
row *************************** Trigger: ins_sum sql_mode: ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES, NO_ZERO_IN_DATE,NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, NO_ENGINE_SUBSTITUTION SQL Original Statement: CREATE DEFINER=`me`@`localhost` TRIGGER ...
https://dev.mysql.com/doc/refman/8.0/en/show-create-view.html
MySQL lets you use different sql_mode settings to tell the server the type of SQL syntax to support. For example, you might use the ANSI SQL mode to ensure MySQL correctly interprets the standard SQL concatenation operator, the double bar (||), in ... SHOW CREATE VIEW view_name This statement shows the CREATE VIEW statement that creates the named ...
https://dev.mysql.com/doc/refman/8.0/en/signal.html
MySQL ignores the value of the sql_mode system variable; in particular, strict SQL mode does not matter. SIGNAL provides error information to a handler, to an outer portion of the application, or to the client. Also, it provides control over the ...
https://dev.mysql.com/doc/refman/8.0/en/silent-column-changes.html
If strict SQL mode is not enabled, a VARCHAR column with a length specification greater than 65535 is converted to TEXT, and a VARBINARY column with a length specification greater than 65535 is converted to BLOB. In some cases, MySQL silently ...
https://dev.mysql.com/doc/refman/8.0/en/solaris-installation.html
If you enable setuid() core files for the current user, they are generated using mode 600 and are owned by the superuser. Note MySQL 8.0 supports Solaris 11.4 and higher MySQL on Solaris is available in a number of different formats. For ...
https://dev.mysql.com/doc/refman/8.0/en/start-group-replication.html
A server that participates in a group in single-primary mode should use skip_replica_start=ON. START GROUP_REPLICATION [USER='user_name'] [, PASSWORD='user_pass'] [, DEFAULT_AUTH='plugin_name'] Starts group replication. This statement requires the ...
https://dev.mysql.com/doc/refman/8.0/en/string-type-syntax.html
Note Trailing spaces are removed when CHAR values are retrieved unless the PAD_CHAR_TO_FULL_LENGTH SQL mode is enabled. The string data types are CHAR, VARCHAR, BINARY, VARBINARY, BLOB, TEXT, ENUM, and SET. In some cases, MySQL may change a string ...
https://dev.mysql.com/doc/refman/8.0/en/sys-processlist.html
trx_autocommit Whether autocommit mode was enabled when the current transaction started. The MySQL process list indicates the operations currently being performed by the set of threads executing within the server. They provide more complete ...
Displaying 611 to 620 of 861 total results