Function Index

Symbols | A | B | C | D | E | F | G | H | I | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y

Symbols

[index top]

%

Section 1.8.1, “MySQL Extensions to Standard SQL”

A

[index top]

ABS()

Section 24.4, “Adding Functions to MySQL”
Section 13.7.3.1, “CREATE FUNCTION Syntax for User-Defined Functions”
Section 12.5.2, “Mathematical Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

ACOS()

Section 12.5.2, “Mathematical Functions”

add()

Section 16.2.3.1, “Basic memcached Operations”

ADDDATE()

Section 12.6, “Date and Time Functions”

addslashes()

Section 6.1.7, “Client Programming Security Guidelines”

ADDTIME()

Section 12.6, “Date and Time Functions”

AES_DECRYPT()

Section 12.13, “Encryption and Compression Functions”
Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”
Section 5.1.7, “Server System Variables”
Section 6.3.4, “SSL Library-Dependent Capabilities”

AES_ENCRYPT()

Section 12.13, “Encryption and Compression Functions”
Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”
Section 5.1.7, “Server System Variables”
Section 6.3.4, “SSL Library-Dependent Capabilities”

Area()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”

AsBinary()

Section 11.4.6, “Fetching Spatial Data”
Section 12.16.6, “Geometry Format Conversion Functions”

ASCII()

Section 13.8.3, “HELP Statement”
Section 12.7, “String Functions and Operators”

ASIN()

Section 12.5.2, “Mathematical Functions”

AsText()

Section 11.4.6, “Fetching Spatial Data”
Section 12.16.6, “Geometry Format Conversion Functions”

AsWKB()

Section 12.16.6, “Geometry Format Conversion Functions”

AsWKT()

Section 12.16.6, “Geometry Format Conversion Functions”

ASYMMETRIC_DECRYPT()

Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”

ASYMMETRIC_DERIVE()

Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”

ASYMMETRIC_ENCRYPT()

Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”

ASYMMETRIC_SIGN()

Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”

ASYMMETRIC_VERIFY()

Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”

ATAN()

Section 12.5.2, “Mathematical Functions”

ATAN2()

Section 12.5.2, “Mathematical Functions”

AVG()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 11.2.1, “Date and Time Data Type Syntax”
Section 8.2.1.14, “GROUP BY Optimization”
Section 11.3.5, “The ENUM Type”
Section 1.3.2, “The Main Features of MySQL”
Section 11.3.6, “The SET Type”

B

[index top]

BENCHMARK()

Section 13.2.10.8, “Derived Tables”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.15, “Information Functions”
Section 8.13.1, “Measuring the Speed of Expressions and Functions”
Section 13.2.10.10, “Optimizing Subqueries”

BIN()

Section 9.1.5, “Bit-Value Literals”
Section 12.7, “String Functions and Operators”

BIT_AND()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 12.12, “Bit Functions and Operators”
Section 1.8.1, “MySQL Extensions to Standard SQL”

BIT_COUNT()

Section 12.12, “Bit Functions and Operators”
Section 1.8.1, “MySQL Extensions to Standard SQL”

BIT_LENGTH()

Section 12.7, “String Functions and Operators”

BIT_OR()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 12.12, “Bit Functions and Operators”
Section 1.8.1, “MySQL Extensions to Standard SQL”

BIT_XOR()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 12.12, “Bit Functions and Operators”
Section 1.8.1, “MySQL Extensions to Standard SQL”

Buffer()

Section 12.16.8, “Spatial Operator Functions”

C

[index top]

CAST()

Section 9.1.5, “Bit-Value Literals”
Section 12.10, “Cast Functions and Operators”
Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.3.2, “Comparison Functions and Operators”
Section 11.2.8, “Conversion Between Date and Time Types”
Section 12.6, “Date and Time Functions”
Section 9.5, “Expressions”
Section 9.1.4, “Hexadecimal Literals”
Section 1.8.2, “MySQL Differences from Standard SQL”
Section 12.2, “Type Conversion in Expression Evaluation”
Section 9.4, “User-Defined Variables”

CEIL()

Section 12.5.2, “Mathematical Functions”

CEILING()

Section 19.2.4.1, “LINEAR HASH Partitioning”
Section 12.5.2, “Mathematical Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

Centroid()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”

CHAR()

Section 12.13, “Encryption and Compression Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 12.7, “String Functions and Operators”

CHAR_LENGTH()

Section 12.7, “String Functions and Operators”
Section 10.10.1, “Unicode Character Sets”

CHARACTER_LENGTH()

Section 12.7, “String Functions and Operators”

CHARSET()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.15, “Information Functions”

COALESCE()

Section 12.3.2, “Comparison Functions and Operators”
Section 13.2.9.2, “JOIN Clause”

COERCIBILITY()

Section 10.8.4, “Collation Coercibility in Expressions”
Section 12.15, “Information Functions”

COLLATION()

Section B.4.4.1, “Case Sensitivity in String Searches”
Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.15, “Information Functions”

COMPRESS()

Section 12.13, “Encryption and Compression Functions”
Section 2.9.7, “MySQL Source-Configuration Options”
Section 5.1.7, “Server System Variables”

CONCAT()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 12.10, “Cast Functions and Operators”
Section 12.7.3, “Character Set and Collation of Function Results”
Section 10.2.1, “Character Set Repertoire”
Section 10.8.4, “Collation Coercibility in Expressions”
Section 13.7.3.1, “CREATE FUNCTION Syntax for User-Defined Functions”
Section 12.3.3, “Logical Operators”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 5.1.10, “Server SQL Modes”
Section 13.7.5.14, “SHOW CREATE VIEW Statement”
Section 12.7, “String Functions and Operators”
Section 21.29, “The INFORMATION_SCHEMA VIEWS Table”
Section 12.2, “Type Conversion in Expression Evaluation”
Section 12.11, “XML Functions”

CONCAT_WS()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 12.7, “String Functions and Operators”

CONNECTION_ID()

Section 6.4.4.3, “Audit Log File Formats”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.15, “Information Functions”
Section 13.7.6.4, “KILL Statement”
Section 13.7.5.30, “SHOW PROCESSLIST Statement”
Section 21.16, “The INFORMATION_SCHEMA PROCESSLIST Table”
Section 22.12.10.3, “The threads Table”

Contains()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”
Section 1.4, “What Is New in MySQL 5.6”

CONV()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.5.2, “Mathematical Functions”
Section 12.7, “String Functions and Operators”

CONVERT()

Section 12.10, “Cast Functions and Operators”
Section 10.3.8, “Character Set Introducers”
Section 10.3.6, “Character String Literal Character Set and Collation”
Section 12.3.2, “Comparison Functions and Operators”
Section A.11, “MySQL 5.6 FAQ: MySQL Chinese, Japanese, and Korean Character Sets”

CONVERT_TZ()

Section 12.6, “Date and Time Functions”
Section 8.10.3.1, “How the Query Cache Operates”
Section 8.3.10, “Indexed Lookups from TIMESTAMP Columns”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Statements”

COS()

Section 12.5.2, “Mathematical Functions”

COT()

Section 12.5.2, “Mathematical Functions”

COUNT()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 3.3.4.8, “Counting Rows”
Section 13.7.3.1, “CREATE FUNCTION Syntax for User-Defined Functions”
Section 8.2.1.14, “GROUP BY Optimization”
Section 14.23, “InnoDB Restrictions and Limitations”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 18.1.7.3, “Limits Relating to Transaction Handling in NDB Cluster”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 18.3.3.8.3, “NDB Cluster Status Variables”
Section B.4.4.3, “Problems with NULL Values”
Section 5.1.10, “Server SQL Modes”
Section 1.3.2, “The Main Features of MySQL”
Section 20.5.3, “Updatable and Insertable Views”
Section 20.5.2, “View Processing Algorithms”
Section 8.2.1.1, “WHERE Clause Optimization”

CRC32()

Section 12.5.2, “Mathematical Functions”

CREATE_ASYMMETRIC_PRIV_KEY()

Section 4.9, “Environment Variables”
Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”
Section 12.18.2, “MySQL Enterprise Encryption Usage and Examples”

CREATE_ASYMMETRIC_PUB_KEY()

Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”

CREATE_DH_PARAMETERS()

Section 4.9, “Environment Variables”
Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”
Section 12.18.2, “MySQL Enterprise Encryption Usage and Examples”

CREATE_DIGEST()

Section 12.18.4, “MySQL Enterprise Encryption Function Descriptions”

Crosses()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

crypt()

Section 12.13, “Encryption and Compression Functions”
Section 5.1.7, “Server System Variables”

CURDATE()

Section 12.6, “Date and Time Functions”
Section 3.3.4.5, “Date Calculations”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”

CURRENT_DATE

Section 11.5, “Data Type Default Values”
Section 12.6, “Date and Time Functions”

CURRENT_DATE()

Section 11.2.8, “Conversion Between Date and Time Types”
Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”

CURRENT_TIME

Section 12.6, “Date and Time Functions”

CURRENT_TIME()

Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”

CURRENT_TIMESTAMP

Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME”
Section 13.1.11, “CREATE EVENT Statement”
Section 11.5, “Data Type Default Values”
Section 12.6, “Date and Time Functions”
Section 5.1.7, “Server System Variables”

CURRENT_TIMESTAMP()

Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME”
Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”

CURRENT_USER

Section 13.7.1.1, “ALTER USER Statement”
Section 13.1.11, “CREATE EVENT Statement”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Statements”
Section 13.1.19, “CREATE TRIGGER Statement”
Section 13.1.20, “CREATE VIEW Statement”
Section 6.2.3, “Grant Tables”
Section 12.15, “Information Functions”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 17.4.1.15, “Replication and System Functions”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 6.2.4, “Specifying Account Names”
Section 20.6, “Stored Object Access Control”

CURRENT_USER()

Section 6.2.5, “Access Control, Stage 1: Connection Verification”
Section 13.7.1.1, “ALTER USER Statement”
Section 6.4.2.1, “Connection-Control Plugin Installation”
Section 13.1.11, “CREATE EVENT Statement”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Statements”
Section 13.1.19, “CREATE TRIGGER Statement”
Section 13.1.20, “CREATE VIEW Statement”
Section 8.10.3.1, “How the Query Cache Operates”
Section 24.2.4.9.4, “Implementing Proxy User Support in Authentication Plugins”
Section 12.15, “Information Functions”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 6.2.12, “Proxy Users”
Section 17.4.1.15, “Replication and System Functions”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 13.7.1.7, “SET PASSWORD Statement”
Section 6.2.4, “Specifying Account Names”
Section 6.2.15, “SQL-Based Account Activity Auditing”
Section 20.6, “Stored Object Access Control”
Section 10.2.2, “UTF-8 for Metadata”
Section 24.2.4.9.1, “Writing the Server-Side Authentication Plugin”

CURTIME()

Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 11.2.7, “Fractional Seconds in Time Values”
Section 8.10.3.1, “How the Query Cache Operates”
Section 5.1.12, “MySQL Server Time Zone Support”
Section 17.4.1.14, “Replication and Fractional Seconds Support”

D

[index top]

DATABASE()

Section 17.1.4.4, “Binary Log Options and Variables”
Section 3.3.1, “Creating and Selecting a Database”
Section 13.1.21, “DROP DATABASE Statement”
Section 3.4, “Getting Information About Databases and Tables”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.15, “Information Functions”
Section B.4.7, “Known Issues in MySQL”
Section 10.2.2, “UTF-8 for Metadata”

DATE()

Section 12.6, “Date and Time Functions”

DATE_ADD()

Section 12.5.1, “Arithmetic Operators”
Section 11.2, “Date and Time Data Types”
Section 12.6, “Date and Time Functions”
Section 3.3.4.5, “Date Calculations”
Section 9.5, “Expressions”

DATE_FORMAT()

Section 23.7.18, “C API Prepared Statement Problems”
Section 12.10, “Cast Functions and Operators”
Section 12.6, “Date and Time Functions”
Section 10.16, “MySQL Server Locale Support”
Section 5.1.7, “Server System Variables”

DATE_SUB()

Section 11.2, “Date and Time Data Types”
Section 12.6, “Date and Time Functions”
Section 9.5, “Expressions”

DATEDIFF()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

DAY()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

DAYNAME()

Section 12.6, “Date and Time Functions”
Section 10.16, “MySQL Server Locale Support”
Section 5.1.7, “Server System Variables”

DAYOFMONTH()

Section 12.6, “Date and Time Functions”
Section 3.3.4.5, “Date Calculations”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

DAYOFWEEK()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

DAYOFYEAR()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”
Section 19.2, “Partitioning Types”

DECODE()

Section 12.13, “Encryption and Compression Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”

decr()

Section 16.2.3.1, “Basic memcached Operations”

DEFAULT()

Section 11.5, “Data Type Default Values”
Section 13.2.5, “INSERT Statement”
Section 12.20, “Miscellaneous Functions”
Section 13.2.8, “REPLACE Statement”

DEGREES()

Section 12.5.2, “Mathematical Functions”

delete()

Section 16.2.3.1, “Basic memcached Operations”

DES_DECRYPT()

Section 12.13, “Encryption and Compression Functions”
Section 5.1.6, “Server Command Options”

DES_ENCRYPT()

Section 12.13, “Encryption and Compression Functions”
Section 6.2.2, “Privileges Provided by MySQL”
Section 5.1.6, “Server Command Options”

Dimension()

Section 12.16.7.1, “General Geometry Property Functions”

Disjoint()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

E

[index top]

ELT()

Section 12.7.3, “Character Set and Collation of Function Results”
Section B.4.7, “Known Issues in MySQL”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 12.7, “String Functions and Operators”

ENCODE()

Section 12.13, “Encryption and Compression Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”

ENCRYPT()

Section 12.13, “Encryption and Compression Functions”
Section 8.10.3.1, “How the Query Cache Operates”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 10.11, “Restrictions on Character Sets”
Section 5.1.7, “Server System Variables”

EndPoint()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”

Envelope()

Section 12.16.7.1, “General Geometry Property Functions”

Equals()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

EXP()

Section 12.5.2, “Mathematical Functions”

EXPORT_SET()

Section 12.7, “String Functions and Operators”

ExteriorRing()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”

EXTRACT()

Section 12.10, “Cast Functions and Operators”
Section 12.6, “Date and Time Functions”
Section 9.5, “Expressions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

ExtractValue()

Section 12.11, “XML Functions”

F

[index top]

FIELD()

Section 12.7, “String Functions and Operators”

FIND_IN_SET()

Section 12.7, “String Functions and Operators”
Section 11.3.6, “The SET Type”

FLOOR()

Section 12.5.2, “Mathematical Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

flush_all

Section 16.2.3.1, “Basic memcached Operations”

FORMAT()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.5.2, “Mathematical Functions”
Section 12.20, “Miscellaneous Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 10.16, “MySQL Server Locale Support”
Section 12.7, “String Functions and Operators”

FOUND_ROWS()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.15, “Information Functions”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 17.4.1.15, “Replication and System Functions”

FROM_BASE64()

Section 12.7, “String Functions and Operators”

FROM_DAYS()

Section 12.6, “Date and Time Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”

FROM_UNIXTIME()

Section 6.4.4.4, “Audit Log Logging Control”
Section 12.6, “Date and Time Functions”
Section 8.3.10, “Indexed Lookups from TIMESTAMP Columns”
Section 17.4.1.31, “Replication and Time Zones”

G

[index top]

GeomCollFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

GeomCollFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

GeometryCollection()

Section 12.16.5, “MySQL-Specific Functions That Create Geometry Values”

GeometryCollectionFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

GeometryCollectionFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

GeometryFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

GeometryFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

GeometryN()

Section 12.16.7.5, “GeometryCollection Property Functions”

GeometryType()

Section 12.16.7.1, “General Geometry Property Functions”

GeomFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”
Section 11.4.5, “Populating Spatial Columns”

GeomFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

get()

Section 16.2.3.1, “Basic memcached Operations”

GET_FORMAT()

Section 12.6, “Date and Time Functions”
Section 10.16, “MySQL Server Locale Support”

GET_LOCK()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 23.7.19, “C API Automatic Reconnection Control”
Section 13.1.11, “CREATE EVENT Statement”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 20.4.1, “Event Scheduler Overview”
Section 8.14.2, “General Thread States”
Section 8.10.3.1, “How the Query Cache Operates”
Section 8.11.1, “Internal Locking Methods”
Section 13.7.6.4, “KILL Statement”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Statements”
Section 12.14, “Locking Functions”
Section 23.7.6.3, “mysql_change_user()”
Section 17.4.1.15, “Replication and System Functions”

gethostbyaddr()

Section 8.12.5.2, “DNS Lookup Optimization and the Host Cache”

gethostbyname()

Section 8.12.5.2, “DNS Lookup Optimization and the Host Cache”

getrusage()

Section 18.5.10.26, “The ndbinfo threadstat Table”

gettimeofday()

Section 18.5.10.26, “The ndbinfo threadstat Table”

GLength()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”
Section 11.4, “Spatial Data Types”
Section 12.7, “String Functions and Operators”

GREATEST()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.3.2, “Comparison Functions and Operators”

GROUP_CONCAT()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section B.4.7, “Known Issues in MySQL”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 5.1.7, “Server System Variables”
Section 1.3.2, “The Main Features of MySQL”

GTID_SUBSET()

Section 12.17, “Functions Used with Global Transaction IDs”
Section 17.1.3.1, “GTID Concepts”

GTID_SUBTRACT()

Section 12.17, “Functions Used with Global Transaction IDs”
Section 17.1.4.5, “Global Transaction ID Options and Variables”
Section 17.1.3.1, “GTID Concepts”

H

[index top]

HEX()

Section 9.1.5, “Bit-Value Literals”
Section 12.7.3, “Character Set and Collation of Function Results”
Section 10.3.6, “Character String Literal Character Set and Collation”
Section 9.1.4, “Hexadecimal Literals”
Section 12.5.2, “Mathematical Functions”
Section 12.20, “Miscellaneous Functions”
Section A.11, “MySQL 5.6 FAQ: MySQL Chinese, Japanese, and Korean Character Sets”
Section 12.7, “String Functions and Operators”

HOUR()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

I

[index top]

IF()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.4, “Control Flow Functions”
Section 13.6.5.2, “IF Statement”
Section 14.15.3, “InnoDB INFORMATION_SCHEMA System Tables”
Section B.4.7, “Known Issues in MySQL”
Section 1.8.1, “MySQL Extensions to Standard SQL”

IFNULL()

Section 12.4, “Control Flow Functions”
Section B.4.4.3, “Problems with NULL Values”

incr()

Section 16.2.3.1, “Basic memcached Operations”

INET6_ATON()

Section 5.1.11, “IPv6 Support”
Section 12.20, “Miscellaneous Functions”

INET6_NTOA()

Section 5.1.11, “IPv6 Support”
Section 12.20, “Miscellaneous Functions”

INET_ATON()

Section 5.1.11, “IPv6 Support”
Section 12.20, “Miscellaneous Functions”

INET_NTOA()

Section 5.1.11, “IPv6 Support”
Section 12.20, “Miscellaneous Functions”

INSERT()

Section 12.7, “String Functions and Operators”

INSTR()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

InteriorRingN()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”

Intersects()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

INTERVAL()

Section 12.3.2, “Comparison Functions and Operators”

IS_FREE_LOCK()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.14, “Locking Functions”
Section 17.4.1.15, “Replication and System Functions”

IS_IPV4()

Section 12.20, “Miscellaneous Functions”

IS_IPV4_COMPAT()

Section 12.20, “Miscellaneous Functions”

IS_IPV4_MAPPED()

Section 12.20, “Miscellaneous Functions”

IS_IPV6()

Section 12.20, “Miscellaneous Functions”

IS_USED_LOCK()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.14, “Locking Functions”
Section 17.4.1.15, “Replication and System Functions”

IsClosed()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”

IsEmpty()

Section 12.16.7.1, “General Geometry Property Functions”

ISNULL()

Section 12.3.2, “Comparison Functions and Operators”

IsSimple()

Section 12.16.7.1, “General Geometry Property Functions”

L

[index top]

LAST_DAY()

Section 12.6, “Date and Time Functions”

LAST_INSERT_ID()

Section 23.7.19, “C API Automatic Reconnection Control”
Section 12.3.2, “Comparison Functions and Operators”
Section 13.1.17, “CREATE TABLE Statement”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 23.7.20.3, “How to Get the Unique ID for the Last Inserted Row”
Section 12.15, “Information Functions”
Section 13.2.5.2, “INSERT ... ON DUPLICATE KEY UPDATE Statement”
Section 13.2.5.3, “INSERT DELAYED Statement”
Section 13.2.5, “INSERT Statement”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Statements”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 23.7.6.37, “mysql_insert_id()”
Section 23.7.10.16, “mysql_stmt_insert_id()”
Section 17.4.1.1, “Replication and AUTO_INCREMENT”
Section 17.4.1.15, “Replication and System Functions”
Section 5.1.7, “Server System Variables”
Section 20.2.4, “Stored Procedures, Functions, Triggers, and LAST_INSERT_ID()”
Section 17.4.4, “Troubleshooting Replication”
Section 20.5.3, “Updatable and Insertable Views”
Section 3.6.9, “Using AUTO_INCREMENT”

LCASE()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

LEAST()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.3.2, “Comparison Functions and Operators”

LEFT()

Section 12.7, “String Functions and Operators”

LENGTH()

Section 11.6, “Data Type Storage Requirements”
Section 12.7, “String Functions and Operators”
Section 11.4.3, “Supported Spatial Data Formats”

Length()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”
Section 11.4, “Spatial Data Types”

LineFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

LineFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

LineString()

Section 12.16.5, “MySQL-Specific Functions That Create Geometry Values”

LineStringFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

LineStringFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

LN()

Section 12.5.2, “Mathematical Functions”

LOAD_FILE()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 13.2.7, “LOAD XML Statement”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 12.18.2, “MySQL Enterprise Encryption Usage and Examples”
Section 6.2.2, “Privileges Provided by MySQL”
Section 17.4.1.15, “Replication and System Functions”
Section 5.1.7, “Server System Variables”
Section 12.7, “String Functions and Operators”

LOCALTIME

Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME”
Section 12.6, “Date and Time Functions”

LOCALTIME()

Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME”
Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”

LOCALTIMESTAMP

Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME”
Section 12.6, “Date and Time Functions”

LOCALTIMESTAMP()

Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME”
Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”

LOCATE()

Section 12.7, “String Functions and Operators”

LOG()

Section 19.2.4.1, “LINEAR HASH Partitioning”
Section 12.5.2, “Mathematical Functions”

LOG10()

Section 12.5.2, “Mathematical Functions”

LOG2()

Section 12.5.2, “Mathematical Functions”

LOWER()

Section 12.10, “Cast Functions and Operators”
Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”
Section 10.10.1, “Unicode Character Sets”
Section 10.8.7, “Using Collation in INFORMATION_SCHEMA Searches”

LPAD()

Section 12.7, “String Functions and Operators”

LTRIM()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

M

[index top]

MAKE_SET()

Section 12.7, “String Functions and Operators”

MAKEDATE()

Section 12.6, “Date and Time Functions”

MAKETIME()

Section 12.6, “Date and Time Functions”

MASTER_POS_WAIT()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.20, “Miscellaneous Functions”
Section A.14, “MySQL 5.6 FAQ: Replication”

MATCH

Section 9.5, “Expressions”

MATCH ()

Section 12.9, “Full-Text Search Functions”

MATCH()

Section 12.9.2, “Boolean Full-Text Searches”
Section 12.9.6, “Fine-Tuning MySQL Full-Text Search”
Section 12.9.5, “Full-Text Restrictions”
Section 12.9, “Full-Text Search Functions”
Section 14.6.2.3, “InnoDB FULLTEXT Indexes”
MySQL Glossary
Section 12.9.1, “Natural Language Full-Text Searches”
Section 1.4, “What Is New in MySQL 5.6”

MAX()

Section 11.2.9, “2-Digit Years in Dates”
Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 8.2.1.14, “GROUP BY Optimization”
Section 8.3.1, “How MySQL Uses Indexes”
Section B.4.7, “Known Issues in MySQL”
Section 11.1.1, “Numeric Data Type Syntax”
Section 13.2.10.10, “Optimizing Subqueries”
Section 5.1.10, “Server SQL Modes”
Section 21.32.1, “The INFORMATION_SCHEMA TP_THREAD_GROUP_STATE Table”
Section 1.3.2, “The Main Features of MySQL”
Section 20.5.3, “Updatable and Insertable Views”
Section 8.3.9, “Use of Index Extensions”
Section 3.6.9, “Using AUTO_INCREMENT”
Section 20.5.2, “View Processing Algorithms”

MBRContains()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”
Section 11.4.9, “Using Spatial Indexes”

MBRDisjoint()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

MBREqual()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

MBRIntersects()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

MBROverlaps()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

MBRTouches()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

MBRWithin()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”
Section 11.4.9, “Using Spatial Indexes”

MD5()

Section 12.13, “Encryption and Compression Functions”
Section 6.1.2.5, “Implications of Password Hashing Changes in MySQL 4.1 for Application Programs”
Section 19.2.5, “KEY Partitioning”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 9.2, “Schema Object Names”

MICROSECOND()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

MID()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

MIN()

Section 11.2.9, “2-Digit Years in Dates”
Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 23.7.18, “C API Prepared Statement Problems”
Section 8.2.1.14, “GROUP BY Optimization”
Section 8.3.1, “How MySQL Uses Indexes”
Section B.4.7, “Known Issues in MySQL”
Section 11.1.1, “Numeric Data Type Syntax”
Section 13.2.10.10, “Optimizing Subqueries”
Section B.4.4.3, “Problems with NULL Values”
Section 1.3.2, “The Main Features of MySQL”
Section 20.5.3, “Updatable and Insertable Views”
Section 8.3.9, “Use of Index Extensions”
Section 20.5.2, “View Processing Algorithms”
Section 8.2.1.1, “WHERE Clause Optimization”

MINUTE()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

MLineFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

MLineFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

MOD()

Section 12.5.1, “Arithmetic Operators”
Section 3.3.4.5, “Date Calculations”
Section 12.5.2, “Mathematical Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 19.6.3, “Partitioning Limitations Relating to Functions”
Section 5.1.10, “Server SQL Modes”

MONTH()

Section 12.6, “Date and Time Functions”
Section 3.3.4.5, “Date Calculations”
Section 19.6.3, “Partitioning Limitations Relating to Functions”
Section 19.2, “Partitioning Types”

MONTHNAME()

Section 12.6, “Date and Time Functions”
Section 10.16, “MySQL Server Locale Support”
Section 5.1.7, “Server System Variables”

MPointFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

MPointFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

MPolyFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

MPolyFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

MultiLineString()

Section 12.16.5, “MySQL-Specific Functions That Create Geometry Values”

MultiLineStringFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

MultiLineStringFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

MultiPoint()

Section 12.16.5, “MySQL-Specific Functions That Create Geometry Values”

MultiPointFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

MultiPointFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

MultiPolygon()

Section 12.16.5, “MySQL-Specific Functions That Create Geometry Values”

MultiPolygonFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

MultiPolygonFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

my_open()

Section 5.1.9, “Server Status Variables”

N

[index top]

NAME_CONST()

Section 12.20, “Miscellaneous Functions”
Section 20.7, “Stored Program Binary Logging”

NOW()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Statements”
Section 11.5, “Data Type Default Values”
Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 11.2.7, “Fractional Seconds in Time Values”
Section 8.10.3.1, “How the Query Cache Operates”
Section A.1, “MySQL 5.6 FAQ: General”
Section 5.1.12, “MySQL Server Time Zone Support”
Section 17.4.1.15, “Replication and System Functions”
Section 17.4.1.31, “Replication and Time Zones”
Section 5.1.6, “Server Command Options”
Section 5.1.7, “Server System Variables”
Section 11.2.4, “The YEAR Type”

NULLIF()

Section 12.4, “Control Flow Functions”

NumGeometries()

Section 12.16.7.5, “GeometryCollection Property Functions”

NumInteriorRings()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”

NumPoints()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”

O

[index top]

OCT()

Section 12.7, “String Functions and Operators”

OCTET_LENGTH()

Section 12.7, “String Functions and Operators”

OLD_PASSWORD()

Section 2.11.3, “Changes in MySQL 5.6”
Section B.4.2.4, “Client does not support authentication protocol”
Section 13.7.1.2, “CREATE USER Statement”
Section 12.13, “Encryption and Compression Functions”
Section 6.1.2.5, “Implications of Password Hashing Changes in MySQL 4.1 for Application Programs”
Section 6.1.2.4, “Password Hashing in MySQL”
Section 5.1.7, “Server System Variables”
Section 13.7.1.7, “SET PASSWORD Statement”
Section 6.4.3, “The Password Validation Plugin”
Section 24.2.1, “Types of Plugins”
Section 1.4, “What Is New in MySQL 5.6”

ORD()

Section 12.7, “String Functions and Operators”

Overlaps()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

P

[index top]

PASSWORD()

Section 6.2.5, “Access Control, Stage 1: Connection Verification”
Section 6.2.9, “Assigning Account Passwords”
Section 2.11.3, “Changes in MySQL 5.6”
Section 13.7.1.2, “CREATE USER Statement”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 12.13, “Encryption and Compression Functions”
Section 8.10.3.1, “How the Query Cache Operates”
Section B.4.2.15, “Ignoring user”
Section 6.1.2.5, “Implications of Password Hashing Changes in MySQL 4.1 for Application Programs”
Section 19.2.5, “KEY Partitioning”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 6.1.2.4, “Password Hashing in MySQL”
Section 6.1.2.3, “Passwords and Logging”
Section 5.1.7, “Server System Variables”
Section 13.7.1.7, “SET PASSWORD Statement”
Section 6.4.1.4, “SHA-256 Pluggable Authentication”
Section 6.4.3, “The Password Validation Plugin”
Section 6.2.14, “Troubleshooting Problems Connecting to MySQL”
Section 24.2.1, “Types of Plugins”
Section 1.4, “What Is New in MySQL 5.6”

PERIOD_ADD()

Section 12.6, “Date and Time Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”

PERIOD_DIFF()

Section 12.6, “Date and Time Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”

PI()

Section 9.2.5, “Function Name Parsing and Resolution”
Section 12.5.2, “Mathematical Functions”

Point()

Section 12.16.5, “MySQL-Specific Functions That Create Geometry Values”
Section 11.4.3, “Supported Spatial Data Formats”

PointFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

PointFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

PointN()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”

PolyFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

PolyFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

Polygon()

Section 12.16.5, “MySQL-Specific Functions That Create Geometry Values”

PolygonFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

PolygonFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

POSITION()

Section 12.7, “String Functions and Operators”

POW()

Section 8.2.1.17, “Function Call Optimization”
Section 19.2.4, “HASH Partitioning”
Section 12.5.2, “Mathematical Functions”

POWER()

Section 19.2.4.1, “LINEAR HASH Partitioning”
Section 12.5.2, “Mathematical Functions”

pthread_mutex()

Section 1.9.1, “Contributors to MySQL”

Q

[index top]

QUARTER()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

QUOTE()

Section 23.7.6.54, “mysql_real_escape_string()”
Section 12.7, “String Functions and Operators”
Section 9.1.1, “String Literals”

R

[index top]

RADIANS()

Section 12.5.2, “Mathematical Functions”

RAND()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Statements”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.2.1.17, “Function Call Optimization”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.5.2, “Mathematical Functions”
Section 17.4.1.15, “Replication and System Functions”
Section 5.1.7, “Server System Variables”

RANDOM_BYTES()

Section 12.13, “Encryption and Compression Functions”
Section 8.10.3.1, “How the Query Cache Operates”

RELEASE_ALL_LOCKS()

Section 8.10.3.1, “How the Query Cache Operates”

RELEASE_LOCK()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 13.2.3, “DO Statement”
Section 8.10.3.1, “How the Query Cache Operates”
Section 8.11.1, “Internal Locking Methods”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Statements”
Section 12.14, “Locking Functions”
Section 17.4.1.15, “Replication and System Functions”

REPEAT()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

REPLACE()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

replace()

Section 16.2.3.1, “Basic memcached Operations”

REVERSE()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

RIGHT()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

ROUND()

Section 14.15.3, “InnoDB INFORMATION_SCHEMA System Tables”
Section 12.5.2, “Mathematical Functions”
Section 12.21, “Precision Math”
Section 12.21.5, “Precision Math Examples”
Section 12.21.4, “Rounding Behavior”

ROW_COUNT()

Section 13.2.1, “CALL Statement”
Section 13.2.2, “DELETE Statement”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 12.15, “Information Functions”
Section 13.2.5, “INSERT Statement”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 23.7.6.1, “mysql_affected_rows()”
Section 17.4.1.15, “Replication and System Functions”
Section 13.6.7.7, “The MySQL Diagnostics Area”

RPAD()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

RTRIM()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

S

[index top]

SCHEMA()

Section 12.15, “Information Functions”

SEC_TO_TIME()

Section 12.6, “Date and Time Functions”

SECOND()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

SESSION_USER()

Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 12.15, “Information Functions”
Section 10.2.2, “UTF-8 for Metadata”

set()

Section 16.2.3.1, “Basic memcached Operations”

setrlimit()

Section 5.1.7, “Server System Variables”

SHA()

Section 12.13, “Encryption and Compression Functions”

SHA1()

Section 12.13, “Encryption and Compression Functions”
Section 6.1.2.5, “Implications of Password Hashing Changes in MySQL 4.1 for Application Programs”

SHA2()

Section 12.13, “Encryption and Compression Functions”
Section 6.1.2.5, “Implications of Password Hashing Changes in MySQL 4.1 for Application Programs”
Section 6.1.1, “Security Guidelines”

SIGN()

Section 12.5.2, “Mathematical Functions”

SIN()

Section 24.4.2, “Adding a User-Defined Function”
Section 12.5.2, “Mathematical Functions”

SLEEP()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.14.2, “General Thread States”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.20, “Miscellaneous Functions”
Section 21.32.2, “The INFORMATION_SCHEMA TP_THREAD_GROUP_STATS Table”

SOUNDEX()

Section 24.4, “Adding Functions to MySQL”
Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

SPACE()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

SQL_THREAD_WAIT_AFTER_GTIDS()

Section 12.17, “Functions Used with Global Transaction IDs”

SQRT()

Section 12.5.2, “Mathematical Functions”

SRID()

Section 12.16.7.1, “General Geometry Property Functions”

ST_Area()

Section 12.16.7, “Geometry Property Functions”
Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”

ST_AsBinary()

Section 12.16.6, “Geometry Format Conversion Functions”

ST_AsText()

Section 12.16.6, “Geometry Format Conversion Functions”

ST_AsWKB()

Section 12.16.6, “Geometry Format Conversion Functions”

ST_AsWKT()

Section 12.16.6, “Geometry Format Conversion Functions”

ST_Buffer()

Section 12.16.8, “Spatial Operator Functions”

ST_Centroid()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”

ST_Contains()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”
Section 1.4, “What Is New in MySQL 5.6”

ST_Crosses()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

ST_Difference()

Section 12.16.8, “Spatial Operator Functions”

ST_Dimension()

Section 12.16.7.1, “General Geometry Property Functions”

ST_Disjoint()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

ST_Distance()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

ST_EndPoint()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”
Section 12.16.8, “Spatial Operator Functions”

ST_Envelope()

Section 12.16.7.1, “General Geometry Property Functions”
Section 12.16.8, “Spatial Operator Functions”

ST_Equals()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

ST_ExteriorRing()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”
Section 12.16.8, “Spatial Operator Functions”

ST_GeomCollFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

ST_GeomCollFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_GeometryCollectionFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

ST_GeometryCollectionFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_GeometryFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

ST_GeometryFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_GeometryN()

Section 12.16.7.5, “GeometryCollection Property Functions”
Section 12.16.8, “Spatial Operator Functions”

ST_GeometryType()

Section 12.16.7.1, “General Geometry Property Functions”

ST_GeomFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”
Section 11.4.3, “Supported Spatial Data Formats”

ST_GeomFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_InteriorRingN()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”
Section 12.16.8, “Spatial Operator Functions”

ST_Intersection()

Section 12.16.8, “Spatial Operator Functions”

ST_Intersects()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

ST_IsClosed()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”

ST_IsEmpty()

Section 12.16.7.1, “General Geometry Property Functions”

ST_IsSimple()

Section 12.16.7.1, “General Geometry Property Functions”

ST_LineFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

ST_LineFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_LineStringFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

ST_LineStringFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_NumGeometries()

Section 12.16.7.5, “GeometryCollection Property Functions”

ST_NumInteriorRings()

Section 12.16.7.4, “Polygon and MultiPolygon Property Functions”

ST_NumPoints()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”

ST_Overlaps()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

ST_PointFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

ST_PointFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_PointN()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”
Section 12.16.8, “Spatial Operator Functions”

ST_PolyFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

ST_PolyFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_PolygonFromText()

Section 12.16.3, “Functions That Create Geometry Values from WKT Values”

ST_PolygonFromWKB()

Section 12.16.4, “Functions That Create Geometry Values from WKB Values”

ST_SRID()

Section 12.16.7.1, “General Geometry Property Functions”

ST_StartPoint()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”

ST_SymDifference()

Section 12.16.8, “Spatial Operator Functions”

ST_Touches()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

ST_Union()

Section 12.16.8, “Spatial Operator Functions”

ST_Within()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

ST_X()

Section 12.16.7.2, “Point Property Functions”
Section 11.4.3, “Supported Spatial Data Formats”

ST_Y()

Section 12.16.7.2, “Point Property Functions”

StartPoint()

Section 12.16.7.3, “LineString and MultiLineString Property Functions”
Section 12.16.8, “Spatial Operator Functions”

STD()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 1.3.2, “The Main Features of MySQL”

STDDEV()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”

STDDEV_POP()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”

STDDEV_SAMP()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”

STR_TO_DATE()

Section 11.2, “Date and Time Data Types”
Section 12.6, “Date and Time Functions”
Section 10.16, “MySQL Server Locale Support”

STRCMP()

Section B.4.4.2, “Problems Using DATE Columns”
Section 12.7.1, “String Comparison Functions and Operators”

SUBDATE()

Section 12.6, “Date and Time Functions”

SUBSTR()

Section 12.7, “String Functions and Operators”

SUBSTRING()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

SUBSTRING_INDEX()

Section 6.2.15, “SQL-Based Account Activity Auditing”
Section 12.7, “String Functions and Operators”

SUBTIME()

Section 12.6, “Date and Time Functions”

SUM()

Section 24.4.2, “Adding a User-Defined Function”
Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”
Section 11.2.1, “Date and Time Data Type Syntax”
Section 8.2.1.14, “GROUP BY Optimization”
Section B.4.4.3, “Problems with NULL Values”
Section 11.3.5, “The ENUM Type”
Section 1.3.2, “The Main Features of MySQL”
Section 11.3.6, “The SET Type”
Section 20.5.3, “Updatable and Insertable Views”
Section 20.5.2, “View Processing Algorithms”

SYSDATE()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 11.2.7, “Fractional Seconds in Time Values”
Section 8.10.3.1, “How the Query Cache Operates”
Section 17.4.1.14, “Replication and Fractional Seconds Support”
Section 17.4.1.15, “Replication and System Functions”
Section 5.1.6, “Server Command Options”
Section 5.1.7, “Server System Variables”

SYSTEM_USER()

Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 12.15, “Information Functions”
Section 10.2.2, “UTF-8 for Metadata”

T

[index top]

TAN()

Section 12.5.2, “Mathematical Functions”

thr_setconcurrency()

Section 5.1.7, “Server System Variables”

TIME()

Section 12.6, “Date and Time Functions”

TIME_FORMAT()

Section 12.10, “Cast Functions and Operators”
Section 12.6, “Date and Time Functions”

TIME_TO_SEC()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”

TIMEDIFF()

Section 12.6, “Date and Time Functions”

TIMESTAMP()

Section 12.6, “Date and Time Functions”

TIMESTAMPADD()

Section 12.6, “Date and Time Functions”

TIMESTAMPDIFF()

Section 12.6, “Date and Time Functions”
Section 3.3.4.5, “Date Calculations”

TO_BASE64()

Section 12.7, “String Functions and Operators”

TO_DAYS()

Section 12.6, “Date and Time Functions”
Section 19.2.4, “HASH Partitioning”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 19.4, “Partition Pruning”
Section 19.6.3, “Partitioning Limitations Relating to Functions”
Section 19.2, “Partitioning Types”

TO_SECONDS()

Section 12.6, “Date and Time Functions”
Section 19.4, “Partition Pruning”
Section 19.6.3, “Partitioning Limitations Relating to Functions”
Section 19.2, “Partitioning Types”

Touches()

Section 12.16.9.1, “Spatial Relation Functions That Use Object Shapes”

TRIM()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 10.7, “Column Character Set Conversion”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 12.7, “String Functions and Operators”

TRUNCATE()

Section 12.5.2, “Mathematical Functions”

U

[index top]

UCASE()

Section 12.7.3, “Character Set and Collation of Function Results”
Section 12.7, “String Functions and Operators”

UNCOMPRESS()

Section 12.13, “Encryption and Compression Functions”
Section 2.9.7, “MySQL Source-Configuration Options”
Section 5.1.7, “Server System Variables”

UNCOMPRESSED_LENGTH()

Section 12.13, “Encryption and Compression Functions”

UNHEX()

Section 12.13, “Encryption and Compression Functions”
Section 12.7, “String Functions and Operators”

UNIX_TIMESTAMP()

Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 8.3.10, “Indexed Lookups from TIMESTAMP Columns”
Section 19.6.3, “Partitioning Limitations Relating to Functions”
Section 19.2.1, “RANGE Partitioning”
Section 5.1.7, “Server System Variables”
Section B.4.3.7, “Time Zone Problems”

UpdateXML()

Section 12.11, “XML Functions”

UPPER()

Section 12.10, “Cast Functions and Operators”
Section 12.7.3, “Character Set and Collation of Function Results”
Section 10.2.1, “Character Set Repertoire”
Section 12.7, “String Functions and Operators”
Section 10.10.1, “Unicode Character Sets”
Section 10.8.7, “Using Collation in INFORMATION_SCHEMA Searches”

USER()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 10.8.4, “Collation Coercibility in Expressions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 24.2.4.9.4, “Implementing Proxy User Support in Authentication Plugins”
Section 12.15, “Information Functions”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 6.2.12, “Proxy Users”
Section 17.4.1.15, “Replication and System Functions”
Section 6.2.15, “SQL-Based Account Activity Auditing”
Section 10.2.2, “UTF-8 for Metadata”
Section 24.2.4.9.1, “Writing the Server-Side Authentication Plugin”

UTC_DATE

Section 12.6, “Date and Time Functions”

UTC_DATE()

Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”

UTC_TIME

Section 12.6, “Date and Time Functions”

UTC_TIME()

Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”

UTC_TIMESTAMP

Section 12.6, “Date and Time Functions”

UTC_TIMESTAMP()

Section 12.6, “Date and Time Functions”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 11.2.7, “Fractional Seconds in Time Values”
Section 5.1.12, “MySQL Server Time Zone Support”
Section 17.4.1.14, “Replication and Fractional Seconds Support”

UUID()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.4.4, “Binary Log Options and Variables”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.2.1.17, “Function Call Optimization”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.20, “Miscellaneous Functions”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 17.4.1.15, “Replication and System Functions”
Section 5.4.4.2, “Setting The Binary Log Format”
Section 20.7, “Stored Program Binary Logging”

UUID_SHORT()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.20, “Miscellaneous Functions”

V

[index top]

VALIDATE_PASSWORD_STRENGTH()

Section 12.13, “Encryption and Compression Functions”
Section 6.4.3.2, “Password Validation Plugin Options and Variables”
Section 6.4.3, “The Password Validation Plugin”
Section 24.2.1, “Types of Plugins”
Section 1.4, “What Is New in MySQL 5.6”

VALUES()

Section 13.2.5.2, “INSERT ... ON DUPLICATE KEY UPDATE Statement”
Section 12.20, “Miscellaneous Functions”

VAR_POP()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”

VAR_SAMP()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”

VARIANCE()

Section 12.19.1, “Aggregate (GROUP BY) Function Descriptions”

VERSION()

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 6.4.4.3, “Audit Log File Formats”
Section B.4.4.1, “Case Sensitivity in String Searches”
Section 10.8.4, “Collation Coercibility in Expressions”
Section 12.15, “Information Functions”
Section 17.4.1.15, “Replication and System Functions”
Section 10.2.2, “UTF-8 for Metadata”

W

[index top]

WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS()

Section 12.17, “Functions Used with Global Transaction IDs”

WEEK()

Section 12.6, “Date and Time Functions”
Section 5.1.7, “Server System Variables”

WEEKDAY()

Section 12.6, “Date and Time Functions”
Section 1.8.1, “MySQL Extensions to Standard SQL”
Section 19.6.3, “Partitioning Limitations Relating to Functions”
Section 19.2, “Partitioning Types”

WEEKOFYEAR()

Section 12.6, “Date and Time Functions”

WEIGHT_STRING()

Section 10.14, “Adding a Collation to a Character Set”
Section B.4.4.1, “Case Sensitivity in String Searches”
Section 12.7, “String Functions and Operators”
Section 10.10.1, “Unicode Character Sets”

Within()

Section 12.16.9.2, “Spatial Relation Functions That Use Minimum Bounding Rectangles”

X

[index top]

X()

Section 12.16.7.2, “Point Property Functions”

Y

[index top]

Y()

Section 12.16.7.2, “Point Property Functions”

YEAR()

Section 12.6, “Date and Time Functions”
Section 3.3.4.5, “Date Calculations”
Section 19.2.4, “HASH Partitioning”
Section 19.2.7, “How MySQL Partitioning Handles NULL”
Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 19.4, “Partition Pruning”
Section 19.6.3, “Partitioning Limitations Relating to Functions”
Section 19.2, “Partitioning Types”
Section 19.2.1, “RANGE Partitioning”

YEARWEEK()

Section 12.6, “Date and Time Functions”
Section 19.6.3, “Partitioning Limitations Relating to Functions”