MySQL 5.6 Release Notes
Symbols | A | B | C | D | E | I | L | N | O | R | X
-
!
!=
&
>
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 12.3.1, “Operator Precedence”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
>>
>=
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 12.3.1, “Operator Precedence”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
<
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 12.3.1, “Operator Precedence”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
- Section 3.3.4.6, “Working with NULL Values”
<>
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 12.3.1, “Operator Precedence”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
- Section 3.3.4.6, “Working with NULL Values”
<<
<=
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 12.3.1, “Operator Precedence”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
<=>
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 12.3.1, “Operator Precedence”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
- Section 12.2, “Type Conversion in Expression Evaluation”
*
+
/
:=
=
- Section 12.3.4, “Assignment Operators”
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 12.3.1, “Operator Precedence”
- Section C.4, “Restrictions on Subqueries”
- Section 13.7.4, “SET Syntax”
- Section 12.5.1, “String Comparison Functions”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
- Section 9.4, “User-Defined Variables”
- Section 3.3.4.6, “Working with NULL Values”
^
|
||
~
AND
- Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
- Section 13.1.17, “CREATE TABLE Syntax”
- Section 8.2.1.4, “Index Merge Optimization”
- Section 12.3.3, “Logical Operators”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 8.2.1.18.4, “Optimizing Subqueries with EXISTS Strategy”
- Section C.4, “Restrictions on Subqueries”
- Section 8.2.1.20, “Row Constructor Expression Optimization”
- Section 3.6.7, “Searching on Two Keys”
- Section 3.3.4.2, “Selecting Particular Rows”
- Section 12.5.1, “String Comparison Functions”
- Section 8.2.1.4.1, “The Index Merge Intersection Access Algorithm”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
- Section 20.5.2, “View Processing Algorithms”
BETWEEN
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
- Section 12.2, “Type Conversion in Expression Evaluation”
BINARY
CASE
CASE value WHEN END
CASE WHEN END
CASE WHEN expr1 = expr2 THEN NULL ELSE expr1 END
DIV
expr BETWEEN min AND max
expr LIKE pat
expr NOT BETWEEN min AND max
expr NOT LIKE pat
expr NOT REGEXP pat
expr NOT RLIKE pat
expr REGEXP pat
expr RLIKE pat
expr1 SOUNDS LIKE expr2
IS boolean_value
IS NOT boolean_value
IS NOT NULL
IS NULL
- Section 12.3.2, “Comparison Functions and Operators”
- Section 8.8.2, “EXPLAIN Output Format”
- Section 8.2.1.8, “IS NULL Optimization”
- Section 8.2.1.18.4, “Optimizing Subqueries with EXISTS Strategy”
- Section B.5.4.3, “Problems with NULL Values”
- Section 5.1.4, “Server System Variables”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
- Section 3.3.4.6, “Working with NULL Values”
LIKE
- Section 6.2.5, “Access Control, Stage 2: Request Verification”
- Section 12.10, “Cast Functions and Operators”
- Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
- Section 21.32, “Extensions to SHOW Statements”
- Section 13.8.3, “HELP Syntax”
- Section A.11, “MySQL 5.6 FAQ: MySQL Chinese, Japanese, and Korean Character Sets”
- Section 18.6.11, “MySQL Cluster Replication Conflict Resolution”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 4.5.1.4, “mysql Server-Side Help”
- Section 12.3.1, “Operator Precedence”
- Section 3.3.4.7, “Pattern Matching”
- Section 22.2.3.3.1, “Pre-Filtering by Instrument”
- Section 18.5.9, “Quick Reference: MySQL Cluster SQL Statements”
- Section 17.1.4.3, “Replication Slave Options and Variables”
- Section 13.7.5.4, “SHOW CHARACTER SET Syntax”
- Section 13.7.5.5, “SHOW COLLATION Syntax”
- Section 13.7.5.6, “SHOW COLUMNS Syntax”
- Section 13.7.5.15, “SHOW DATABASES Syntax”
- Section 13.7.5.19, “SHOW EVENTS Syntax”
- Section 13.7.5.25, “SHOW OPEN TABLES Syntax”
- Section 13.7.5.29, “SHOW PROCEDURE STATUS Syntax”
- Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”
- Section 13.7.5.36, “SHOW STATUS Syntax”
- Section 13.7.5.37, “SHOW TABLE STATUS Syntax”
- Section 13.7.5.38, “SHOW TABLES Syntax”
- Section 13.7.5.39, “SHOW TRIGGERS Syntax”
- Section 13.7.5.40, “SHOW VARIABLES Syntax”
- Section 6.2.3, “Specifying Account Names”
- Section 12.5.1, “String Comparison Functions”
- Section 9.1.1, “String Literals”
- Section 5.1.5.1, “Structured System Variables”
- Section 11.4.1, “The CHAR and VARCHAR Types”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
- Section 11.4.5, “The SET Type”
- Section 5.1.5, “Using System Variables”
LIKE 'pattern'
LIKE ... ESCAPE
NOT REGEXP
OR
- Section 9.5, “Expression Syntax”
- Section 13.7.1.4, “GRANT Syntax”
- Section 8.2.1.4, “Index Merge Optimization”
- Section 12.3.3, “Logical Operators”
- Section 1.7.1, “MySQL Extensions to Standard SQL”
- Section 12.3.1, “Operator Precedence”
- Section 8.2.1.18.4, “Optimizing Subqueries with EXISTS Strategy”
- Section 8.2.1.20, “Row Constructor Expression Optimization”
- Section 3.6.7, “Searching on Two Keys”
- Section 3.3.4.2, “Selecting Particular Rows”
- Section 5.1.7, “Server SQL Modes”
- Section 12.5.1, “String Comparison Functions”
- Section 8.2.1.4.3, “The Index Merge Sort-Union Access Algorithm”
- Section 8.2.1.4.2, “The Index Merge Union Access Algorithm”
- Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
- Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”