Statement/Syntax Index

A | B | C | D | E | F | G | H | I | K | L | O | P | R | S | T | U | W | X

A

[index top]

ALTER DATABASE

Section 13.1.1, “ALTER DATABASE Syntax”
Section 10.1.4.2, “Database Character Set and Collation”
Section 17.2.3.1, “Evaluation of Database-Level Replication and Binary Logging Options”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 17.1.3.3, “Replication Slave Options and Variables”

ALTER EVENT

Section 13.1.2, “ALTER EVENT Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 13.1.11, “CREATE EVENT Syntax”
Section 20.4.4, “Event Metadata”
Section 20.4.1, “Event Scheduler Overview”
Section 20.4.3, “Event Syntax”
Section 12.14, “Information Functions”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 17.4.1.12, “Replication of Invoked Features”
Section C.1, “Restrictions on Stored Programs”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”
Section 21.7, “The INFORMATION_SCHEMA EVENTS Table”

ALTER EVENT event_name ENABLE

Section 17.4.1.12, “Replication of Invoked Features”

ALTER FUNCTION

Section 13.1.3, “ALTER FUNCTION Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.2.1, “Stored Routine Syntax”

ALTER LOGFILE GROUP

Section 13.1.4, “ALTER LOGFILE GROUP Syntax”
Section 18.3.3.6, “Defining MySQL Cluster Data Nodes”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 21.29.1, “The INFORMATION_SCHEMA FILES Table”

ALTER ONLINE TABLE

Section 18.5.13.3, “Adding MySQL Cluster Data Nodes Online: Detailed Example”

ALTER ONLINE TABLE ... REORGANIZE PARTITION

Section 18.5.13.2, “Adding MySQL Cluster Data Nodes Online: Basic procedure”
Section 18.5.13.3, “Adding MySQL Cluster Data Nodes Online: Detailed Example”
Section 18.5.13.1, “Adding MySQL Cluster Data Nodes Online: General Issues”
Section 18.5.2, “Commands in the MySQL Cluster Management Client”
Section 18.2.7, “Upgrading and Downgrading MySQL Cluster NDB 7.2”

ALTER PROCEDURE

Section 13.1.5, “ALTER PROCEDURE Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.2.1, “Stored Routine Syntax”

ALTER SCHEMA

Section 13.1.1, “ALTER DATABASE Syntax”

ALTER SERVER

Section 17.4.1.7, “Replication of CREATE SERVER, ALTER SERVER, and DROP SERVER”
Section 13.3.3, “Statements That Cause an Implicit Commit”

ALTER TABLE

Section 18.5.13.3, “Adding MySQL Cluster Data Nodes Online: Detailed Example”
Section 13.1.7.3, “ALTER TABLE Examples”
Section 13.1.7.2, “ALTER TABLE Online Operations in MySQL Cluster”
Section 13.1.7.1, “ALTER TABLE Partition Operations”
Section 13.1.7, “ALTER TABLE Syntax”
Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 17.1.3.4, “Binary Log Options and Variables”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 13.7.2.2, “CHECK TABLE Syntax”
Section 10.1.4.4, “Column Character Set and Collation”
Section 10.1.13, “Column Character Set Conversion”
Section 8.3.4, “Column Indexes”
Section 14.16.4, “Concurrency Considerations for Fast Index Creation”
Section 14.8.2.3, “Consistent Nonlocking Reads”
Section 10.1.11.7, “Converting Between 3-Byte and 4-Byte Unicode Character Sets”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 13.1.13, “CREATE INDEX Syntax”
Section 13.1.17, “CREATE TABLE Syntax”
Section 3.3.2, “Creating a Table”
Section 14.11.1, “Creating InnoDB Tables”
Section 11.5.3.2, “Creating Spatial Columns”
Section 11.5.3.6, “Creating Spatial Indexes”
Section 18.3.3.6, “Defining MySQL Cluster Data Nodes”
Section 14.15.4, “Defragmenting a Table”
Section 13.1.24, “DROP INDEX Syntax”
Section 14.12.2, “Enabling Compression for a Table”
Section 14.13.1, “Enabling File Formats”
Section 14.16.2, “Examples of Fast Index Creation”
Section 8.8.2, “EXPLAIN Output Format”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 12.9.6, “Fine-Tuning MySQL Full-Text Search”
Section 14.23.2, “Forcing InnoDB Recovery”
Section 1.7.3.2, “FOREIGN KEY Constraints”
Section 12.9, “Full-Text Search Functions”
Section 8.14.2, “General Thread States”
Section 13.7.1.3, “GRANT Syntax”
Section 14.12.5, “How Compression Works for InnoDB Tables”
Section 14.16.5, “How Crash Recovery Works with Fast Index Creation”
Section B.5.3.4, “How MySQL Handles a Full Disk”
Section 8.10.3.1, “How the Query Cache Operates”
Section 7.6.3, “How to Repair MyISAM Tables”
Section 12.14, “Information Functions”
Section 18.2.3, “Initial Configuration of MySQL Cluster”
Section 14.11.7, “InnoDB and FOREIGN KEY Constraints”
Section 8.3.7, “InnoDB and MyISAM Index Statistics Collection”
Section 14.10.4, “InnoDB File-Per-Table Tablespaces”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 13.7.6.4, “KILL Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 14.16.6, “Limitations of Fast Index Creation”
Section 18.1.6.10, “Limitations Relating to Multiple MySQL Cluster Nodes”
Section 18.1.6.2, “Limits and Differences of MySQL Cluster from Standard MySQL Limits”
Section C.10.3, “Limits on Table Size”
Section 18.1.6.3, “Limits Relating to Transaction Handling in MySQL Cluster”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Syntax”
Section 19.3.3, “Maintenance of Partitions”
Section 19.3.2, “Management of HASH and KEY Partitions”
Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 15.8.2, “MERGE Table Problems”
Section 15.3.1, “MyISAM Startup Options”
Section 15.3.3, “MyISAM Table Storage Formats”
Section 4.6.3.1, “myisamchk General Options”
Section 18.3.3.1, “MySQL Cluster Configuration: Basic Example”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 18.2.5, “MySQL Cluster Example with Tables and Data”
Section 18.6.4, “MySQL Cluster Replication Schema and Tables”
Section 18.3.3.8.2, “MySQL Cluster System Variables”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section A.10, “MySQL FAQ: MySQL 5.5 and MySQL Cluster”
MySQL Glossary
Section 23.8.7.35, “mysql_info()”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 18.4.20, “ndb_restore — Restore a MySQL Cluster Backup”
Section 18.1.6.1, “Noncompliance with SQL Syntax in MySQL Cluster”
Section 13.7.2.4, “OPTIMIZE TABLE Syntax”
Section 11.2.6, “Out-of-Range and Overflow Handling”
Section 19.1, “Overview of Partitioning in MySQL”
Section 14.12.1, “Overview of Table Compression”
Section 19.3, “Partition Management”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 19.5.1, “Partitioning Keys, Primary Keys, and Unique Keys”
Section 19.5.2, “Partitioning Limitations Relating to Storage Engines”
Section 18.1.6.11, “Previous MySQL Cluster Issues Resolved in MySQL 5.1, MySQL Cluster NDB 6.x, and MySQL Cluster NDB 7.x”
Section 6.2.1, “Privileges Provided by MySQL”
Section B.5.6.1, “Problems with ALTER TABLE”
Section 19.2.3.1, “RANGE COLUMNS partitioning”
Section 19.2.1, “RANGE Partitioning”
Section 2.11.4, “Rebuilding or Repairing Tables or Indexes”
Section 13.1.32, “RENAME TABLE Syntax”
Section 17.4.1.1, “Replication and AUTO_INCREMENT”
Section 17.4.1.27, “Replication and Reserved Words”
Section 17.4.1.10.1, “Replication with More Columns on Master or Slave”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section C.5, “Restrictions on Views”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.3, “Server Command Options”
Section B.3, “Server Error Codes and Messages”
Section 5.1.7, “Server SQL Modes”
Section 5.1.4, “Server System Variables”
Section 5.4.4.2, “Setting The Binary Log Format”
Section 15.1, “Setting the Storage Engine”
Section 13.7.5.16, “SHOW ENGINE Syntax”
Section 13.7.5.23, “SHOW INDEX Syntax”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section 13.1.17.4, “Silent Column Specification Changes”
Section 14.14.2, “Specifying the Row Format for a Table”
Section 14.12.6, “SQL Compression Syntax Warnings and Errors”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 11.1.3, “String Type Overview”
Section 10.1.4.3, “Table Character Set and Collation”
Section B.5.6.2, “TEMPORARY Table Problems”
Section 5.4.6, “The DDL Log”
Section 21.12, “The INFORMATION_SCHEMA PARTITIONS Table”
Section 15.4, “The MEMORY Storage Engine”
Section 15.3, “The MyISAM Storage Engine”
Section 5.4.5, “The Slow Query Log”
Section 14.23.3, “Troubleshooting InnoDB Data Dictionary Operations”
Section 18.1.6.6, “Unsupported or Missing Features in MySQL Cluster”
Section 3.6.9, “Using AUTO_INCREMENT”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”
Section 17.3.2, “Using Replication with Different Master and Slave Storage Engines”
Section 8.12.4.2, “Using Symbolic Links for MyISAM Tables on Unix”
Section 14.13.2, “Verifying File Format Compatibility”
Section 1.4, “What Is New in MySQL 5.5”
Section B.5.3.3, “What to Do If MySQL Keeps Crashing”
Section B.5.3.5, “Where MySQL Stores Temporary Files”
Section 11.3.4, “YEAR(2) Limitations and Migrating to YEAR(4)”

ALTER TABLE ... ADD PARTITION

Section 19.3.1, “Management of RANGE and LIST Partitions”

ALTER TABLE ... DISCARD TABLESPACE

MySQL Glossary

ALTER TABLE ... DROP PARTITION

Section 17.4.1.19, “Replication and Partitioning”

ALTER TABLE ... ENGINE = MEMORY

Section 17.4.1.23, “Replication and MEMORY Tables”

ALTER TABLE ... ENGINE = NDB

Section 18.5.14, “Distributed MySQL Privileges for MySQL Cluster”

ALTER TABLE ... IMPORT TABLESPACE

Section 13.1.7, “ALTER TABLE Syntax”
MySQL Glossary

ALTER TABLE ... OPTIMIZE PARTITION

Section 19.3.3, “Maintenance of Partitions”
Section 19.5.2, “Partitioning Limitations Relating to Storage Engines”

ALTER TABLE ... PARTITION BY

Section 19.5.1, “Partitioning Keys, Primary Keys, and Unique Keys”

ALTER TABLE ... PARTITION BY ...

Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 19.5, “Restrictions and Limitations on Partitioning”

ALTER TABLE ... PARTITION BY ALGORITHM=1 KEY ()

Section 2.11.2.1, “Changes Affecting Downgrades from MySQL 5.5”

ALTER TABLE ... PARTITION BY ALGORITHM=2 KEY ()

Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”

ALTER TABLE ... RENAME

Section 8.12.4.2, “Using Symbolic Links for MyISAM Tables on Unix”

ALTER TABLE ... REORGANIZE PARTITION

Section 18.5.13.1, “Adding MySQL Cluster Data Nodes Online: General Issues”
Section 18.3.3.6, “Defining MySQL Cluster Data Nodes”
Section 18.3.3.7, “Defining SQL and Other API Nodes in a MySQL Cluster”

ALTER TABLE ... REPAIR PARTITION

Section 19.3.3, “Maintenance of Partitions”

ALTER TABLE ... TRUNCATE PARTITION

Section 19.3.3, “Maintenance of Partitions”
Section 19.3, “Partition Management”
Section 1.4, “What Is New in MySQL 5.5”

ALTER TABLE mysql.ndb_apply_status ENGINE=MyISAM

Section 18.6.3, “Known Issues in MySQL Cluster Replication”

ALTER TABLE t3 DROP PARTITION p2

Section 5.4.6, “The DDL Log”

ALTER TABLE table_name REORGANIZE PARTITION

Section 18.5.13.3, “Adding MySQL Cluster Data Nodes Online: Detailed Example”

ALTER TABLE tbl_name FORCE

Section 13.1.7, “ALTER TABLE Syntax”

ALTER TABLE tbl_name TABLESPACE tablespace_name

MySQL Glossary

ALTER TABLESPACE

Section 13.1.8, “ALTER TABLESPACE Syntax”
Section 13.1.18, “CREATE TABLESPACE Syntax”
Section 18.3.3.6, “Defining MySQL Cluster Data Nodes”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 21.29.1, “The INFORMATION_SCHEMA FILES Table”

ALTER VIEW

Section 13.1.9, “ALTER VIEW Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section 12.14, “Information Functions”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section C.1, “Restrictions on Stored Programs”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.5.2, “View Processing Algorithms”
Section 20.5.1, “View Syntax”

ANALYZE TABLE

Section 13.1.7, “ALTER TABLE Syntax”
Section 13.7.2.1, “ANALYZE TABLE Syntax”
Section 14.9.10, “Configuring Optimizer Statistics for InnoDB”
Section 14.9.10.1, “Estimating ANALYZE TABLE Complexity for InnoDB Tables”
Section 8.8.2, “EXPLAIN Output Format”
Section 13.8.2, “EXPLAIN Syntax”
Section 12.9.6, “Fine-Tuning MySQL Full-Text Search”
Section 8.14.2, “General Thread States”
Section 8.3.7, “InnoDB and MyISAM Index Statistics Collection”
Section 14.17, “InnoDB Startup Options and System Variables”
Section B.5.7, “Known Issues in MySQL”
Section 14.11.8, “Limits on InnoDB Tables”
Section 19.3.3, “Maintenance of Partitions”
Section 15.8.2, “MERGE Table Problems”
Section 7.6, “MyISAM Table Maintenance and Crash Recovery”
Section 4.6.3.1, “myisamchk General Options”
Section 1.7.1, “MySQL Extensions to Standard SQL”
MySQL Glossary
Section 4.5.3, “mysqlcheck — A Table Maintenance Program”
Section 8.6.1, “Optimizing MyISAM Queries”
Section 8.8.1, “Optimizing Queries with EXPLAIN”
Section 6.2.1, “Privileges Provided by MySQL”
Section 17.4.1.14, “Replication and FLUSH”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 13.7.5.23, “SHOW INDEX Syntax”
Section 8.2.1.1, “Speed of SELECT Statements”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 5.4.5, “The Slow Query Log”

B

[index top]

BEGIN

Section 14.8.2.2, “autocommit, Commit, and Rollback”
Section 13.6.1, “BEGIN ... END Compound-Statement Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 14.23.4, “InnoDB Error Handling”
Section 17.4.1.35, “Replication and Transactions”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section C.1, “Restrictions on Stored Programs”
Section 5.1.4, “Server System Variables”
Section 13.3.3, “Statements That Cause an Implicit Commit”

BEGIN ... END

Section 13.6.1, “BEGIN ... END Compound-Statement Syntax”
Section 13.6.5.1, “CASE Syntax”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 13.6.6.1, “Cursor CLOSE Syntax”
Section 13.6.6.3, “Cursor FETCH Syntax”
Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.6.3, “DECLARE Syntax”
Section 20.1, “Defining Stored Programs”
Section 20.4.1, “Event Scheduler Overview”
Section 13.6.5.4, “LEAVE Syntax”
Section 13.6.4.1, “Local Variable DECLARE Syntax”
Section 13.6.4.2, “Local Variable Scope and Resolution”
Section 13.6, “MySQL Compound-Statement Syntax”
Section C.1, “Restrictions on Stored Programs”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 13.6.2, “Statement Label Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.3.1, “Trigger Syntax and Examples”

BINLOG

Section 13.7.6.1, “BINLOG Syntax”
Section 4.6.7.2, “mysqlbinlog Row Event Display”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”

C

[index top]

CACHE INDEX

Section 13.7.6.2, “CACHE INDEX Syntax”
Section 8.10.2.4, “Index Preloading”
Section 13.7.6.5, “LOAD INDEX INTO CACHE Syntax”
Section 8.10.2.2, “Multiple Key Caches”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 1.4, “What Is New in MySQL 5.5”

CALL

Section 20.6, “Access Control for Stored Programs and Views”
Section 20.7, “Binary Logging of Stored Programs”
Section 23.8.5, “C API Data Structures”
Section 23.8.18, “C API Prepared Statement Problems”
Section 23.8.17, “C API Support for Multiple Statement Execution”
Section 23.8.20, “C API Support for Prepared CALL Statements”
Section 13.2.1, “CALL Syntax”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 23.8.7.1, “mysql_affected_rows()”
Section 23.8.7.37, “mysql_insert_id()”
Section 23.8.7.45, “mysql_more_results()”
Section 23.8.7.46, “mysql_next_result()”
Section 23.8.7.52, “mysql_real_connect()”
Section 23.8.7.64, “mysql_set_server_option()”
Section 23.8.11.17, “mysql_stmt_next_result()”
Section 13.5, “SQL Syntax for Prepared Statements”
Chapter 20, Stored Programs and Views
Section 20.2.1, “Stored Routine Syntax”
Section 20.3.1, “Trigger Syntax and Examples”

CALL p()

Section 13.6.7.3.3, “RESIGNAL with a Condition Value and Optional New Signal Information”

CALL stored_procedure()

Section 19.5.4, “Partitioning and Table-Level Locking”

CASE

Section 13.6.5.1, “CASE Syntax”
Section 12.4, “Control Flow Functions”
Section 13.6.5, “Flow Control Statements”

CHANGE MASTER TO

Section 17.3.1.2, “Backing Up Raw Data from a Slave”
Section 13.4.2.1, “CHANGE MASTER TO Syntax”
Section 17.1.1.5, “Creating a Data Snapshot Using mysqldump”
Section 13.7.1.3, “GRANT Syntax”
Section 18.6.8, “Implementing Failover with MySQL Cluster Replication”
Section 18.6.9, “MySQL Cluster Backups With MySQL Cluster Replication”
Section 18.6.10, “MySQL Cluster Replication: Multi-Master and Circular Replication”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 18.6.5, “Preparing the MySQL Cluster for Replication”
Section 6.2.1, “Privileges Provided by MySQL”
Section 17.4.1.21, “Replication and Master or Slave Shutdowns”
Section 17.1, “Replication Configuration”
Section 8.14.8, “Replication Slave Connection Thread States”
Section 8.14.6, “Replication Slave I/O Thread States”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 13.4.2.3, “RESET SLAVE Syntax”
Section 5.1.6, “Server Status Variables”
Section 13.7.1.6, “SET PASSWORD Syntax”
Section 17.1.1.10, “Setting the Master Configuration on the Slave”
Section 17.3.7, “Setting Up Replication to Use Secure Connections”
Section 17.1.1.8, “Setting Up Replication with Existing Data”
Section 17.1.1.7, “Setting Up Replication with New Master and Slaves”
Section 13.7.5.35, “SHOW SLAVE STATUS Syntax”
Section 17.2.2.2, “Slave Status Logs”
Section 17.3.6, “Switching Masters During Failover”
Section 17.1.2.2, “Usage of Row-Based Logging and Replication”
Section 1.4, “What Is New in MySQL 5.5”

CHECK TABLE

Section 13.1.7.1, “ALTER TABLE Partition Operations”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 13.7.2.2, “CHECK TABLE Syntax”
Section 2.11.3, “Checking Whether Tables or Indexes Must Be Rebuilt”
Section 15.3.4.1, “Corrupted MyISAM Tables”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section 8.11.5, “External Locking”
Section 7.6.3, “How to Repair MyISAM Tables”
Section 1.6, “How to Report Bugs or Problems”
Section 4.6.1, “innochecksum — Offline InnoDB File Checksum Utility”
Section 14.21, “InnoDB Backup and Recovery”
Section 14.23, “InnoDB Troubleshooting”
Section 19.3.3, “Maintenance of Partitions”
Section 7.6, “MyISAM Table Maintenance and Crash Recovery”
Section 4.6.3, “myisamchk — MyISAM Table-Maintenance Utility”
Section A.6, “MySQL 5.5 FAQ: Views”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section B.5.2.9, “MySQL server has gone away”
Section 23.8.7.69, “mysql_store_result()”
Section 4.4.7, “mysql_upgrade — Check and Upgrade MySQL Tables”
Section 23.8.7.71, “mysql_use_result()”
Section 4.5.3, “mysqlcheck — A Table Maintenance Program”
Section 15.3.4.2, “Problems from Tables Not Being Closed Properly”
Section 2.11.4, “Rebuilding or Repairing Tables or Indexes”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section C.3, “Restrictions on Server-Side Cursors”
Section C.1, “Restrictions on Stored Programs”
Section C.5, “Restrictions on Views”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.3, “Server Command Options”
Section 7.6.5, “Setting Up a MyISAM Table Maintenance Schedule”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 15.6, “The ARCHIVE Storage Engine”
Section 15.8, “The MERGE Storage Engine”
Section 5.4.5, “The Slow Query Log”

CHECK TABLE ... EXTENDED

Section 13.7.2.2, “CHECK TABLE Syntax”

CHECK TABLE ... FOR UPGRADE

Section 2.11.3, “Checking Whether Tables or Indexes Must Be Rebuilt”
Section 13.7.2.5, “REPAIR TABLE Syntax”

CHECKSUM TABLE

Section 13.7.2.3, “CHECKSUM TABLE Syntax”
Section 13.1.17, “CREATE TABLE Syntax”
Section 17.4.1.4, “Replication and CHECKSUM TABLE”

COMMIT

Section 14.8.2.2, “autocommit, Commit, and Rollback”
Section 20.7, “Binary Logging of Stored Programs”
Section 8.5.4, “Bulk Data Loading for InnoDB Tables”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 14.5, “InnoDB and the ACID Model”
Section 14.23.4, “InnoDB Error Handling”
Section 14.11.8, “Limits on InnoDB Tables”
Section 18.3.3.8.2, “MySQL Cluster System Variables”
Section 13.3, “MySQL Transactional and Locking Statements”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 17.1.1.4, “Obtaining the Replication Master Binary Log Coordinates”
Section 17.4.1.35, “Replication and Transactions”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 13.3.4, “SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT Syntax”
Section 5.1.6, “Server Status Variables”
Section 5.1.4, “Server System Variables”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 5.4.4, “The Binary Log”
Section 20.3.1, “Trigger Syntax and Examples”

CREATE DATABASE

Section 7.1, “Backup and Recovery Types”
Section 23.8.6, “C API Function Overview”
Section 10.1.6, “Configuring the Character Set and Collation for Applications”
Section 7.4.5.2, “Copy a Database from one Server to Another”
Section 13.1.10, “CREATE DATABASE Syntax”
Section 10.1.4.2, “Database Character Set and Collation”
Section 7.4.1, “Dumping Data in SQL Format with mysqldump”
Section 17.2.3.1, “Evaluation of Database-Level Replication and Binary Logging Options”
Section 9.2.2, “Identifier Case Sensitivity”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 18.6.9, “MySQL Cluster Backups With MySQL Cluster Replication”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 23.8.7.8, “mysql_create_db()”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 7.4.2, “Reloading SQL-Format Backups”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 10.1.4.1, “Server Character Set and Collation”
Section B.3, “Server Error Codes and Messages”
Section 13.7.5.8, “SHOW CREATE DATABASE Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”
Section 13.3.3, “Statements That Cause an Implicit Commit”

CREATE DATABASE dbx

Section 17.2.3, “How Servers Evaluate Replication Filtering Rules”

CREATE DATABASE IF NOT EXISTS

Section 17.4.1.5, “Replication of CREATE ... IF NOT EXISTS Statements”

CREATE EVENT

Section 13.1.2, “ALTER EVENT Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 13.1.11, “CREATE EVENT Syntax”
Section 20.4.4, “Event Metadata”
Section 20.4.3, “Event Syntax”
Section 12.14, “Information Functions”
Section 4.5.5, “mysqlimport — A Data Import Program”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 17.4.1.12, “Replication of Invoked Features”
Section C.1, “Restrictions on Stored Programs”
Section 13.7.5.9, “SHOW CREATE EVENT Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”
Section 21.7, “The INFORMATION_SCHEMA EVENTS Table”

CREATE EVENT IF NOT EXISTS

Section 17.4.1.5, “Replication of CREATE ... IF NOT EXISTS Statements”

CREATE FUNCTION

Section 24.4, “Adding New Functions to MySQL”
Section 13.1.3, “ALTER FUNCTION Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 1.8.1, “Contributors to MySQL”
Section 13.1.12, “CREATE FUNCTION Syntax”
Section 13.7.3.1, “CREATE FUNCTION Syntax for User-Defined Functions”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 13.7.3.2, “DROP FUNCTION Syntax”
Section 9.2.4, “Function Name Parsing and Resolution”
Section 12.14, “Information Functions”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 17.4.1.12, “Replication of Invoked Features”
Section C.1, “Restrictions on Stored Programs”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.2.1, “Stored Routine Syntax”
Section 24.4.2.1, “UDF Calling Sequences for Simple Functions”
Section 24.4.2.5, “UDF Compiling and Installing”
Section 24.4.2.6, “UDF Security Precautions”
Section 2.11.1, “Upgrading MySQL”

CREATE INDEX

Section 13.1.7.2, “ALTER TABLE Online Operations in MySQL Cluster”
Section 8.3.4, “Column Indexes”
Section 14.16.4, “Concurrency Considerations for Fast Index Creation”
Section 13.1.13, “CREATE INDEX Syntax”
Section 13.1.17, “CREATE TABLE Syntax”
Section 11.5.3.6, “Creating Spatial Indexes”
Section 14.12.2, “Enabling Compression for a Table”
Section 14.16.2, “Examples of Fast Index Creation”
Section 12.9, “Full-Text Search Functions”
Section 14.12.5, “How Compression Works for InnoDB Tables”
Section 14.16.5, “How Crash Recovery Works with Fast Index Creation”
Section 14.17, “InnoDB Startup Options and System Variables”
MySQL Glossary
Section 8.7, “Optimizing for MEMORY Tables”
Section 14.16.1, “Overview of Fast Index Creation”
Section 5.1.3, “Server Command Options”
Section B.3, “Server Error Codes and Messages”
Section 5.1.4, “Server System Variables”
Section 13.7.5.23, “SHOW INDEX Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 5.4.5, “The Slow Query Log”
Section 18.1.6.6, “Unsupported or Missing Features in MySQL Cluster”

CREATE LOGFILE GROUP

Section 13.1.4, “ALTER LOGFILE GROUP Syntax”
Section 13.1.14, “CREATE LOGFILE GROUP Syntax”
Section 13.1.18, “CREATE TABLESPACE Syntax”
Section 18.3.3.6, “Defining MySQL Cluster Data Nodes”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 21.29.1, “The INFORMATION_SCHEMA FILES Table”
Section 18.5.10.14, “The ndbinfo resources Table”

CREATE OR REPLACE VIEW

Section 13.1.9, “ALTER VIEW Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section C.5, “Restrictions on Views”

CREATE PROCEDURE

Section 13.1.5, “ALTER PROCEDURE Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 13.2.1, “CALL Syntax”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 12.14, “Information Functions”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 17.4.1.12, “Replication of Invoked Features”
Section C.1, “Restrictions on Stored Programs”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.2.1, “Stored Routine Syntax”

CREATE SCHEMA

Section 13.1.10, “CREATE DATABASE Syntax”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 18.6.9, “MySQL Cluster Backups With MySQL Cluster Replication”

CREATE SERVER

Section 13.1.6, “ALTER SERVER Syntax”
Section 13.1.16, “CREATE SERVER Syntax”
Section 15.9.2.2, “Creating a FEDERATED Table Using CREATE SERVER”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 13.7.6.3, “FLUSH Syntax”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 15.9.2, “How to Create FEDERATED Tables”
Section 17.4.1.7, “Replication of CREATE SERVER, ALTER SERVER, and DROP SERVER”
Section 13.3.3, “Statements That Cause an Implicit Commit”

CREATE TABLE

Section 13.1.7.3, “ALTER TABLE Examples”
Section 13.1.7.2, “ALTER TABLE Online Operations in MySQL Cluster”
Section 13.1.7.1, “ALTER TABLE Partition Operations”
Section 13.1.7, “ALTER TABLE Syntax”
Chapter 15, Alternative Storage Engines
Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 7.1, “Backup and Recovery Types”
Section 17.1.3.4, “Binary Log Options and Variables”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 10.1.4.4, “Column Character Set and Collation”
Section 8.3.4, “Column Indexes”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 13.1.11, “CREATE EVENT Syntax”
Section 13.1.13, “CREATE INDEX Syntax”
Section 13.1.16, “CREATE SERVER Syntax”
Section 13.1.17.1, “CREATE TABLE ... LIKE Syntax”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section 13.1.17, “CREATE TABLE Syntax”
Section 15.9.2.1, “Creating a FEDERATED Table Using CONNECTION”
Section 3.3.2, “Creating a Table”
Section 14.11.1, “Creating InnoDB Tables”
Section 11.5.3.2, “Creating Spatial Columns”
Section 11.5.3.6, “Creating Spatial Indexes”
Section 7.2, “Database Backup Methods”
Section 10.1.4.2, “Database Character Set and Collation”
Section 18.3.3.6, “Defining MySQL Cluster Data Nodes”
Section 7.4.3, “Dumping Data in Delimited-Text Format with mysqldump”
Section 14.12.2, “Enabling Compression for a Table”
Section 14.20.2, “Enabling InnoDB Monitors”
Section 1.7.3.2, “FOREIGN KEY Constraints”
Section 12.9, “Full-Text Search Functions”
Section 3.4, “Getting Information About Databases and Tables”
Section 19.2.4, “HASH Partitioning”
Section 13.8.3, “HELP Syntax”
Section 14.12.5, “How Compression Works for InnoDB Tables”
Section 19.2.7, “How MySQL Partitioning Handles NULL”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 9.2.2, “Identifier Case Sensitivity”
Section 12.14, “Information Functions”
Section 18.2.3, “Initial Configuration of MySQL Cluster”
Section 14.11.7, “InnoDB and FOREIGN KEY Constraints”
Section 14.22, “InnoDB and MySQL Replication”
Section 14.14, “InnoDB Row Storage and Row Formats”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 14.23, “InnoDB Troubleshooting”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 14.1, “Introduction to InnoDB”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 19.2.5, “KEY Partitioning”
Section C.10.3, “Limits on Table Size”
Section 18.1.6.3, “Limits Relating to Transaction Handling in MySQL Cluster”
Section 19.2.2, “LIST Partitioning”
Section 13.2.7, “LOAD XML Syntax”
Section 3.3.3, “Loading Data into a Table”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 15.3.3, “MyISAM Table Storage Formats”
Section 18.3.3.1, “MySQL Cluster Configuration: Basic Example”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section A.10, “MySQL FAQ: MySQL 5.5 and MySQL Cluster”
MySQL Glossary
Section 4.5.1.1, “mysql Options”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 18.5.15, “NDB API Statistics Counters and Variables”
Section 18.4.6, “ndb_blob_tool — Check and Repair BLOB and TEXT columns of MySQL Cluster Tables”
Section 18.1.6.1, “Noncompliance with SQL Syntax in MySQL Cluster”
Section 8.4.1, “Optimizing Data Size”
Section 8.5.6, “Optimizing InnoDB DDL Operations”
Section 19.1, “Overview of Partitioning in MySQL”
Section 14.12.1, “Overview of Table Compression”
Section 19.3, “Partition Management”
Section 19.5.1, “Partitioning Keys, Primary Keys, and Unique Keys”
Section 19.5.3, “Partitioning Limitations Relating to Functions”
Section 19.5.2, “Partitioning Limitations Relating to Storage Engines”
Section 19.2, “Partitioning Types”
Section 18.1.6.11, “Previous MySQL Cluster Issues Resolved in MySQL 5.1, MySQL Cluster NDB 6.x, and MySQL Cluster NDB 7.x”
Section 6.2.1, “Privileges Provided by MySQL”
Section 19.2.3.1, “RANGE COLUMNS partitioning”
Section 19.2.1, “RANGE Partitioning”
Section 2.11.4, “Rebuilding or Repairing Tables or Indexes”
Section 7.4.4, “Reloading Delimited-Text Format Backups”
Section 13.2.8, “REPLACE Syntax”
Section 17.4.1.1, “Replication and AUTO_INCREMENT”
Section 17.4.1.3, “Replication and Character Sets”
Section 17.4.1.11, “Replication and DIRECTORY Table Options”
Section 17.4.1.15, “Replication and System Functions”
Section 17.4.1.6, “Replication of CREATE TABLE ... SELECT Statements”
Section 17.4.1.10.1, “Replication with More Columns on Master or Slave”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.3, “Server Command Options”
Section B.3, “Server Error Codes and Messages”
Section 5.1.7, “Server SQL Modes”
Section 5.1.4, “Server System Variables”
Section 5.4.4.2, “Setting The Binary Log Format”
Section 15.1, “Setting the Storage Engine”
Section 13.7.5.6, “SHOW COLUMNS Syntax”
Section 13.7.5.12, “SHOW CREATE TABLE Syntax”
Section 13.7.5.16, “SHOW ENGINE Syntax”
Section 13.7.5.23, “SHOW INDEX Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”
Section 13.7.5.37, “SHOW TABLE STATUS Syntax”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section 13.1.17.4, “Silent Column Specification Changes”
Section B.1, “Sources of Error Information”
Section 14.14.2, “Specifying the Row Format for a Table”
Section 14.12.6, “SQL Compression Syntax Warnings and Errors”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 11.1.3, “String Type Overview”
Section 19.2.6, “Subpartitioning”
Section 10.1.4.3, “Table Character Set and Collation”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”
Section 15.6, “The ARCHIVE Storage Engine”
Section 11.4.4, “The ENUM Type”
Section 21.12, “The INFORMATION_SCHEMA PARTITIONS Table”
Section 15.4, “The MEMORY Storage Engine”
Section 15.3, “The MyISAM Storage Engine”
Section 13.2.10.1, “The Subquery as Scalar Operand”
Section 14.23.3, “Troubleshooting InnoDB Data Dictionary Operations”
Section 13.1.33, “TRUNCATE TABLE Syntax”
Section 13.7.3.4, “UNINSTALL PLUGIN Syntax”
Section 18.1.6.6, “Unsupported or Missing Features in MySQL Cluster”
Section 3.6.9, “Using AUTO_INCREMENT”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”
Section 3.3.4.9, “Using More Than one Table”
Section 7.4, “Using mysqldump for Backups”
Section 17.3.2, “Using Replication with Different Master and Slave Storage Engines”
Section 8.12.4.2, “Using Symbolic Links for MyISAM Tables on Unix”
Section 1.4, “What Is New in MySQL 5.5”
Section C.10.6, “Windows Platform Limitations”

CREATE TABLE ... LIKE

Section 13.1.17.1, “CREATE TABLE ... LIKE Syntax”
Section 17.4.1.1, “Replication and AUTO_INCREMENT”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”
Section 15.8, “The MERGE Storage Engine”

CREATE TABLE ... SELECT

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 20.7, “Binary Logging of Stored Programs”
Section 12.10, “Cast Functions and Operators”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 14.8.2.3, “Consistent Nonlocking Reads”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 17.4.2, “Replication Compatibility Between MySQL Versions”
Section 17.4.1.6, “Replication of CREATE TABLE ... SELECT Statements”
Section 1.7.2.1, “SELECT INTO TABLE Differences”
Section 13.3.3, “Statements That Cause an Implicit Commit”

CREATE TABLE ... SELECT ...

Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 19.3.1, “Management of RANGE and LIST Partitions”

CREATE TABLE IF NOT EXISTS

Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section 17.4.1.5, “Replication of CREATE ... IF NOT EXISTS Statements”

CREATE TABLE IF NOT EXISTS ... LIKE

Section 17.4.1.5, “Replication of CREATE ... IF NOT EXISTS Statements”

CREATE TABLE IF NOT EXISTS ... SELECT

Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section 17.4.1.5, “Replication of CREATE ... IF NOT EXISTS Statements”

CREATE TABLE tbl_name ... TABLESPACE tablespace_name

MySQL Glossary

CREATE TABLESPACE

Section 13.1.8, “ALTER TABLESPACE Syntax”
Section 13.1.17, “CREATE TABLE Syntax”
Section 13.1.18, “CREATE TABLESPACE Syntax”
Section 18.3.3.6, “Defining MySQL Cluster Data Nodes”
Section 13.1.29, “DROP TABLESPACE Syntax”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
MySQL Glossary
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 21.29.1, “The INFORMATION_SCHEMA FILES Table”

CREATE TEMPORARY TABLE

Section 13.7.1.3, “GRANT Syntax”
Section A.10, “MySQL FAQ: MySQL 5.5 and MySQL Cluster”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 7.5, “Point-in-Time (Incremental) Recovery Using the Binary Log”
Section 6.2.1, “Privileges Provided by MySQL”
Section 13.3.3, “Statements That Cause an Implicit Commit”

CREATE TRIGGER

Section 20.7, “Binary Logging of Stored Programs”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 12.14, “Information Functions”
Section A.5, “MySQL 5.5 FAQ: Triggers”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 8.2.1.14, “Optimizing Subqueries with EXISTS Strategy”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 17.4.1.12, “Replication of Invoked Features”
Section C.1, “Restrictions on Stored Programs”
Section 13.7.5.13, “SHOW CREATE TRIGGER Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.3.1, “Trigger Syntax and Examples”

CREATE USER

Section 6.3.2, “Adding User Accounts”
Section 6.3.5, “Assigning Account Passwords”
Section 5.1.8.3, “Connecting Using the IPv6 Local Host Address”
Section 13.7.1.1, “CREATE USER Syntax”
Section 17.1.1.3, “Creating a User for Replication”
Section 12.13, “Encryption and Compression Functions”
Section 6.1.2.1, “End-User Guidelines for Password Security”
Section 13.7.6.3, “FLUSH Syntax”
Section 13.7.1.3, “GRANT Syntax”
Section 6.2.2, “Grant Tables”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 24.2.4.9.4, “Implementing Proxy User Support in Authentication Plugins”
Section 6.5.1.3.1, “Installing the PAM Authentication Plugin”
Section 6.5.1.4.1, “Installing the Windows Authentication Plugin”
Section 5.1.8, “IPv6 Support”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 18.5.11.2, “MySQL Cluster and MySQL Privileges”
Section 6.1.2.4, “Password Hashing in MySQL”
Section 6.1.2.3, “Passwords and Logging”
Section 6.3.6, “Pluggable Authentication”
Section 6.2.1, “Privileges Provided by MySQL”
Section 2.10.1.1, “Problems Running mysql_install_db”
Section 6.3.7, “Proxy Users”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 6.2.3, “Specifying Account Names”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 6.2, “The MySQL Access Privilege System”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section 6.3.1, “User Names and Passwords”
Section 6.5.1.3.2, “Using the PAM Authentication Plugin”
Section 6.5.1.4.2, “Using the Windows Authentication Plugin”
Section 18.1.4, “What is New in MySQL Cluster”

CREATE VIEW

Section 13.1.9, “ALTER VIEW Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section 8.14.2, “General Thread States”
Section 12.14, “Information Functions”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 6.2.1, “Privileges Provided by MySQL”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section C.5, “Restrictions on Views”
Section 9.2, “Schema Object Names”
Section 13.7.5.14, “SHOW CREATE VIEW Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”
Section 21.27, “The INFORMATION_SCHEMA VIEWS Table”
Section 20.5.3, “Updatable and Insertable Views”
Section 20.5.2, “View Processing Algorithms”
Section 20.5.1, “View Syntax”

D

[index top]

DEALLOCATE PREPARE

Section 13.5.3, “DEALLOCATE PREPARE Syntax”
Section 13.5.1, “PREPARE Syntax”
Section C.1, “Restrictions on Stored Programs”
Section 5.1.6, “Server Status Variables”
Section 13.5, “SQL Syntax for Prepared Statements”

DECLARE

Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 13.6.3, “DECLARE Syntax”
Section 13.6.7.4, “SIGNAL Syntax”
Section 13.6.4, “Variables in Stored Programs”

DECLARE ... CONDITION

Section 13.6.7, “Condition Handling”
Section 13.6.7.1, “DECLARE ... CONDITION Syntax”
Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.6.7.4, “SIGNAL Syntax”

DECLARE ... HANDLER

Section 13.6.7, “Condition Handling”
Section 13.6.7.1, “DECLARE ... CONDITION Syntax”
Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.6.7.4.2, “Effect of Signals on Handlers, Cursors, and Statements”

DELETE

Section 6.3.2, “Adding User Accounts”
Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 13.1.7.1, “ALTER TABLE Partition Operations”
Section 17.1.3.4, “Binary Log Options and Variables”
Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 23.8.6, “C API Function Overview”
Section 23.8.10, “C API Prepared Statement Function Overview”
Section 14.7.2, “Change Buffer”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 14.9.4, “Configuring InnoDB Change Buffering”
Section 14.8.2.3, “Consistent Nonlocking Reads”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section 13.2.2, “DELETE Syntax”
Section B.5.4.6, “Deleting Rows from Related Tables”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 14.23.2, “Forcing InnoDB Recovery”
Chapter 12, Functions and Operators
Section 8.14.2, “General Thread States”
Section 13.7.1.3, “GRANT Syntax”
Section 6.2.2, “Grant Tables”
Section 8.2.1.2, “How MySQL Optimizes WHERE Clauses”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.14, “Information Functions”
Chapter 21, INFORMATION_SCHEMA Tables
Section 14.22, “InnoDB and MySQL Replication”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 8.11.1, “Internal Locking Methods”
Section 13.2.9.2, “JOIN Syntax”
Section 9.3, “Keywords and Reserved Words”
Section 13.7.6.4, “KILL Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 18.1.6.2, “Limits and Differences of MySQL Cluster from Standard MySQL Limits”
Section 18.1.6.3, “Limits Relating to Transaction Handling in MySQL Cluster”
Section 19.2.2, “LIST Partitioning”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 15.8.2, “MERGE Table Problems”
Section 18.5.11.3, “MySQL Cluster and MySQL Security Procedures”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 1.7.1, “MySQL Extensions to Standard SQL”
MySQL Glossary
Section 4.5.1.1, “mysql Options”
Section 23.8.7.1, “mysql_affected_rows()”
Section 23.8.7.48, “mysql_num_rows()”
Section 23.8.11.10, “mysql_stmt_execute()”
Section 23.8.11.13, “mysql_stmt_field_count()”
Section 23.8.11.18, “mysql_stmt_num_rows()”
Section 18.4.9, “ndb_delete_all — Delete All Rows from an NDB Table”
Section 8.2.2, “Optimizing Data Change Statements”
Section 8.2.1, “Optimizing SELECT Statements”
Section 19.4, “Partition Pruning”
Section 18.5.5, “Performing a Rolling Restart of a MySQL Cluster”
Section 6.2.1, “Privileges Provided by MySQL”
Section 8.14.4, “Query Cache Thread States”
Section 19.2.1, “RANGE Partitioning”
Section 14.15.5, “Reclaiming Disk Space with TRUNCATE TABLE”
Section 17.4.1.16, “Replication and LIMIT”
Section 17.4.1.23, “Replication and MEMORY Tables”
Section 17.4.1.26, “Replication and the Query Optimizer”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 13.7.1.5, “REVOKE Syntax”
Section 13.2.10.11, “Rewriting Subqueries as Joins”
Section 3.3.4.1, “Selecting All Data”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.3, “Server Command Options”
Section 5.1.6, “Server Status Variables”
Section 5.1.4, “Server System Variables”
Section 5.7.1.12, “Statement Probes”
Section 13.2.10.9, “Subquery Errors”
Section 13.2.10, “Subquery Syntax”
Section 8.11.2, “Table Locking Issues”
Section 15.6, “The ARCHIVE Storage Engine”
Section 5.4.4, “The Binary Log”
Section 15.7, “The BLACKHOLE Storage Engine”
Section 21.27, “The INFORMATION_SCHEMA VIEWS Table”
Section 1.3.2, “The Main Features of MySQL”
Section 15.4, “The MEMORY Storage Engine”
Section 15.8, “The MERGE Storage Engine”
Section 6.2, “The MySQL Access Privilege System”
Section 14.8.2.1, “Transaction Isolation Levels”
Section 20.3.1, “Trigger Syntax and Examples”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section 13.1.33, “TRUNCATE TABLE Syntax”
Section 20.5.3, “Updatable and Insertable Views”
Section 17.1.2.2, “Usage of Row-Based Logging and Replication”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”
Section 4.5.1.6.3, “Using the --safe-updates Option”
Section 23.8.15.2, “What Results You Can Get from a Query”
Section 6.2.6, “When Privilege Changes Take Effect”
Section 23.8.15.1, “Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success”
Section 24.2.4.8, “Writing Audit Plugins”

DELETE FROM ... WHERE ...

Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”

DELETE FROM a.t

Section 17.1.3.3, “Replication Slave Options and Variables”

DELETE FROM t1,t2

Section 5.7.1.12, “Statement Probes”

DESCRIBE

Section 23.8.5, “C API Data Structures”
Section 23.8.6, “C API Function Overview”
Section 13.1.17, “CREATE TABLE Syntax”
Section 3.3.2, “Creating a Table”
Section 13.8.1, “DESCRIBE Syntax”
Section 13.8.2, “EXPLAIN Syntax”
Section 21.31, “Extensions to SHOW Statements”
Section 3.4, “Getting Information About Databases and Tables”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 23.8.11.28, “mysql_stmt_store_result()”
Section 23.8.7.69, “mysql_store_result()”
Section 23.8.7.71, “mysql_use_result()”
Section 13.7.5.6, “SHOW COLUMNS Syntax”
Section 13.1.17.4, “Silent Column Specification Changes”
Section 21.28.6, “The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table”
Section 21.28.7, “The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table”
Section 21.28.8, “The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table”
Section 21.28.1, “The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables”
Section 21.28.2, “The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables”
Section 21.28.5, “The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table”
Section 21.28.4, “The INFORMATION_SCHEMA INNODB_LOCKS Table”
Section 21.28.3, “The INFORMATION_SCHEMA INNODB_TRX Table”
Section 3.6.6, “Using Foreign Keys”
Section 10.1.12, “UTF-8 for Metadata”

DO

Section 13.1.2, “ALTER EVENT Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 13.1.11, “CREATE EVENT Syntax”
Section 13.2.3, “DO Syntax”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 12.16, “Miscellaneous Functions”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section C.1, “Restrictions on Stored Programs”
Section 13.2.10, “Subquery Syntax”
Section 21.7, “The INFORMATION_SCHEMA EVENTS Table”

DROP DATABASE

Section 23.8.6, “C API Function Overview”
Section 13.1.21, “DROP DATABASE Syntax”
Section 7.4.1, “Dumping Data in SQL Format with mysqldump”
Section 17.2.3.1, “Evaluation of Database-Level Replication and Binary Logging Options”
Section 8.10.3.1, “How the Query Cache Operates”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 23.8.7.11, “mysql_drop_db()”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 7.5, “Point-in-Time (Incremental) Recovery Using the Binary Log”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section C.10.6, “Windows Platform Limitations”

DROP DATABASE IF EXISTS

Section 17.4.1.9, “Replication of DROP ... IF EXISTS Statements”

DROP EVENT

Section 20.7, “Binary Logging of Stored Programs”
Section 20.4.3, “Event Syntax”
Section 17.4.1.12, “Replication of Invoked Features”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”

DROP FUNCTION

Section 24.4, “Adding New Functions to MySQL”
Section 13.1.3, “ALTER FUNCTION Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 1.8.1, “Contributors to MySQL”
Section 13.7.3.1, “CREATE FUNCTION Syntax for User-Defined Functions”
Section 13.1.23, “DROP FUNCTION Syntax”
Section 13.7.3.2, “DROP FUNCTION Syntax”
Section 13.1.26, “DROP PROCEDURE and DROP FUNCTION Syntax”
Section 9.2.4, “Function Name Parsing and Resolution”
Section 17.4.1.12, “Replication of Invoked Features”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.2.1, “Stored Routine Syntax”
Section 24.4.2.5, “UDF Compiling and Installing”
Section 24.4.2.6, “UDF Security Precautions”
Section 2.11.1, “Upgrading MySQL”

DROP INDEX

Section 13.1.7.2, “ALTER TABLE Online Operations in MySQL Cluster”
Section 13.1.7, “ALTER TABLE Syntax”
Section 11.5.3.6, “Creating Spatial Indexes”
Section 13.1.24, “DROP INDEX Syntax”
Section 14.16.2, “Examples of Fast Index Creation”
Section 1.7.1, “MySQL Extensions to Standard SQL”
MySQL Glossary
Section 14.16.1, “Overview of Fast Index Creation”
Section 5.1.3, “Server Command Options”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 5.4.5, “The Slow Query Log”

DROP LOGFILE GROUP

Section 13.1.25, “DROP LOGFILE GROUP Syntax”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”

DROP PROCEDURE

Section 13.1.5, “ALTER PROCEDURE Syntax”
Section 20.7, “Binary Logging of Stored Programs”
Section 17.4.1.12, “Replication of Invoked Features”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.2.1, “Stored Routine Syntax”

DROP SCHEMA

Section 13.1.21, “DROP DATABASE Syntax”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 5.1.4, “Server System Variables”

DROP SERVER

Section 13.7.6.3, “FLUSH Syntax”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 17.4.1.7, “Replication of CREATE SERVER, ALTER SERVER, and DROP SERVER”
Section 13.3.3, “Statements That Cause an Implicit Commit”

DROP TABLE

Section 18.5.13.1, “Adding MySQL Cluster Data Nodes Online: General Issues”
Section 13.1.7, “ALTER TABLE Syntax”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 18.5.2, “Commands in the MySQL Cluster Management Client”
Section 14.8.2.3, “Consistent Nonlocking Reads”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 13.1.28, “DROP TABLE Syntax”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.14, “Information Functions”
Section 14.10.4, “InnoDB File-Per-Table Tablespaces”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”
Section 18.1.6.2, “Limits and Differences of MySQL Cluster from Standard MySQL Limits”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Syntax”
Section 15.8.2, “MERGE Table Problems”
Section 1.7.1, “MySQL Extensions to Standard SQL”
MySQL Glossary
Section 4.5.1.1, “mysql Options”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 18.4.11, “ndb_drop_index — Drop Index from an NDB Table”
Section 18.4.12, “ndb_drop_table — Drop an NDB Table”
Section 8.5.6, “Optimizing InnoDB DDL Operations”
Section 18.6.9.2, “Point-In-Time Recovery Using MySQL Cluster Replication”
Section C.5, “Restrictions on Views”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 5.4.4.2, “Setting The Binary Log Format”
Section 13.7.5.35, “SHOW SLAVE STATUS Syntax”
Section 13.6.7.4, “SIGNAL Syntax”
Section 13.4.2.5, “START SLAVE Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 5.4.6, “The DDL Log”
Section 15.4, “The MEMORY Storage Engine”
Section 15.8, “The MERGE Storage Engine”
Section 14.23.3, “Troubleshooting InnoDB Data Dictionary Operations”
Section 13.1.33, “TRUNCATE TABLE Syntax”
Section 24.2.1, “Types of Plugins”
Section 13.7.3.4, “UNINSTALL PLUGIN Syntax”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”

DROP TABLE IF EXISTS

Section 17.4.1.9, “Replication of DROP ... IF EXISTS Statements”

DROP TABLE IF EXISTS mysql.user mysql.db mysql.tables_priv mysql.columns_priv mysql.procs_priv

Section 18.5.14, “Distributed MySQL Privileges for MySQL Cluster”

DROP TABLESPACE

Section 13.1.29, “DROP TABLESPACE Syntax”
Section 18.1.6.8, “Issues Exclusive to MySQL Cluster”

DROP TEMPORARY TABLE IF EXISTS

Section 17.1.2.2, “Usage of Row-Based Logging and Replication”

DROP TRIGGER

Section 13.1.30, “DROP TRIGGER Syntax”
Section A.5, “MySQL 5.5 FAQ: Triggers”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 17.4.1.12, “Replication of Invoked Features”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.3.1, “Trigger Syntax and Examples”

DROP USER

Section 13.7.1.2, “DROP USER Syntax”
Section 13.7.6.3, “FLUSH Syntax”
Section 13.7.1.3, “GRANT Syntax”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 12.14, “Information Functions”
Section 18.5.11.2, “MySQL Cluster and MySQL Privileges”
Section 6.2.1, “Privileges Provided by MySQL”
Section 6.3.3, “Removing User Accounts”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 13.7.1.5, “REVOKE Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”
Section 6.3.1, “User Names and Passwords”

DROP USER 'x'@'localhost'

Section 24.2.4.9.3, “Using the Authentication Plugins”

DROP VIEW

Section 13.1.31, “DROP VIEW Syntax”
Section C.5, “Restrictions on Views”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”
Section 20.5.1, “View Syntax”

DROP VIEW IF EXISTS

Section 17.4.1.9, “Replication of DROP ... IF EXISTS Statements”

E

[index top]

EXECUTE

Section 23.8.20, “C API Support for Prepared CALL Statements”
Section 13.2.1, “CALL Syntax”
Section 13.5.2, “EXECUTE Syntax”
Section 13.5.1, “PREPARE Syntax”
Section C.1, “Restrictions on Stored Programs”
Section C.5, “Restrictions on Views”
Section 5.1.6, “Server Status Variables”
Section 13.5, “SQL Syntax for Prepared Statements”

EXPLAIN

Section 13.1.7, “ALTER TABLE Syntax”
Section 23.8.5, “C API Data Structures”
Section 23.8.6, “C API Function Overview”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 24.5.1, “Debugging a MySQL Server”
Section 13.8.1, “DESCRIBE Syntax”
Section 8.2.1.13, “DISTINCT Optimization”
Section 8.2.1.5, “Engine Condition Pushdown Optimization”
Section 8.8.3, “EXPLAIN EXTENDED Output Format”
Section 8.8.2, “EXPLAIN Output Format”
Section 13.8.2, “EXPLAIN Syntax”
Section 8.2.1.17, “How to Avoid Full Table Scans”
Section 8.9.3, “Index Hints”
Section 8.2.1.4, “Index Merge Optimization”
Chapter 21, INFORMATION_SCHEMA Tables
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 8.2.1.6, “IS NULL Optimization”
Section 8.2.1.12.1, “Loose Index Scan”
Section 18.3.3.8.3, “MySQL Cluster Status Variables”
Section 18.3.3.8.2, “MySQL Cluster System Variables”
Chapter 22, MySQL Performance Schema
Section 23.8.11.28, “mysql_stmt_store_result()”
Section 23.8.7.69, “mysql_store_result()”
Section 23.8.7.71, “mysql_use_result()”
Section 19.3.4, “Obtaining Information About Partitions”
Section B.5.5, “Optimizer-Related Issues”
Section 8.2.4, “Optimizing INFORMATION_SCHEMA Queries”
Section 8.8.1, “Optimizing Queries with EXPLAIN”
Section 13.2.10.10, “Optimizing Subqueries”
Section 8.2.1.14, “Optimizing Subqueries with EXISTS Strategy”
Section 8.2.1.11, “ORDER BY Optimization”
Section C.1, “Restrictions on Stored Programs”
Section 13.2.9, “SELECT Syntax”
Section B.3, “Server Error Codes and Messages”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section B.5.4.7, “Solving Problems with No Matching Rows”
Section 8.2.1.1, “Speed of SELECT Statements”
Section 13.2.10.8, “Subqueries in the FROM Clause”
Section 8.2.1.4.1, “The Index Merge Intersection Access Algorithm”
Section 1.3.2, “The Main Features of MySQL”
Section 8.2.1.3.2, “The Range Access Method for Multiple-Part Indexes”
Section 8.8, “Understanding the Query Execution Plan”
Section 24.5.1.6, “Using Server Logs to Find Causes of Errors in mysqld”
Section 11.5.3.7, “Using Spatial Indexes”
Section 8.3.6, “Verifying Index Usage”
Section 18.1.4, “What is New in MySQL Cluster”

EXPLAIN ... SELECT

Section 19.3.4, “Obtaining Information About Partitions”

EXPLAIN EXTENDED

Section 8.2.1.5, “Engine Condition Pushdown Optimization”
Section 8.8.2, “EXPLAIN Output Format”
Section 13.8.2, “EXPLAIN Syntax”
Section 8.8.1, “Optimizing Queries with EXPLAIN”
Section 8.2.1.14, “Optimizing Subqueries with EXISTS Strategy”
Section 13.7.5.41, “SHOW WARNINGS Syntax”

EXPLAIN PARTITIONS

Section 13.8.2, “EXPLAIN Syntax”
Section 19.3.4, “Obtaining Information About Partitions”
Section 8.8.1, “Optimizing Queries with EXPLAIN”

EXPLAIN PARTITIONS SELECT

Section 19.3.4, “Obtaining Information About Partitions”

EXPLAIN PARTITIONS SELECT COUNT()

Section 19.2.1, “RANGE Partitioning”

EXPLAIN SELECT

Section 8.8.2, “EXPLAIN Output Format”
Section 14.8.5.3, “How to Minimize and Handle Deadlocks”
Section 1.6, “How to Report Bugs or Problems”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 19.3.4, “Obtaining Information About Partitions”
Section 13.2.10.8, “Subqueries in the FROM Clause”

EXPLAIN SELECT ... ORDER BY

Section 8.2.1.11, “ORDER BY Optimization”

EXPLAIN tbl_name

Section 8.8.1, “Optimizing Queries with EXPLAIN”

F

[index top]

FETCH

Section 13.6.6.2, “Cursor DECLARE Syntax”
Section 13.6.6.3, “Cursor FETCH Syntax”
Section C.1, “Restrictions on Stored Programs”

FETCH ... INTO var_list

Section 13.6.4, “Variables in Stored Programs”

FLUSH

Section 7.3.1, “Establishing a Backup Policy”
Section 13.7.6.3, “FLUSH Syntax”
Section 13.7.1.3, “GRANT Syntax”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 6.2.1, “Privileges Provided by MySQL”
Section 17.4.1.14, “Replication and FLUSH”
Section 13.7.6.6, “RESET Syntax”
Section C.1, “Restrictions on Stored Programs”
Section 2.10.4, “Securing the Initial MySQL Accounts”
Section 5.1.10, “Server Response to Signals”
Section 13.3.3, “Statements That Cause an Implicit Commit”

FLUSH BINARY LOGS

Section 5.4.7, “Server Log Maintenance”

FLUSH DES_KEY_FILE

Section 12.13, “Encryption and Compression Functions”

FLUSH HOSTS

Section 8.12.6.2, “DNS Lookup Optimization and the Host Cache”
Section B.5.2.6, “Host 'host_name' is blocked”
Section 23.8.7.55, “mysql_refresh()”
Section 5.1.4, “Server System Variables”

FLUSH LOGS

Section 7.3.3, “Backup Strategy Summary”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 7.2, “Database Backup Methods”
Section 7.3.1, “Establishing a Backup Policy”
Section 13.7.6.3, “FLUSH Syntax”
Section 5.4, “MySQL Server Logs”
Section 23.8.7.55, “mysql_refresh()”
Section 17.4.1.14, “Replication and FLUSH”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.4.7, “Server Log Maintenance”
Section 5.1.6, “Server Status Variables”
Section 5.4.2, “The Error Log”
Section 17.2.2.1, “The Slave Relay Log”

FLUSH MASTER

Section 13.7.6.3, “FLUSH Syntax”
Section 17.4.1.14, “Replication and FLUSH”

FLUSH PRIVILEGES

Section 18.5.14, “Distributed MySQL Privileges for MySQL Cluster”
Section 13.7.6.3, “FLUSH Syntax”
Section 6.2.2, “Grant Tables”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 18.5.11.3, “MySQL Cluster and MySQL Security Procedures”
Section 23.8.7.55, “mysql_refresh()”
Section 23.8.7.56, “mysql_reload()”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 17.4.1.14, “Replication and FLUSH”
Section 5.1.3, “Server Command Options”
Section 6.3.4, “Setting Account Resource Limits”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section 1.2, “Typographical and Syntax Conventions”
Section 6.2.6, “When Privilege Changes Take Effect”

FLUSH QUERY CACHE

Section 13.7.6.3, “FLUSH Syntax”
Section 8.10.3.4, “Query Cache Status and Maintenance”

FLUSH SLAVE

Section 13.7.6.3, “FLUSH Syntax”
Section 17.4.1.14, “Replication and FLUSH”

FLUSH STATUS

Section 23.8.7.55, “mysql_refresh()”
Section 5.1.6, “Server Status Variables”

FLUSH TABLE

Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 13.7.6.3, “FLUSH Syntax”

FLUSH TABLES

Section 13.5.4, “Automatic Prepared Statement Repreparation”
Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 13.7.6.3, “FLUSH Syntax”
Section 8.14.2, “General Thread States”
Section 13.2.4, “HANDLER Syntax”
Section 8.4.3.1, “How MySQL Opens and Closes Tables”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 15.8.2, “MERGE Table Problems”
Section 4.6.3, “myisamchk — MyISAM Table-Maintenance Utility”
Section 23.8.7.55, “mysql_refresh()”
Section 4.6.9, “mysqlhotcopy — A Database Backup Program”
Section 17.1.1.4, “Obtaining the Replication Master Binary Log Coordinates”
Section 15.3.4.2, “Problems from Tables Not Being Closed Properly”
Section 8.10.3.4, “Query Cache Status and Maintenance”
Section 17.4.1.14, “Replication and FLUSH”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.6, “Server Status Variables”
Section 5.1.4, “Server System Variables”

FLUSH TABLES ... FOR EXPORT

MySQL Glossary

FLUSH TABLES tbl_list WITH READ LOCK

Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 4.6.9, “mysqlhotcopy — A Database Backup Program”

FLUSH TABLES tbl_name ... WITH READ LOCK

Section 13.7.6.3, “FLUSH Syntax”

FLUSH TABLES tbl_name WITH READ LOCK

Section 13.2.4, “HANDLER Syntax”

FLUSH TABLES WITH READ LOCK

Section 17.1.1.5, “Creating a Data Snapshot Using mysqldump”
Section 7.2, “Database Backup Methods”
Section 7.3.1, “Establishing a Backup Policy”
Section 13.7.6.3, “FLUSH Syntax”
Section 8.14.2, “General Thread States”
Section 13.3.5.1, “Interaction of Table Locking and Transactions”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Syntax”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 17.1.1.4, “Obtaining the Replication Master Binary Log Coordinates”
Section 17.4.1.14, “Replication and FLUSH”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.4, “Server System Variables”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”

FLUSH USER_RESOURCES

Section 13.7.6.3, “FLUSH Syntax”
Section 6.3.4, “Setting Account Resource Limits”

G

[index top]

GRANT

Section 6.2.5, “Access Control, Stage 2: Request Verification”
Section 6.3.2, “Adding User Accounts”
Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 6.3.5, “Assigning Account Passwords”
Section 6.4.5, “Command Options for Secure Connections”
Section 6.4.4, “Configuring MySQL to Use Secure Connections”
Section 5.1.8.3, “Connecting Using the IPv6 Local Host Address”
Section 13.7.1.1, “CREATE USER Syntax”
Section 17.1.1.3, “Creating a User for Replication”
Section 12.13, “Encryption and Compression Functions”
Section 6.1.2.1, “End-User Guidelines for Password Security”
Section 13.7.6.3, “FLUSH Syntax”
Section 13.7.1.3, “GRANT Syntax”
Section 6.2.2, “Grant Tables”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 24.2.4.9.4, “Implementing Proxy User Support in Authentication Plugins”
Section 12.14, “Information Functions”
Section 6.5.1.3.1, “Installing the PAM Authentication Plugin”
Section 6.5.1.4.1, “Installing the Windows Authentication Plugin”
Section 5.1.8, “IPv6 Support”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 6.1.3, “Making MySQL Secure Against Attackers”
Section A.13, “MySQL 5.5 FAQ: Replication”
Section 18.5.11.2, “MySQL Cluster and MySQL Privileges”
MySQL Glossary
Section 8.2.3, “Optimizing Database Privileges”
Section 6.1.2.4, “Password Hashing in MySQL”
Section 6.1.2.3, “Passwords and Logging”
Section 18.6.5, “Preparing the MySQL Cluster for Replication”
Section 6.2.1, “Privileges Provided by MySQL”
Section 2.10.1.1, “Problems Running mysql_install_db”
Section 6.3.7, “Proxy Users”
Section 17.4.1.14, “Replication and FLUSH”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 17.4.1.25, “Replication of the mysql System Database”
Section 13.7.1.5, “REVOKE Syntax”
Section 6.1.1, “Security Guidelines”
Section 5.1.3, “Server Command Options”
Section 5.1.7, “Server SQL Modes”
Section 5.1.4, “Server System Variables”
Section 6.3.4, “Setting Account Resource Limits”
Section 13.7.5.22, “SHOW GRANTS Syntax”
Section 6.2.3, “Specifying Account Names”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”
Section 6.2, “The MySQL Access Privilege System”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section 6.3.1, “User Names and Passwords”
Section 6.4, “Using Secure Connections”
Section 6.5.1.3.2, “Using the PAM Authentication Plugin”
Section 6.5.1.4.2, “Using the Windows Authentication Plugin”
Section 18.1.4, “What is New in MySQL Cluster”
Section 6.2.6, “When Privilege Changes Take Effect”

GRANT ALL

Section 13.7.1.3, “GRANT Syntax”

GRANT EVENT

Section 20.4.6, “The Event Scheduler and MySQL Privileges”

GRANT USAGE

Section 6.3.5, “Assigning Account Passwords”
Section 13.7.1.3, “GRANT Syntax”
Section 6.3.4, “Setting Account Resource Limits”

H

[index top]

HANDLER

Section 23.8.16, “Controlling Automatic Reconnection Behavior”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 13.7.6.3, “FLUSH Syntax”
Section A.4, “MySQL 5.5 FAQ: Stored Procedures and Functions”
Section 1.7, “MySQL Standards Compliance”
Section 23.8.7.3, “mysql_change_user()”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 5.1.4, “Server System Variables”

HANDLER ... CLOSE

Section 13.7.5.25, “SHOW OPEN TABLES Syntax”

HANDLER ... OPEN

Section 13.7.5.25, “SHOW OPEN TABLES Syntax”

HANDLER ... READ

Section C.1, “Restrictions on Stored Programs”

HANDLER OPEN

Section 13.2.4, “HANDLER Syntax”
Section 13.1.33, “TRUNCATE TABLE Syntax”

HELP

Section 13.8.3, “HELP Syntax”
Section 17.4.1.30, “Replication of Server-Side Help Tables”
Section 5.1.9, “Server-Side Help”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”

I

[index top]

IF

Section 12.4, “Control Flow Functions”
Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.6.5, “Flow Control Statements”
Section 13.6.5.2, “IF Syntax”

INSERT

Section 6.2.5, “Access Control, Stage 2: Request Verification”
Section 6.3.2, “Adding User Accounts”
Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 14.8.2.2, “autocommit, Commit, and Rollback”
Section 13.5.4, “Automatic Prepared Statement Repreparation”
Section 7.1, “Backup and Recovery Types”
Section 20.7, “Binary Logging of Stored Programs”
Section 8.5.4, “Bulk Data Loading for InnoDB Tables”
Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 23.8.6, “C API Function Overview”
Section 23.8.10, “C API Prepared Statement Function Overview”
Section 23.8.17, “C API Support for Multiple Statement Execution”
Section 14.7.2, “Change Buffer”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 10.1.13, “Column Character Set Conversion”
Section 8.11.3, “Concurrent Inserts”
Section 14.9.4, “Configuring InnoDB Change Buffering”
Section 1.7.3.3, “Constraints on Invalid Data”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 13.1.13, “CREATE INDEX Syntax”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section 15.9.2.1, “Creating a FEDERATED Table Using CONNECTION”
Section 11.6, “Data Type Default Values”
Section 11.1.2, “Date and Time Type Overview”
Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.2.2, “DELETE Syntax”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 7.3.1, “Establishing a Backup Policy”
Section 12.18.3, “Expression Handling”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 14.23.2, “Forcing InnoDB Recovery”
Section 8.14.2, “General Thread States”
Section 13.7.1.3, “GRANT Syntax”
Section 6.2.2, “Grant Tables”
Section 8.10.3.1, “How the Query Cache Operates”
Section 23.8.15.3, “How to Get the Unique ID for the Last Inserted Row”
Section 12.14, “Information Functions”
Chapter 21, INFORMATION_SCHEMA Tables
Section 14.8.1, “InnoDB Locking”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 13.2.5.3, “INSERT ... ON DUPLICATE KEY UPDATE Syntax”
Section 13.2.5.1, “INSERT ... SELECT Syntax”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 13.2.5, “INSERT Syntax”
Section 8.11.1, “Internal Locking Methods”
Section 18.1.6.3, “Limits Relating to Transaction Handling in MySQL Cluster”
Section 19.2.2, “LIST Partitioning”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 3.3.3, “Loading Data into a Table”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Syntax”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 15.8.2, “MERGE Table Problems”
Section 12.16, “Miscellaneous Functions”
Section A.1, “MySQL 5.5 FAQ: General”
Section A.5, “MySQL 5.5 FAQ: Triggers”
Section A.6, “MySQL 5.5 FAQ: Views”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 18.2.5, “MySQL Cluster Example with Tables and Data”
Section 18.6.11, “MySQL Cluster Replication Conflict Resolution”
Section 1.7.1, “MySQL Extensions to Standard SQL”
MySQL Glossary
Section 4.5.1.1, “mysql Options”
Section B.5.2.9, “MySQL server has gone away”
Section 23.8.7.1, “mysql_affected_rows()”
Section 23.8.7.37, “mysql_insert_id()”
Section 23.8.7.48, “mysql_num_rows()”
Section 23.8.11.10, “mysql_stmt_execute()”
Section 23.8.11.13, “mysql_stmt_field_count()”
Section 23.8.11.16, “mysql_stmt_insert_id()”
Section 23.8.11.18, “mysql_stmt_num_rows()”
Section 23.8.11.21, “mysql_stmt_prepare()”
Section 23.8.7.69, “mysql_store_result()”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 18.5.15, “NDB API Statistics Counters and Variables”
Section 13.7.2.4, “OPTIMIZE TABLE Syntax”
Section 8.2.2, “Optimizing Data Change Statements”
Section 8.6.1, “Optimizing MyISAM Queries”
Section 11.2.6, “Out-of-Range and Overflow Handling”
Section 19.4, “Partition Pruning”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 18.5.5, “Performing a Rolling Restart of a MySQL Cluster”
Section 11.5.3.3, “Populating Spatial Columns”
Section 1.7.3.1, “PRIMARY KEY and UNIQUE Index Constraints”
Section 6.2.1, “Privileges Provided by MySQL”
Section 8.14.4, “Query Cache Thread States”
Section 19.2.1, “RANGE Partitioning”
Section 13.2.8, “REPLACE Syntax”
Section 17.4.1.1, “Replication and AUTO_INCREMENT”
Section 17.4.1.31, “Replication and Server SQL Mode”
Section 17.4.1.15, “Replication and System Functions”
Section 17.4.1.38, “Replication and Variables”
Section 17.1.3.2, “Replication Master Options and Variables”
Section 17.2.3.3, “Replication Rule Application”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section C.1, “Restrictions on Stored Programs”
Section 5.7.1.7, “Row-Level Probes”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.3, “Server Command Options”
Section B.3, “Server Error Codes and Messages”
Section 5.1.7, “Server SQL Modes”
Section 5.1.4, “Server System Variables”
Section 13.7.5.28, “SHOW PROCEDURE CODE Syntax”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section 17.4.1.29, “Slave Errors During Replication”
Section 8.2.2.1, “Speed of INSERT Statements”
Section 5.7.1.12, “Statement Probes”
Section 13.2.10, “Subquery Syntax”
Section 8.11.2, “Table Locking Issues”
Section 10.1.8.5, “The _bin and binary Collations”
Section 15.6, “The ARCHIVE Storage Engine”
Section 5.4.4, “The Binary Log”
Section 15.7, “The BLACKHOLE Storage Engine”
Section 21.27, “The INFORMATION_SCHEMA VIEWS Table”
Section 1.3.2, “The Main Features of MySQL”
Section 15.8, “The MERGE Storage Engine”
Section 15.3, “The MyISAM Storage Engine”
Section 6.2, “The MySQL Access Privilege System”
Section 8.10.3, “The MySQL Query Cache”
Section 5.1.11, “The Server Shutdown Process”
Section 20.3.1, “Trigger Syntax and Examples”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section 20.5.3, “Updatable and Insertable Views”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”
Section 20.3, “Using Triggers”
Section 23.8.15.2, “What Results You Can Get from a Query”
Section 6.2.6, “When Privilege Changes Take Effect”
Section 23.8.15.1, “Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success”

INSERT ... ()

Section 5.7.1.12, “Statement Probes”

INSERT ... ON DUPLICATE KEY UPDATE

Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 12.14, “Information Functions”
Section 13.2.5.3, “INSERT ... ON DUPLICATE KEY UPDATE Syntax”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 13.2.5, “INSERT Syntax”
Section 18.6.3, “Known Issues in MySQL Cluster Replication”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 15.8.2, “MERGE Table Problems”
Section 12.16, “Miscellaneous Functions”
MySQL Glossary
Section 23.8.7.1, “mysql_affected_rows()”
Section 23.8.7.37, “mysql_insert_id()”
Section 19.5.4, “Partitioning and Table-Level Locking”

INSERT ... SELECT

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 8.11.3, “Concurrent Inserts”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section 13.2.5.3, “INSERT ... ON DUPLICATE KEY UPDATE Syntax”
Section 13.2.5.1, “INSERT ... SELECT Syntax”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 13.2.5, “INSERT Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 18.3.3.8.2, “MySQL Cluster System Variables”
Section 23.8.7.37, “mysql_insert_id()”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 17.4.1.16, “Replication and LIMIT”
Section 5.1.4, “Server System Variables”
Section 5.7.1.12, “Statement Probes”
Section 5.4.4, “The Binary Log”

INSERT ... SELECT ON DUPLICATE KEY UPDATE

Section 13.2.5.3, “INSERT ... ON DUPLICATE KEY UPDATE Syntax”
Section 13.2.5.1, “INSERT ... SELECT Syntax”

INSERT ... SET

Section 13.2.5, “INSERT Syntax”

INSERT ... VALUES

Section 13.2.5, “INSERT Syntax”
Section 23.8.7.35, “mysql_info()”

INSERT DELAYED

Section 13.1.7, “ALTER TABLE Syntax”
Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 8.14.3, “Delayed-Insert Thread States”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 13.2.5, “INSERT Syntax”
Section 13.7.6.4, “KILL Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 15.8.2, “MERGE Table Problems”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 24.1.1, “MySQL Threads”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 8.6.1, “Optimizing MyISAM Queries”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section C.1, “Restrictions on Stored Programs”
Section 5.1.6, “Server Status Variables”
Section 5.1.4, “Server System Variables”
Section 8.11.2, “Table Locking Issues”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”
Section 15.6, “The ARCHIVE Storage Engine”
Section 15.4, “The MEMORY Storage Engine”
Section 20.5.3, “Updatable and Insertable Views”

INSERT IGNORE

Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 1.7.3.3, “Constraints on Invalid Data”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section 1.7.3.4, “ENUM and SET Constraints”
Section 12.14, “Information Functions”
Section 13.2.5, “INSERT Syntax”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 18.1.6.11, “Previous MySQL Cluster Issues Resolved in MySQL 5.1, MySQL Cluster NDB 6.x, and MySQL Cluster NDB 7.x”
Section 5.1.7, “Server SQL Modes”

INSERT IGNORE ... SELECT

Section 13.2.5.1, “INSERT ... SELECT Syntax”

INSERT INTO ... SELECT

Section 6.2.5, “Access Control, Stage 2: Request Verification”
Section 14.8.2.3, “Consistent Nonlocking Reads”
Section 1.7.3.3, “Constraints on Invalid Data”
Section 13.1.11, “CREATE EVENT Syntax”
Section 13.2.5, “INSERT Syntax”
Section 17.4.1.6, “Replication of CREATE TABLE ... SELECT Statements”
Section 1.7.2.1, “SELECT INTO TABLE Differences”
Section 15.4, “The MEMORY Storage Engine”

INSERT INTO ... SELECT ...

Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 23.8.7.35, “mysql_info()”
Section 23.8.15.2, “What Results You Can Get from a Query”

INSERT INTO ... SELECT FROM memory_table

Section 17.4.1.23, “Replication and MEMORY Tables”

INSTALL PLUGIN

Section 6.5.2.7, “Audit Log Options and System Variables”
Section 13.7.6.3, “FLUSH Syntax”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 14.18, “InnoDB INFORMATION_SCHEMA Tables”
Section 13.7.3.3, “INSTALL PLUGIN Syntax”
Section 5.5.2, “Installing and Uninstalling Plugins”
Section 6.5.2.1, “Installing MySQL Enterprise Audit”
Section 2.9.4, “MySQL Source-Configuration Options”
Section 4.4.4, “mysql_plugin — Configure MySQL Server Plugins”
Section 5.5.3, “Obtaining Server Plugin Information”
Section 6.3.6, “Pluggable Authentication”
Section 15.2.1, “Pluggable Storage Engine Architecture”
Section 24.2.3, “Plugin API Components”
Section 24.2.4.2, “Plugin Data Structures”
Section 17.3.8.1, “Semisynchronous Replication Administrative Interface”
Section 17.3.8.2, “Semisynchronous Replication Installation and Configuration”
Section 5.1.3, “Server Command Options”
Section 24.2.4.2.1, “Server Plugin Library and Plugin Descriptors”
Section 5.1.4, “Server System Variables”
Section 13.7.5.26, “SHOW PLUGINS Syntax”
Section 21.13, “The INFORMATION_SCHEMA PLUGINS Table”
Section 24.2, “The MySQL Plugin API”
Section 13.7.3.4, “UNINSTALL PLUGIN Syntax”
Section 24.2.4.8, “Writing Audit Plugins”
Section 24.2.4.5, “Writing Daemon Plugins”
Section 24.2.4.4, “Writing Full-Text Parser Plugins”
Section 24.2.4.6, “Writing INFORMATION_SCHEMA Plugins”
Section 24.2.4.9.1, “Writing the Server-Side Authentication Plugin”

ITERATE

Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.6.5, “Flow Control Statements”
Section 13.6.5.3, “ITERATE Syntax”
Section 13.6.2, “Statement Label Syntax”

K

[index top]

KILL

Section 8.14.2, “General Thread States”
Section 13.7.1.3, “GRANT Syntax”
Section 13.7.6.4, “KILL Syntax”
Section B.5.2.9, “MySQL server has gone away”
Section 23.8.7.38, “mysql_kill()”
Section 4.6.15, “mysql_zap — Kill Processes That Match a Pattern”
Section 6.2.1, “Privileges Provided by MySQL”
Section 13.7.5.30, “SHOW PROCESSLIST Syntax”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”

KILL CONNECTION

Section 13.7.6.4, “KILL Syntax”
Section 13.4.2.6, “STOP SLAVE Syntax”
Section 5.1.11, “The Server Shutdown Process”

KILL QUERY

Section 13.7.6.4, “KILL Syntax”
Section 12.16, “Miscellaneous Functions”
Section 13.4.2.6, “STOP SLAVE Syntax”
Section 5.1.11, “The Server Shutdown Process”

L

[index top]

LEAVE

Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.6.5, “Flow Control Statements”
Section 13.6.5.4, “LEAVE Syntax”
Section 13.6.5.5, “LOOP Syntax”
Section C.1, “Restrictions on Stored Programs”
Section 13.6.5.7, “RETURN Syntax”
Section 13.6.2, “Statement Label Syntax”

LOAD DATA

Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 8.11.3, “Concurrent Inserts”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 10.1.4.2, “Database Character Set and Collation”
Section B.5.7, “Known Issues in MySQL”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 13.2.7, “LOAD XML Syntax”
Section 3.3.3, “Loading Data into a Table”
Section 6.1.3, “Making MySQL Secure Against Attackers”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section C.1, “Restrictions on Stored Programs”
Section 6.1.6, “Security Issues with LOAD DATA LOCAL”
Section 3.3.4.1, “Selecting All Data”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 11.4.4, “The ENUM Type”
Section 9.4, “User-Defined Variables”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”
Section 20.3, “Using Triggers”

LOAD DATA INFILE

Section 6.5.2.4, “Audit Log Logging Control”
Section 6.5.2.8, “Audit Log Restrictions”
Section 17.3.1.2, “Backing Up Raw Data from a Slave”
Section 7.1, “Backup and Recovery Types”
Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 8.11.3, “Concurrent Inserts”
Section 7.2, “Database Backup Methods”
Section 17.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”
Section B.5.3.4, “How MySQL Handles a Full Disk”
Section 12.14, “Information Functions”
Section B.5.7, “Known Issues in MySQL”
Section 18.1.6.3, “Limits Relating to Transaction Handling in MySQL Cluster”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 15.3.1, “MyISAM Startup Options”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 4.5.1.1, “mysql Options”
Section 2.9.4, “MySQL Source-Configuration Options”
Section 4.6.7.1, “mysqlbinlog Hex Dump Format”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 4.5.5, “mysqlimport — A Data Import Program”
Section 18.4.23, “ndb_show_tables — Display List of NDB Tables”
Section 9.1.7, “NULL Values”
Section 11.2.6, “Out-of-Range and Overflow Handling”
Section 4.1, “Overview of MySQL Programs”
Section 18.5.5, “Performing a Rolling Restart of a MySQL Cluster”
Section 6.2.1, “Privileges Provided by MySQL”
Section B.5.4.3, “Problems with NULL Values”
Section 7.4.4, “Reloading Delimited-Text Format Backups”
Section 17.4.1.17, “Replication and LOAD DATA INFILE”
Section 17.4.2, “Replication Compatibility Between MySQL Versions”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 8.14.7, “Replication Slave SQL Thread States”
Section C.7, “Restrictions on Character Sets”
Section 13.2.9.1, “SELECT ... INTO Syntax”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section 8.2.2.1, “Speed of INSERT Statements”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 13.2.10, “Subquery Syntax”
Section 15.4, “The MEMORY Storage Engine”
Section 6.2, “The MySQL Access Privilege System”
Section 13.2.10.1, “The Subquery as Scalar Operand”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section B.5.3.5, “Where MySQL Stores Temporary Files”
Section C.10.6, “Windows Platform Limitations”

LOAD DATA INFILE ...

Section 23.8.7.35, “mysql_info()”
Section 23.8.15.2, “What Results You Can Get from a Query”

LOAD DATA LOCAL

Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 23.8.7.49, “mysql_options()”
Section 23.8.7.52, “mysql_real_connect()”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 6.1.6, “Security Issues with LOAD DATA LOCAL”

LOAD DATA LOCAL INFILE

Section 23.8.6, “C API Function Overview”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 23.8.7.49, “mysql_options()”
Section 23.8.7.62, “mysql_set_local_infile_default()”
Section 23.8.7.63, “mysql_set_local_infile_handler()”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”

LOAD INDEX INTO CACHE

Section 13.7.6.2, “CACHE INDEX Syntax”
Section 8.10.2.4, “Index Preloading”
Section 13.7.6.5, “LOAD INDEX INTO CACHE Syntax”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 1.4, “What Is New in MySQL 5.5”

LOAD INDEX INTO CACHE ... IGNORE LEAVES

Section 13.7.6.5, “LOAD INDEX INTO CACHE Syntax”

LOAD XML

Section 13.2.7, “LOAD XML Syntax”

LOAD XML INFILE

Section 13.2.7, “LOAD XML Syntax”
Section 1.4, “What Is New in MySQL 5.5”

LOAD XML LOCAL

Section 13.2.7, “LOAD XML Syntax”

LOAD XML LOCAL INFILE

Section 13.2.7, “LOAD XML Syntax”

LOCK TABLE

Section 8.11.3, “Concurrent Inserts”
Section 8.14.2, “General Thread States”
Section B.5.6.1, “Problems with ALTER TABLE”

LOCK TABLES

Section 14.1.2, “Best Practices for InnoDB Tables”
Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 13.1.10, “CREATE DATABASE Syntax”
Section 13.1.17.1, “CREATE TABLE ... LIKE Syntax”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 14.8.5.2, “Deadlock Detection and Rollback”
Section 14.8.5, “Deadlocks in InnoDB”
Section 13.7.6.3, “FLUSH Syntax”
Section 8.14.2, “General Thread States”
Section 13.7.1.3, “GRANT Syntax”
Section 14.8.5.3, “How to Minimize and Handle Deadlocks”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 13.3.5.1, “Interaction of Table Locking and Transactions”
Section 8.11.1, “Internal Locking Methods”
Section 18.1.6.10, “Limitations Relating to Multiple MySQL Cluster Nodes”
Section 14.11.8, “Limits on InnoDB Tables”
Section 13.3.5.2, “LOCK TABLES and Triggers”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Syntax”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 15.8.2, “MERGE Table Problems”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 4.6.9, “mysqlhotcopy — A Database Backup Program”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 6.2.1, “Privileges Provided by MySQL”
Section 15.3.4.2, “Problems from Tables Not Being Closed Properly”
Section C.1, “Restrictions on Stored Programs”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.4, “Server System Variables”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 8.12.1, “System Factors and Startup Parameter Tuning”
Section 8.11.2, “Table Locking Issues”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”

LOCK TABLES ... READ

Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 13.7.6.3, “FLUSH Syntax”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 14.11.8, “Limits on InnoDB Tables”

LOCK TABLES ... WRITE

Section 14.17, “InnoDB Startup Options and System Variables”
Section 14.11.8, “Limits on InnoDB Tables”

LOOP

Section 13.6.5, “Flow Control Statements”
Section 13.6.5.3, “ITERATE Syntax”
Section 13.6.5.4, “LEAVE Syntax”
Section 13.6.5.5, “LOOP Syntax”
Section 13.6.2, “Statement Label Syntax”

O

[index top]

OPTIMIZE TABLE

Section 18.5.13.2, “Adding MySQL Cluster Data Nodes Online: Basic procedure”
Section 18.5.13.3, “Adding MySQL Cluster Data Nodes Online: Detailed Example”
Section 24.5.1, “Debugging a MySQL Server”
Section 13.2.2, “DELETE Syntax”
Section 15.3.3.2, “Dynamic Table Characteristics”
Section 12.9.6, “Fine-Tuning MySQL Full-Text Search”
Section 8.14.2, “General Thread States”
Section B.5.3.4, “How MySQL Handles a Full Disk”
Section 14.10.4, “InnoDB File-Per-Table Tablespaces”
Section 13.7.6.4, “KILL Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 14.16.6, “Limitations of Fast Index Creation”
Section 18.1.6.2, “Limits and Differences of MySQL Cluster from Standard MySQL Limits”
Section 19.3.3, “Maintenance of Partitions”
Section 15.8.2, “MERGE Table Problems”
Section 7.6, “MyISAM Table Maintenance and Crash Recovery”
Section 7.6.4, “MyISAM Table Optimization”
Section 4.6.3.1, “myisamchk General Options”
Section 18.5.12.3, “MySQL Cluster Disk Data Storage Requirements”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 18.3.3.8.1, “MySQL Server Options for MySQL Cluster”
Section 4.5.3, “mysqlcheck — A Table Maintenance Program”
Section 13.7.2.4, “OPTIMIZE TABLE Syntax”
Section 8.6.1, “Optimizing MyISAM Queries”
Section 8.2.5, “Other Optimization Tips”
Section 18.1.6.11, “Previous MySQL Cluster Issues Resolved in MySQL 5.1, MySQL Cluster NDB 6.x, and MySQL Cluster NDB 7.x”
Section 6.2.1, “Privileges Provided by MySQL”
Section 17.4.1.14, “Replication and FLUSH”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 7.6.5, “Setting Up a MyISAM Table Maintenance Schedule”
Section 8.2.2.2, “Speed of UPDATE Statements”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 15.3.3.1, “Static (Fixed-Length) Table Characteristics”
Section 15.6, “The ARCHIVE Storage Engine”
Section 5.1.11, “The Server Shutdown Process”
Section 5.4.5, “The Slow Query Log”
Section 8.12.4.2, “Using Symbolic Links for MyISAM Tables on Unix”

P

[index top]

PREPARE

Section 13.5.4, “Automatic Prepared Statement Repreparation”
Section 23.8.20, “C API Support for Prepared CALL Statements”
Section 13.2.1, “CALL Syntax”
Section 13.5.3, “DEALLOCATE PREPARE Syntax”
Section 13.5.2, “EXECUTE Syntax”
Section 9.2.2, “Identifier Case Sensitivity”
Section 8.11.4, “Metadata Locking”
Section 13.5.1, “PREPARE Syntax”
Section C.1, “Restrictions on Stored Programs”
Section C.5, “Restrictions on Views”
Section 5.1.6, “Server Status Variables”
Section 13.5, “SQL Syntax for Prepared Statements”

PURGE BINARY LOGS

Section 7.3.1, “Establishing a Backup Policy”
Section 13.7.1.3, “GRANT Syntax”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 6.2.1, “Privileges Provided by MySQL”
Section 13.4.1.1, “PURGE BINARY LOGS Syntax”
Section 13.4.1.2, “RESET MASTER Syntax”
Section 5.4.7, “Server Log Maintenance”
Section 5.1.4, “Server System Variables”
Section 5.4.4, “The Binary Log”

R

[index top]

RELEASE SAVEPOINT

Section 13.3.4, “SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT Syntax”

RENAME TABLE

Section 13.1.7, “ALTER TABLE Syntax”
Section 13.2.2, “DELETE Syntax”
Section 8.14.2, “General Thread States”
Section 9.2.2, “Identifier Case Sensitivity”
Section 14.10.4, “InnoDB File-Per-Table Tablespaces”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 13.1.32, “RENAME TABLE Syntax”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 8.12.4.2, “Using Symbolic Links for MyISAM Tables on Unix”

RENAME USER

Section 13.7.1.3, “GRANT Syntax”
Section 12.14, “Information Functions”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 6.2.1, “Privileges Provided by MySQL”
Section 13.7.1.4, “RENAME USER Syntax”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”
Section 6.2.6, “When Privilege Changes Take Effect”

REPAIR TABLE

Section 13.1.7.1, “ALTER TABLE Partition Operations”
Section 13.1.7, “ALTER TABLE Syntax”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 15.3.4.1, “Corrupted MyISAM Tables”
Section 7.2, “Database Backup Methods”
Section 8.11.5, “External Locking”
Section 12.9.6, “Fine-Tuning MySQL Full-Text Search”
Section 8.14.2, “General Thread States”
Section 16.2.3, “Handling MySQL Recovery with ZFS”
Section B.5.3.4, “How MySQL Handles a Full Disk”
Section 7.6.3, “How to Repair MyISAM Tables”
Section 1.6, “How to Report Bugs or Problems”
Section 13.7.6.4, “KILL Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 19.3.3, “Maintenance of Partitions”
Section 15.8.2, “MERGE Table Problems”
Section 15.3.1, “MyISAM Startup Options”
Section 7.6, “MyISAM Table Maintenance and Crash Recovery”
Section 4.6.3.1, “myisamchk General Options”
Section 4.6.3, “myisamchk — MyISAM Table-Maintenance Utility”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 4.5.3, “mysqlcheck — A Table Maintenance Program”
Section 6.2.1, “Privileges Provided by MySQL”
Section 15.3.4.2, “Problems from Tables Not Being Closed Properly”
Section B.5.6.1, “Problems with ALTER TABLE”
Section 2.11.4, “Rebuilding or Repairing Tables or Indexes”
Section 13.7.2.5, “REPAIR TABLE Syntax”
Section 17.4.1.14, “Replication and FLUSH”
Section 17.4.1.20, “Replication and REPAIR TABLE”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 7.6.5, “Setting Up a MyISAM Table Maintenance Schedule”
Section 8.6.3, “Speed of REPAIR TABLE Statements”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 15.6, “The ARCHIVE Storage Engine”
Section 5.1.11, “The Server Shutdown Process”
Section 5.4.5, “The Slow Query Log”
Section 8.12.4.2, “Using Symbolic Links for MyISAM Tables on Unix”

REPEAT

Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 20.1, “Defining Stored Programs”
Section 13.6.5, “Flow Control Statements”
Section 13.6.5.3, “ITERATE Syntax”
Section 13.6.5.4, “LEAVE Syntax”
Section 13.6.5.6, “REPEAT Syntax”
Section 13.6.2, “Statement Label Syntax”

REPLACE

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 11.6, “Data Type Default Values”
Section 12.14, “Information Functions”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 13.2.5, “INSERT Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 15.8.2, “MERGE Table Problems”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section B.5.2.9, “MySQL server has gone away”
Section 23.8.7.1, “mysql_affected_rows()”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 18.1.6.11, “Previous MySQL Cluster Issues Resolved in MySQL 5.1, MySQL Cluster NDB 6.x, and MySQL Cluster NDB 7.x”
Section 13.2.8, “REPLACE Syntax”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 5.1.3, “Server Command Options”
Section 13.2.10, “Subquery Syntax”
Section 15.6, “The ARCHIVE Storage Engine”
Section 1.3.2, “The Main Features of MySQL”

REPLACE ... SELECT

Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section B.5.7, “Known Issues in MySQL”

RESET

Section 13.7.6.3, “FLUSH Syntax”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 13.7.6.6, “RESET Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”

RESET MASTER

Section 13.7.6.3, “FLUSH Syntax”
Section 18.6.3, “Known Issues in MySQL Cluster Replication”
Section 23.8.7.55, “mysql_refresh()”
Section 13.4.1.2, “RESET MASTER Syntax”
Section 13.7.5.35, “SHOW SLAVE STATUS Syntax”
Section 17.3.6, “Switching Masters During Failover”
Section 5.4.4, “The Binary Log”

RESET QUERY CACHE

Section 8.14.4, “Query Cache Thread States”

RESET SLAVE

Section 13.4.2.1, “CHANGE MASTER TO Syntax”
Section 13.7.6.3, “FLUSH Syntax”
Section 18.6.3, “Known Issues in MySQL Cluster Replication”
Section 23.8.7.55, “mysql_refresh()”
Section 13.4.1.2, “RESET MASTER Syntax”
Section 13.4.2.3, “RESET SLAVE Syntax”
Section 13.7.5.35, “SHOW SLAVE STATUS Syntax”

RESET SLAVE ALL

Section 13.4.2.1, “CHANGE MASTER TO Syntax”

RESIGNAL

Section 13.6.7, “Condition Handling”
Section 13.6.7.1, “DECLARE ... CONDITION Syntax”
Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.6.7.3.1, “RESIGNAL Alone”
Section 13.6.7.3.4, “RESIGNAL Requires Condition Handler Context”
Section 13.6.7.3, “RESIGNAL Syntax”
Section 13.6.7.3.3, “RESIGNAL with a Condition Value and Optional New Signal Information”
Section 13.6.7.3.2, “RESIGNAL with New Signal Information”
Section C.2, “Restrictions on Condition Handling”
Section C.1, “Restrictions on Stored Programs”
Section 13.6.7.4.1, “Signal Condition Information Items”
Section 1.4, “What Is New in MySQL 5.5”

RETURN

Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 13.6.5, “Flow Control Statements”
Section 13.6.5.5, “LOOP Syntax”
Section C.1, “Restrictions on Stored Programs”
Section 13.6.5.7, “RETURN Syntax”

REVOKE

Section 6.2.5, “Access Control, Stage 2: Request Verification”
Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 13.7.6.3, “FLUSH Syntax”
Section 13.7.1.3, “GRANT Syntax”
Section 6.2.2, “Grant Tables”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 12.14, “Information Functions”
Section 5.1.8, “IPv6 Support”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section A.13, “MySQL 5.5 FAQ: Replication”
Section 18.5.11.2, “MySQL Cluster and MySQL Privileges”
Section 1.7.2, “MySQL Differences from Standard SQL”
MySQL Glossary
Section 6.2.1, “Privileges Provided by MySQL”
Section 2.10.1.1, “Problems Running mysql_install_db”
Section 6.3.7, “Proxy Users”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section 17.4.1.25, “Replication of the mysql System Database”
Section 13.7.1.5, “REVOKE Syntax”
Section 6.1.1, “Security Guidelines”
Section 5.1.4, “Server System Variables”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”
Section 6.2, “The MySQL Access Privilege System”
Section 6.3.1, “User Names and Passwords”
Section 6.2.6, “When Privilege Changes Take Effect”

REVOKE ALL PRIVILEGES

Section 13.7.1.3, “GRANT Syntax”
Section 6.2.1, “Privileges Provided by MySQL”

ROLLBACK

Section 14.8.2.2, “autocommit, Commit, and Rollback”
Section 20.7, “Binary Logging of Stored Programs”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 14.8.5.2, “Deadlock Detection and Rollback”
Section 12.14, “Information Functions”
Section 14.5, “InnoDB and the ACID Model”
Section 14.23.4, “InnoDB Error Handling”
Section 13.3.5.1, “Interaction of Table Locking and Transactions”
Section 13.3, “MySQL Transactional and Locking Statements”
Section 23.8.7.3, “mysql_change_user()”
Section 17.4.1.35, “Replication and Transactions”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section B.5.4.5, “Rollback Failure for Nontransactional Tables”
Section 13.3.4, “SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT Syntax”
Section 5.1.4, “Server System Variables”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 13.3.2, “Statements That Cannot Be Rolled Back”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 5.4.4, “The Binary Log”
Section 20.3.1, “Trigger Syntax and Examples”

ROLLBACK TO SAVEPOINT

Section 13.3.4, “SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT Syntax”

ROLLBACK to SAVEPOINT

Section 20.3.1, “Trigger Syntax and Examples”

S

[index top]

SAVEPOINT

Section 13.3.4, “SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT Syntax”

SELECT

Section 12.17.1, “Aggregate (GROUP BY) Function Descriptions”
Section 13.1.7, “ALTER TABLE Syntax”
Section 13.1.9, “ALTER VIEW Syntax”
Section 12.3.4, “Assignment Operators”
Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 14.8.2.2, “autocommit, Commit, and Rollback”
Section 13.5.4, “Automatic Prepared Statement Repreparation”
Section 17.1.3.4, “Binary Log Options and Variables”
Section 20.7, “Binary Logging of Stored Programs”
Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 23.8.5, “C API Data Structures”
Section 23.8.6, “C API Function Overview”
Section 23.8.10, “C API Prepared Statement Function Overview”
Section 23.8.17, “C API Support for Multiple Statement Execution”
Section 23.8.20, “C API Support for Prepared CALL Statements”
Section 13.2.1, “CALL Syntax”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 12.3.2, “Comparison Functions and Operators”
Section 8.3.8, “Comparison of B-Tree and Hash Indexes”
Section 8.11.3, “Concurrent Inserts”
Section 10.1.5, “Connection Character Sets and Collations”
Section 14.8.2.3, “Consistent Nonlocking Reads”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 13.1.11, “CREATE EVENT Syntax”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 13.1.17.2, “CREATE TABLE ... SELECT Syntax”
Section 13.1.17, “CREATE TABLE Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section 15.9.2.1, “Creating a FEDERATED Table Using CONNECTION”
Section 3.3.1, “Creating and Selecting a Database”
Section 13.6.6.2, “Cursor DECLARE Syntax”
Section 13.6.6.3, “Cursor FETCH Syntax”
Section 14.8.5.2, “Deadlock Detection and Rollback”
Section 13.2.2, “DELETE Syntax”
Section 8.4.3.2, “Disadvantages of Creating Many Tables in the Same Database”
Section 13.2.3, “DO Syntax”
Section 5.1.5.2, “Dynamic System Variables”
Section 3.2, “Entering Queries”
Section 20.4.2, “Event Scheduler Configuration”
Section 10.1.8.7, “Examples of the Effect of Collation”
Section 8.8.3, “EXPLAIN EXTENDED Output Format”
Section 8.8.2, “EXPLAIN Output Format”
Section 13.8.2, “EXPLAIN Syntax”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 14.23.2, “Forcing InnoDB Recovery”
Chapter 12, Functions and Operators
Section 8.14.2, “General Thread States”
Section 13.7.1.3, “GRANT Syntax”
Section 13.2.4, “HANDLER Syntax”
Section 8.2.1.2, “How MySQL Optimizes WHERE Clauses”
Section 19.2.7, “How MySQL Partitioning Handles NULL”
Section 8.10.3.1, “How the Query Cache Operates”
Section 14.8.5.3, “How to Minimize and Handle Deadlocks”
Section 1.6, “How to Report Bugs or Problems”
Section 9.2.1, “Identifier Qualifiers”
Section 8.9.3, “Index Hints”
Section 12.14, “Information Functions”
Chapter 21, INFORMATION_SCHEMA Tables
Section 2.10.1, “Initializing the Data Directory”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 13.2.5.3, “INSERT ... ON DUPLICATE KEY UPDATE Syntax”
Section 13.2.5.1, “INSERT ... SELECT Syntax”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 13.2.5, “INSERT Syntax”
Section 8.11.1, “Internal Locking Methods”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 13.2.9.2, “JOIN Syntax”
Section 9.3, “Keywords and Reserved Words”
Section 13.7.6.4, “KILL Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 18.1.6.3, “Limits Relating to Transaction Handling in MySQL Cluster”
Section 13.2.7, “LOAD XML Syntax”
Section 13.6.4.2, “Local Variable Scope and Resolution”
Section 14.8.2.4, “Locking Reads”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 6.1.3, “Making MySQL Secure Against Attackers”
Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 15.8.2, “MERGE Table Problems”
Section 8.3.5, “Multiple-Column Indexes”
Section 7.6.4, “MyISAM Table Optimization”
Section A.11, “MySQL 5.5 FAQ: MySQL Chinese, Japanese, and Korean Character Sets”
Section A.13, “MySQL 5.5 FAQ: Replication”
Section A.4, “MySQL 5.5 FAQ: Stored Procedures and Functions”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 18.2.5, “MySQL Cluster Example with Tables and Data”
Section 18.6.4, “MySQL Cluster Replication Schema and Tables”
Section 18.3.3.8.2, “MySQL Cluster System Variables”
Section 1.7.1, “MySQL Extensions to Standard SQL”
MySQL Glossary
Section 4.5.1.1, “mysql Options”
Chapter 22, MySQL Performance Schema
Section 23.8.7.1, “mysql_affected_rows()”
Section 23.8.7.17, “mysql_fetch_field()”
Section 23.8.7.22, “mysql_field_count()”
Section 23.8.7.47, “mysql_num_fields()”
Section 23.8.7.48, “mysql_num_rows()”
Section 23.8.11.10, “mysql_stmt_execute()”
Section 23.8.11.11, “mysql_stmt_fetch()”
Section 23.8.11.18, “mysql_stmt_num_rows()”
Section 23.8.11.28, “mysql_stmt_store_result()”
Section 23.8.7.69, “mysql_store_result()”
Section 23.8.7.71, “mysql_use_result()”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 4.5.7, “mysqlslap — Load Emulation Client”
Section 12.9.1, “Natural Language Full-Text Searches”
Section 18.4.21, “ndb_select_all — Print Rows from an NDB Table”
Section 19.3.4, “Obtaining Information About Partitions”
Section 8.3, “Optimization and Indexes”
Section B.5.5, “Optimizer-Related Issues”
Section 8.6.1, “Optimizing MyISAM Queries”
Section 8.8.1, “Optimizing Queries with EXPLAIN”
Section 8.2.1, “Optimizing SELECT Statements”
Section 8.2.1.14, “Optimizing Subqueries with EXISTS Strategy”
Section 4.6.3.4, “Other myisamchk Options”
Section 19.4, “Partition Pruning”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 14.8.4, “Phantom Rows”
Section 6.2.1, “Privileges Provided by MySQL”
Section B.5.4.2, “Problems Using DATE Columns”
Section B.5.4.8, “Problems with Floating-Point Values”
Section 8.10.3.2, “Query Cache SELECT Options”
Section 8.10.3.4, “Query Cache Status and Maintenance”
Section 8.14.4, “Query Cache Thread States”
Section 18.5.9, “Quick Reference: MySQL Cluster SQL Statements”
Section 19.2.3.1, “RANGE COLUMNS partitioning”
Section 15.5.1, “Repairing and Checking CSV Tables”
Section 13.2.8, “REPLACE Syntax”
Section 17.2, “Replication Implementation”
Section 17.1.3.2, “Replication Master Options and Variables”
Section 17.4.1.5, “Replication of CREATE ... IF NOT EXISTS Statements”
Section 17.4.1.12, “Replication of Invoked Features”
Section C.1, “Restrictions on Stored Programs”
Section 3.3.4, “Retrieving Information from a Table”
Section 3.6.7, “Searching on Two Keys”
Section 2.10.4, “Securing the Initial MySQL Accounts”
Section 13.2.9.1, “SELECT ... INTO Syntax”
Section 13.2.9, “SELECT Syntax”
Section 3.3.4.1, “Selecting All Data”
Section 3.3.4.2, “Selecting Particular Rows”
Section 5.1.7, “Server SQL Modes”
Section 5.1.4, “Server System Variables”
Section 13.7.4.1, “SET Syntax for Variable Assignment”
Section 13.7.5.3, “SHOW BINLOG EVENTS Syntax”
Section 13.7.5.11, “SHOW CREATE PROCEDURE Syntax”
Section 13.7.5.14, “SHOW CREATE VIEW Syntax”
Section 13.7.5.18, “SHOW ERRORS Syntax”
Section 13.7.5.28, “SHOW PROCEDURE CODE Syntax”
Section 13.7.5.30, “SHOW PROCESSLIST Syntax”
Section 13.7.5.33, “SHOW RELAYLOG EVENTS Syntax”
Section 13.7.5, “SHOW Syntax”
Section 13.7.5.40, “SHOW VARIABLES Syntax”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section B.5.4.7, “Solving Problems with No Matching Rows”
Section 8.2.1.1, “Speed of SELECT Statements”
Section 8.2.2.2, “Speed of UPDATE Statements”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 5.7.1.12, “Statement Probes”
Section 20.2.1, “Stored Routine Syntax”
Section 9.1.1, “String Literals”
Section 13.2.10.8, “Subqueries in the FROM Clause”
Section 13.2.10.6, “Subqueries with EXISTS or NOT EXISTS”
Section 13.2.10.9, “Subquery Errors”
Section 13.2.10, “Subquery Syntax”
Section 8.11.2, “Table Locking Issues”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”
Section 15.6, “The ARCHIVE Storage Engine”
Section 5.4.4, “The Binary Log”
Section 11.4.4, “The ENUM Type”
Section 21.4, “The INFORMATION_SCHEMA COLUMNS Table”
Section 21.7, “The INFORMATION_SCHEMA EVENTS Table”
Section 21.9, “The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES Tables”
Section 21.27, “The INFORMATION_SCHEMA VIEWS Table”
Section 1.3.2, “The Main Features of MySQL”
Section 15.8, “The MERGE Storage Engine”
Section 6.2, “The MySQL Access Privilege System”
Section 8.10.3, “The MySQL Query Cache”
Section 18.5.10, “The ndbinfo MySQL Cluster Information Database”
Section 18.5.10.13, “The ndbinfo nodes Table”
Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
Section 13.2.10.1, “The Subquery as Scalar Operand”
Section 14.8.2.1, “Transaction Isolation Levels”
Section 20.3.1, “Trigger Syntax and Examples”
Section 1.2, “Typographical and Syntax Conventions”
Section 13.2.9.3, “UNION Syntax”
Section 13.2.11, “UPDATE Syntax”
Section 9.4, “User-Defined Variables”
Section 8.4.2.4, “Using PROCEDURE ANALYSE”
Section 24.5.1.6, “Using Server Logs to Find Causes of Errors in mysqld”
Section 11.5.3.7, “Using Spatial Indexes”
Section 5.1.5, “Using System Variables”
Section 4.5.1.6.3, “Using the --safe-updates Option”
Section 10.1.12, “UTF-8 for Metadata”
Section 20.5.1, “View Syntax”
Section 12.8, “What Calendar Is Used By MySQL?”
Section B.5.3.5, “Where MySQL Stores Temporary Files”
Section 24.2.4.8, “Writing Audit Plugins”

SELECT *

Section 11.4.3, “The BLOB and TEXT Types”

SELECT * INTO OUTFILE 'file_name' FROM tbl_name

Section 7.2, “Database Backup Methods”

SELECT ... FOR UPDATE

Section 14.8.5, “Deadlocks in InnoDB”
Section 14.8.5.3, “How to Minimize and Handle Deadlocks”
Section 14.8.1, “InnoDB Locking”
Section 14.8.2.4, “Locking Reads”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
MySQL Glossary

SELECT ... FROM

Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”

SELECT ... FROM ... FOR UPDATE

Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”

SELECT ... FROM ... LOCK IN SHARE MODE

Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”

SELECT ... INTO

Section 13.1.11, “CREATE EVENT Syntax”
Section 13.6.4.2, “Local Variable Scope and Resolution”
Section 17.4.1.15, “Replication and System Functions”
Section 13.2.9.1, “SELECT ... INTO Syntax”
Section 1.7.2.1, “SELECT INTO TABLE Differences”
Section 13.2.9, “SELECT Syntax”

SELECT ... INTO DUMPFILE

Section 2.10.1, “Initializing the Data Directory”
Section 6.1.3, “Making MySQL Secure Against Attackers”
Section 5.1.4, “Server System Variables”

SELECT ... INTO OUTFILE

Section 7.1, “Backup and Recovery Types”
Section 7.4.3, “Dumping Data in Delimited-Text Format with mysqldump”
Section 14.23.2, “Forcing InnoDB Recovery”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 6.1.3, “Making MySQL Secure Against Attackers”
Section 9.1.7, “NULL Values”
Section 6.2.1, “Privileges Provided by MySQL”
Section 13.2.9.1, “SELECT ... INTO Syntax”
Section 1.7.2.1, “SELECT INTO TABLE Differences”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section 1.2, “Typographical and Syntax Conventions”
Section C.10.6, “Windows Platform Limitations”

SELECT ... INTO OUTFILE 'file_name'

Section 13.2.9.1, “SELECT ... INTO Syntax”

SELECT ... INTO var_list

Section C.1, “Restrictions on Stored Programs”
Section 13.6.4, “Variables in Stored Programs”

SELECT ... LOCK IN SHARE MODE

Section 14.8.1, “InnoDB Locking”
Section 18.1.6.3, “Limits Relating to Transaction Handling in MySQL Cluster”
Section 14.8.2.4, “Locking Reads”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 14.8.2.1, “Transaction Isolation Levels”

SELECT DISTINCT

Section 8.14.2, “General Thread States”
Section C.4, “Restrictions on Subqueries”

SET

Section 12.3.4, “Assignment Operators”
Section 17.1.3.4, “Binary Log Options and Variables”
Section 20.7, “Binary Logging of Stored Programs”
Section 20.1, “Defining Stored Programs”
Section 5.1.5.2, “Dynamic System Variables”
Section 20.4.2, “Event Scheduler Configuration”
Section 12.1, “Function and Operator Reference”
Chapter 12, Functions and Operators
Section 12.14, “Information Functions”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 4.6.11, “mysql_find_rows — Extract SQL Statements from Files”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 12.3, “Operators”
Section 8.10.3.3, “Query Cache Configuration”
Section 17.1.3.2, “Replication Master Options and Variables”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 5.1.3, “Server Command Options”
Section 5.1.7, “Server SQL Modes”
Section 5.1.4, “Server System Variables”
Section 13.7.4, “SET Syntax”
Section 13.7.4.1, “SET Syntax for Variable Assignment”
Section 13.7.5.40, “SHOW VARIABLES Syntax”
Section 13.2.10, “Subquery Syntax”
Section 20.3.1, “Trigger Syntax and Examples”
Section 9.4, “User-Defined Variables”
Section 4.2.8, “Using Options to Set Program Variables”
Section 5.1.5, “Using System Variables”
Section 4.5.1.6.3, “Using the --safe-updates Option”
Section 13.6.4, “Variables in Stored Programs”
Section 1.4, “What Is New in MySQL 5.5”

SET autocommit

Section 8.5.4, “Bulk Data Loading for InnoDB Tables”
Section 13.3, “MySQL Transactional and Locking Statements”

SET autocommit = 0

Section 17.3.8, “Semisynchronous Replication”

SET CHARACTER SET

Section 10.1.5, “Connection Character Sets and Collations”
Section 23.8.7.53, “mysql_real_escape_string()”
Section C.7, “Restrictions on Character Sets”
Section 5.1.4, “Server System Variables”
Section 13.7.4, “SET Syntax”
Section 10.1.11, “Unicode Support”

SET CHARACTER SET charset_name

Section 10.1.5, “Connection Character Sets and Collations”

SET GLOBAL

Section 14.9.4, “Configuring InnoDB Change Buffering”
Section 5.1.5.2, “Dynamic System Variables”
Section 13.7.1.3, “GRANT Syntax”
Section 8.10.2.2, “Multiple Key Caches”
MySQL Glossary
Section 17.3.8.2, “Semisynchronous Replication Installation and Configuration”
Section 13.7.4.1, “SET Syntax for Variable Assignment”
Section 5.1.5, “Using System Variables”

SET GLOBAL sql_slave_skip_counter

Section 13.4.2.4, “SET GLOBAL sql_slave_skip_counter Syntax”

SET NAMES

Section 10.1.7, “Character Set for Error Messages”
Section 10.1.4.5, “Character String Literal Character Set and Collation”
Section 10.1.6, “Configuring the Character Set and Collation for Applications”
Section 10.1.5, “Connection Character Sets and Collations”
Section 23.8.16, “Controlling Automatic Reconnection Behavior”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 4.5.1.2, “mysql Commands”
Section 23.8.7.53, “mysql_real_escape_string()”
Section 23.8.7.61, “mysql_set_character_set()”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section C.7, “Restrictions on Character Sets”
Section 5.1.4, “Server System Variables”
Section 13.7.4.3, “SET NAMES Syntax”
Section 13.7.4, “SET Syntax”
Section 12.2, “Type Conversion in Expression Evaluation”
Section 10.1.11, “Unicode Support”
Section 10.1.12, “UTF-8 for Metadata”

SET NAMES charset_name

Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”

SET NAMES default_character_set

Section 4.5.4, “mysqldump — A Database Backup Program”

SET PASSWORD

Section 6.3.5, “Assigning Account Passwords”
Section B.5.2.4, “Client does not support authentication protocol”
Section 13.7.1.1, “CREATE USER Syntax”
Section 6.1.2.1, “End-User Guidelines for Password Security”
Section 12.14, “Information Functions”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 6.1.2.4, “Password Hashing in MySQL”
Section 6.1.2.3, “Passwords and Logging”
Section 17.4.1.38, “Replication and Variables”
Section 17.4.1.8, “Replication of CURRENT_USER()”
Section B.5.3.2.3, “Resetting the Root Password: Generic Instructions”
Section 2.10.4, “Securing the Initial MySQL Accounts”
Section 17.4.1.28, “SET PASSWORD and Row-Based Replication”
Section 13.7.1.6, “SET PASSWORD Syntax”
Section 13.7.4, “SET Syntax”
Section 6.2.3, “Specifying Account Names”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section 6.2.6, “When Privilege Changes Take Effect”

SET PASSWORD ... = PASSWORD()

Section 6.3.5, “Assigning Account Passwords”

SET SESSION

Section 5.1.5.2, “Dynamic System Variables”
Section 13.7.4.1, “SET Syntax for Variable Assignment”
Section 5.1.5, “Using System Variables”

SET sql_mode='modes'

Section A.3, “MySQL 5.5 FAQ: Server SQL Mode”

SET TIMESTAMP = value

Section 8.14, “Examining Thread Information”

SET TRANSACTION

Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 14.8.2.1, “Transaction Isolation Levels”

SET TRANSACTION ISOLATION LEVEL

Section 13.7.4, “SET Syntax”
Section 13.3.6, “SET TRANSACTION Syntax”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”

SET var_name = value

Section 13.7.4, “SET Syntax”

SHOW

Section 23.8.5, “C API Data Structures”
Section 23.8.6, “C API Function Overview”
Section 13.1.11, “CREATE EVENT Syntax”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 3.3, “Creating and Using a Database”
Section 13.6.6.2, “Cursor DECLARE Syntax”
Section 21.31, “Extensions to SHOW Statements”
Chapter 21, INFORMATION_SCHEMA Tables
Section 9.2.3, “Mapping of Identifiers to File Names”
Section A.13, “MySQL 5.5 FAQ: Replication”
Section 18.6.4, “MySQL Cluster Replication Schema and Tables”
Section 1.7.1, “MySQL Extensions to Standard SQL”
Section 23.8.11.28, “mysql_stmt_store_result()”
Section 23.8.7.69, “mysql_store_result()”
Section 23.8.7.71, “mysql_use_result()”
Section 4.5.6, “mysqlshow — Display Database, Table, and Column Information”
Section 22.1, “Performance Schema Quick Start”
Section C.1, “Restrictions on Stored Programs”
Section 13.7.5.6, “SHOW COLUMNS Syntax”
Section 13.7.5.23, “SHOW INDEX Syntax”
Section 13.7.5.25, “SHOW OPEN TABLES Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”
Section 13.7.5, “SHOW Syntax”
Section 13.7.5.38, “SHOW TABLES Syntax”
Section 13.4.1, “SQL Statements for Controlling Master Servers”
Section 5.4.4, “The Binary Log”
Section 21.1, “The INFORMATION_SCHEMA CHARACTER_SETS Table”
Section 21.3, “The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY Table”
Section 21.2, “The INFORMATION_SCHEMA COLLATIONS Table”
Section 21.5, “The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table”
Section 21.4, “The INFORMATION_SCHEMA COLUMNS Table”
Section 21.6, “The INFORMATION_SCHEMA ENGINES Table”
Section 21.7, “The INFORMATION_SCHEMA EVENTS Table”
Section 21.29.1, “The INFORMATION_SCHEMA FILES Table”
Section 21.8, “The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables”
Section 21.9, “The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES Tables”
Section 21.10, “The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table”
Section 21.29.2, “The INFORMATION_SCHEMA ndb_transid_mysql_connection_map Table”
Section 21.12, “The INFORMATION_SCHEMA PARTITIONS Table”
Section 21.13, “The INFORMATION_SCHEMA PLUGINS Table”
Section 21.14, “The INFORMATION_SCHEMA PROCESSLIST Table”
Section 21.15, “The INFORMATION_SCHEMA PROFILING Table”
Section 21.16, “The INFORMATION_SCHEMA REFERENTIAL_CONSTRAINTS Table”
Section 21.19, “The INFORMATION_SCHEMA SCHEMA_PRIVILEGES Table”
Section 21.18, “The INFORMATION_SCHEMA SCHEMATA Table”
Section 21.20, “The INFORMATION_SCHEMA STATISTICS Table”
Section 21.23, “The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table”
Section 21.24, “The INFORMATION_SCHEMA TABLE_PRIVILEGES Table”
Section 21.21, “The INFORMATION_SCHEMA TABLES Table”
Section 21.22, “The INFORMATION_SCHEMA TABLESPACES Table”
Section 21.25, “The INFORMATION_SCHEMA TRIGGERS Table”
Section 21.26, “The INFORMATION_SCHEMA USER_PRIVILEGES Table”
Section 21.27, “The INFORMATION_SCHEMA VIEWS Table”
Section 1.3.2, “The Main Features of MySQL”
Section 10.1.12, “UTF-8 for Metadata”

SHOW AUTHORS

Section 13.7.5.1, “SHOW AUTHORS Syntax”

SHOW BINARY LOGS

Section 6.2.1, “Privileges Provided by MySQL”
Section 13.4.1.1, “PURGE BINARY LOGS Syntax”
Section 13.7.5.2, “SHOW BINARY LOGS Syntax”
Section 13.4.1, “SQL Statements for Controlling Master Servers”

SHOW BINLOG EVENTS

Section 18.6.4, “MySQL Cluster Replication Schema and Tables”
Section C.3, “Restrictions on Server-Side Cursors”
Section 13.7.5.3, “SHOW BINLOG EVENTS Syntax”
Section 13.4.1, “SQL Statements for Controlling Master Servers”
Section 13.4.2.5, “START SLAVE Syntax”

SHOW CHARACTER SET

Section 13.1.1, “ALTER DATABASE Syntax”
Section 10.1.2, “Character Sets and Collations in MySQL”
Section 10.1.14, “Character Sets and Collations Supported by MySQL”
Section 21.31, “Extensions to SHOW Statements”
Section 13.7.5.4, “SHOW CHARACTER SET Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”

SHOW COLLATION

Section 13.1.1, “ALTER DATABASE Syntax”
Section 23.8.5, “C API Data Structures”
Section 10.5, “Character Set Configuration”
Section 10.1.2, “Character Sets and Collations in MySQL”
Section 10.1.4.5, “Character String Literal Character Set and Collation”
Section 10.4.2, “Choosing a Collation ID”
Section 10.1.4.4, “Column Character Set and Collation”
Section 10.1.4.2, “Database Character Set and Collation”
Section 2.9.4, “MySQL Source-Configuration Options”
Section 13.7.5.5, “SHOW COLLATION Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”
Section 10.1.4.3, “Table Character Set and Collation”
Section 21.3, “The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY Table”
Section 21.2, “The INFORMATION_SCHEMA COLLATIONS Table”

SHOW COLUMNS

Section 13.8.2, “EXPLAIN Syntax”
Section 21.31, “Extensions to SHOW Statements”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 13.7.5.6, “SHOW COLUMNS Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”
Section 21.28.6, “The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table”
Section 21.28.7, “The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table”
Section 21.28.8, “The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table”
Section 21.28.1, “The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables”
Section 21.28.2, “The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables”
Section 21.28.5, “The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table”
Section 21.28.4, “The INFORMATION_SCHEMA INNODB_LOCKS Table”
Section 21.28.3, “The INFORMATION_SCHEMA INNODB_TRX Table”

SHOW COLUMNS FROM tbl_name LIKE 'enum_col'

Section 11.4.4, “The ENUM Type”

SHOW CONTRIBUTORS

Section 13.7.5.7, “SHOW CONTRIBUTORS Syntax”

SHOW COUNT()

Section 13.7.5.18, “SHOW ERRORS Syntax”
Section 13.7.5.41, “SHOW WARNINGS Syntax”

SHOW CREATE DATABASE

Section 5.1.4, “Server System Variables”
Section 13.7.5.8, “SHOW CREATE DATABASE Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”

SHOW CREATE EVENT

Section 20.4.4, “Event Metadata”
Section 13.7.5.19, “SHOW EVENTS Syntax”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”

SHOW CREATE FUNCTION

Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 1.6, “How to Report Bugs or Problems”
Section A.4, “MySQL 5.5 FAQ: Stored Procedures and Functions”
Section 13.7.5.11, “SHOW CREATE PROCEDURE Syntax”
Section 20.2.3, “Stored Routine Metadata”

SHOW CREATE PROCEDURE

Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 1.6, “How to Report Bugs or Problems”
Section A.4, “MySQL 5.5 FAQ: Stored Procedures and Functions”
Section 13.7.5.10, “SHOW CREATE FUNCTION Syntax”
Section 20.2.3, “Stored Routine Metadata”

SHOW CREATE SCHEMA

Section 13.7.5.8, “SHOW CREATE DATABASE Syntax”

SHOW CREATE TABLE

Section 13.1.7.1, “ALTER TABLE Partition Operations”
Section 13.1.7, “ALTER TABLE Syntax”
Section 13.1.17, “CREATE TABLE Syntax”
Section 11.6, “Data Type Default Values”
Section 13.8.2, “EXPLAIN Syntax”
Section 3.4, “Getting Information About Databases and Tables”
Section 15.9.2, “How to Create FEDERATED Tables”
Section 7.6.3, “How to Repair MyISAM Tables”
Section 19.2.5, “KEY Partitioning”
Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 18.1.6.1, “Noncompliance with SQL Syntax in MySQL Cluster”
Section 19.3.4, “Obtaining Information About Partitions”
Section 2.11.4, “Rebuilding or Repairing Tables or Indexes”
Section 5.1.7, “Server SQL Modes”
Section 5.1.4, “Server System Variables”
Section 13.7.5.6, “SHOW COLUMNS Syntax”
Section 13.7.5.12, “SHOW CREATE TABLE Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”
Section 13.1.17.4, “Silent Column Specification Changes”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”
Section 3.6.6, “Using Foreign Keys”

SHOW CREATE TRIGGER

Section 13.7.5.13, “SHOW CREATE TRIGGER Syntax”
Section 21.25, “The INFORMATION_SCHEMA TRIGGERS Table”
Section 20.3.2, “Trigger Metadata”

SHOW CREATE VIEW

Section 13.7.1.3, “GRANT Syntax”
Section 6.2.1, “Privileges Provided by MySQL”
Section C.5, “Restrictions on Views”
Section 13.7.5.14, “SHOW CREATE VIEW Syntax”
Section 21.27, “The INFORMATION_SCHEMA VIEWS Table”
Section 20.5.5, “View Metadata”

SHOW DATABASES

Section 13.1.10, “CREATE DATABASE Syntax”
Section 3.3, “Creating and Using a Database”
Section 21.31, “Extensions to SHOW Statements”
Section 3.4, “Getting Information About Databases and Tables”
Section 13.7.1.3, “GRANT Syntax”
Section 6.2.2, “Grant Tables”
Section 9.2.2, “Identifier Case Sensitivity”
Chapter 21, INFORMATION_SCHEMA Tables
Section A.11, “MySQL 5.5 FAQ: MySQL Chinese, Japanese, and Korean Character Sets”
Section 18.5.11.2, “MySQL Cluster and MySQL Privileges”
Section 22.2.1, “Performance Schema Build Configuration”
Section 5.1.3, “Server Command Options”
Section 5.1.4, “Server System Variables”
Section 13.7.5.15, “SHOW DATABASES Syntax”
Section 18.5.10, “The ndbinfo MySQL Cluster Information Database”

SHOW ENGINE

Section 6.2.1, “Privileges Provided by MySQL”
Section 13.7.5.16, “SHOW ENGINE Syntax”

SHOW ENGINE INNODB MUTEX

Section 13.7.5.16, “SHOW ENGINE Syntax”
Section 1.4, “What Is New in MySQL 5.5”

SHOW ENGINE INNODB STATUS

Section 14.7.3, “Adaptive Hash Index”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 14.8.5, “Deadlocks in InnoDB”
Section 14.20.2, “Enabling InnoDB Monitors”
Section 14.8.5.3, “How to Minimize and Handle Deadlocks”
Section 14.11.7, “InnoDB and FOREIGN KEY Constraints”
Section 14.10.4, “InnoDB File-Per-Table Tablespaces”
Section 14.18.3, “InnoDB INFORMATION_SCHEMA Buffer Pool Tables”
Section 14.8.1, “InnoDB Locking”
Section 14.20.3, “InnoDB Standard Monitor and Lock Monitor Output”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 14.9.2.6, “Monitoring the Buffer Pool Using the InnoDB Standard Monitor”
MySQL Glossary
Section 8.5.7, “Optimizing InnoDB Disk I/O”
Section 13.7.5.16, “SHOW ENGINE Syntax”
Section B.1, “Sources of Error Information”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”
Section 1.4, “What Is New in MySQL 5.5”

SHOW ENGINE NDB STATUS

Section 18.2.2.3, “Initial Startup of MySQL Cluster on Windows”
Section 18.5, “Management of MySQL Cluster”
Section 18.6.4, “MySQL Cluster Replication Schema and Tables”
Section 18.5.9, “Quick Reference: MySQL Cluster SQL Statements”
Section 13.7.5.16, “SHOW ENGINE Syntax”

SHOW ENGINE NDBCLUSTER STATUS

Section 18.3.3.8.1, “MySQL Server Options for MySQL Cluster”
Section 18.5.9, “Quick Reference: MySQL Cluster SQL Statements”

SHOW ENGINE PERFORMANCE_SCHEMA STATUS

Section 22.5, “Performance Schema Status Monitoring”
Section 13.7.5.16, “SHOW ENGINE Syntax”

SHOW ENGINES

Chapter 15, Alternative Storage Engines
Section 18.3.3.8.2, “MySQL Cluster System Variables”
Section A.10, “MySQL FAQ: MySQL 5.5 and MySQL Cluster”
Section 18.5.4, “MySQL Server Usage for MySQL Cluster”
Section 22.2.1, “Performance Schema Build Configuration”
Section 22.1, “Performance Schema Quick Start”
Section 18.5.9, “Quick Reference: MySQL Cluster SQL Statements”
Section 2.3.7.3, “Selecting a MySQL Server Type”
Section 5.1.4, “Server System Variables”
Section 13.7.5.17, “SHOW ENGINES Syntax”
Section 15.6, “The ARCHIVE Storage Engine”
Section 15.7, “The BLACKHOLE Storage Engine”
Section 18.5.10, “The ndbinfo MySQL Cluster Information Database”
Section 1.4, “What Is New in MySQL 5.5”

SHOW ERRORS

Section 14.11.7, “InnoDB and FOREIGN KEY Constraints”
Section 13.6.7.3.3, “RESIGNAL with a Condition Value and Optional New Signal Information”
Section 5.1.4, “Server System Variables”
Section 13.7.5.18, “SHOW ERRORS Syntax”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section 13.6.7.4.1, “Signal Condition Information Items”
Section B.1, “Sources of Error Information”

SHOW EVENTS

Section 20.4.4, “Event Metadata”
Section 17.4.1.12, “Replication of Invoked Features”
Section 13.7.5.19, “SHOW EVENTS Syntax”
Section 20.4.6, “The Event Scheduler and MySQL Privileges”
Section 21.7, “The INFORMATION_SCHEMA EVENTS Table”

SHOW FULL COLUMNS

Section 13.1.17, “CREATE TABLE Syntax”
Section 10.1.10.3, “SHOW Statements and INFORMATION_SCHEMA”
Section 21.5, “The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table”

SHOW FULL PROCESSLIST

Section 8.14, “Examining Thread Information”
Section 4.5.2, “mysqladmin — Client for Administering a MySQL Server”

SHOW FULL TABLES

Section 4.5.6, “mysqlshow — Display Database, Table, and Column Information”
Section 13.7.5.38, “SHOW TABLES Syntax”

SHOW FUNCTION CODE

Section 13.7.5.28, “SHOW PROCEDURE CODE Syntax”

SHOW FUNCTION STATUS

Section 13.7.5.29, “SHOW PROCEDURE STATUS Syntax”
Section 20.2.3, “Stored Routine Metadata”

SHOW GLOBAL STATUS

Section 18.3.3.8.3, “MySQL Cluster Status Variables”
Section 5.1.4, “Server System Variables”
Section 21.8, “The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables”

SHOW GLOBAL VARIABLES

Section 21.9, “The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES Tables”

SHOW GRANTS

Section 6.3.2, “Adding User Accounts”
Section 13.7.1.3, “GRANT Syntax”
Section 6.2.2, “Grant Tables”
Section 13.7.1.5, “REVOKE Syntax”
Section 6.1.1, “Security Guidelines”
Section 13.7.5.22, “SHOW GRANTS Syntax”
Section 13.7.5.27, “SHOW PRIVILEGES Syntax”
Section 6.2, “The MySQL Access Privilege System”

SHOW INDEX

Section 13.7.2.1, “ANALYZE TABLE Syntax”
Section 14.9.10, “Configuring Optimizer Statistics for InnoDB”
Section 8.8.2, “EXPLAIN Output Format”
Section 13.8.2, “EXPLAIN Syntax”
Section 8.9.3, “Index Hints”
Section 8.3.7, “InnoDB and MyISAM Index Statistics Collection”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 14.11.8, “Limits on InnoDB Tables”
Section 18.4.14, “ndb_index_stat — NDB Index Statistics Utility”
Section 4.6.3.4, “Other myisamchk Options”
Section 13.7.5.6, “SHOW COLUMNS Syntax”
Section 13.7.5.23, “SHOW INDEX Syntax”
Section 21.20, “The INFORMATION_SCHEMA STATISTICS Table”
Section 21.23, “The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table”

SHOW MASTER LOGS

Section 13.7.5.2, “SHOW BINARY LOGS Syntax”

SHOW MASTER STATUS

Section 17.1.1.5, “Creating a Data Snapshot Using mysqldump”
Section 17.4.5, “How to Report Replication Bugs or Problems”
Section 18.6.9, “MySQL Cluster Backups With MySQL Cluster Replication”
Section 17.1.1.4, “Obtaining the Replication Master Binary Log Coordinates”
Section 6.2.1, “Privileges Provided by MySQL”
Section 13.4.1, “SQL Statements for Controlling Master Servers”
Section 17.4.4, “Troubleshooting Replication”

SHOW OPEN TABLES

Section 13.7.5.25, “SHOW OPEN TABLES Syntax”

SHOW PLUGINS

Section 14.18, “InnoDB INFORMATION_SCHEMA Tables”
Section 13.7.3.3, “INSTALL PLUGIN Syntax”
Section 5.5.2, “Installing and Uninstalling Plugins”
Section 6.5.2.1, “Installing MySQL Enterprise Audit”
Section 6.5.1.3.1, “Installing the PAM Authentication Plugin”
Section 6.5.1.4.1, “Installing the Windows Authentication Plugin”
Section A.10, “MySQL FAQ: MySQL 5.5 and MySQL Cluster”
Section 18.3.3.8.1, “MySQL Server Options for MySQL Cluster”
Section 5.5.3, “Obtaining Server Plugin Information”
Chapter 19, Partitioning
Section 6.3.6, “Pluggable Authentication”
Section 24.2.2, “Plugin API Characteristics”
Section 24.2.3, “Plugin API Components”
Section 17.3.8.2, “Semisynchronous Replication Installation and Configuration”
Section 24.2.4.2.1, “Server Plugin Library and Plugin Descriptors”
Section 5.1.4, “Server System Variables”
Section 13.7.5.26, “SHOW PLUGINS Syntax”
Section 21.29.2, “The INFORMATION_SCHEMA ndb_transid_mysql_connection_map Table”
Section 21.13, “The INFORMATION_SCHEMA PLUGINS Table”
Section 18.5.10, “The ndbinfo MySQL Cluster Information Database”
Section 5.5.4.2, “Thread Pool Installation”
Section 1.4, “What Is New in MySQL 5.5”
Section 24.2.4.8, “Writing Audit Plugins”
Section 24.2.4.5, “Writing Daemon Plugins”
Section 24.2.4.4, “Writing Full-Text Parser Plugins”
Section 24.2.4.6, “Writing INFORMATION_SCHEMA Plugins”
Section 24.2.4.9.1, “Writing the Server-Side Authentication Plugin”

SHOW PRIVILEGES

Section 13.7.5.27, “SHOW PRIVILEGES Syntax”

SHOW PROCEDURE CODE

Section 13.7.5.20, “SHOW FUNCTION CODE Syntax”

SHOW PROCEDURE STATUS

Section 13.7.5.21, “SHOW FUNCTION STATUS Syntax”
Section 20.2.3, “Stored Routine Metadata”

SHOW PROCESSLIST

Section 13.4.2.1, “CHANGE MASTER TO Syntax”
Section 17.1.4.1, “Checking Replication Status”
Section 5.7.1.2, “Command Probes”
Section 5.7.1.1, “Connection Probes”
Section 20.4.2, “Event Scheduler Configuration”
Section 8.14.2, “General Thread States”
Section 13.7.1.3, “GRANT Syntax”
Section 12.14, “Information Functions”
Section 14.23.4, “InnoDB Error Handling”
Section 13.7.6.4, “KILL Syntax”
Section 6.1.3, “Making MySQL Secure Against Attackers”
Section A.13, “MySQL 5.5 FAQ: Replication”
Section 18.5.4, “MySQL Server Usage for MySQL Cluster”
Section 23.8.7.43, “mysql_list_processes()”
Section 4.5.2, “mysqladmin — Client for Administering a MySQL Server”
Section 6.2.1, “Privileges Provided by MySQL”
Section 5.7.1.6, “Query Execution Probes”
Section 5.7.1.3, “Query Probes”
Section 17.2.1, “Replication Implementation Details”
Section 13.7.5.30, “SHOW PROCESSLIST Syntax”
Section 13.7.5.31, “SHOW PROFILE Syntax”
Section 13.7.5.35, “SHOW SLAVE STATUS Syntax”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 17.3.6, “Switching Masters During Failover”
Section 21.29.2, “The INFORMATION_SCHEMA ndb_transid_mysql_connection_map Table”
Section 18.5.10.15, “The ndbinfo server_operations Table”
Section 18.5.10.16, “The ndbinfo server_transactions Table”
Section 22.7.6.2, “The threads Table”
Section B.5.2.7, “Too many connections”
Section 17.4.4, “Troubleshooting Replication”

SHOW PROFILE

Section 8.14, “Examining Thread Information”
Section 8.14.2, “General Thread States”
Section 2.9.4, “MySQL Source-Configuration Options”
Section 5.1.4, “Server System Variables”
Section 13.7.5.31, “SHOW PROFILE Syntax”
Section 13.7.5.32, “SHOW PROFILES Syntax”
Section 21.15, “The INFORMATION_SCHEMA PROFILING Table”

SHOW PROFILES

Section 2.9.4, “MySQL Source-Configuration Options”
Section 5.1.4, “Server System Variables”
Section 13.7.5.31, “SHOW PROFILE Syntax”
Section 13.7.5.32, “SHOW PROFILES Syntax”
Section 21.15, “The INFORMATION_SCHEMA PROFILING Table”

SHOW RELAYLOG EVENTS

Section 13.7.5.3, “SHOW BINLOG EVENTS Syntax”
Section 13.7.5.33, “SHOW RELAYLOG EVENTS Syntax”
Section 13.4.2, “SQL Statements for Controlling Slave Servers”

SHOW SCHEMAS

Section 13.7.5.15, “SHOW DATABASES Syntax”

SHOW SESSION STATUS

Section 18.3.3.8.3, “MySQL Cluster Status Variables”
Section 21.8, “The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables”

SHOW SESSION VARIABLES

Section 21.9, “The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES Tables”

SHOW SLAVE HOSTS

Section 17.1.4.1, “Checking Replication Status”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 13.4.1, “SQL Statements for Controlling Master Servers”

SHOW SLAVE STATUS

Section 13.4.2.1, “CHANGE MASTER TO Syntax”
Section 17.1.4.1, “Checking Replication Status”
Section 17.4.5, “How to Report Replication Bugs or Problems”
Section 18.6.8, “Implementing Failover with MySQL Cluster Replication”
Section 18.6.3, “Known Issues in MySQL Cluster Replication”
Section A.13, “MySQL 5.5 FAQ: Replication”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 6.2.1, “Privileges Provided by MySQL”
Section 13.4.1.1, “PURGE BINARY LOGS Syntax”
Section 17.2.1, “Replication Implementation Details”
Section 8.14.6, “Replication Slave I/O Thread States”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 17.3.7, “Setting Up Replication to Use Secure Connections”
Section 13.7.5.35, “SHOW SLAVE STATUS Syntax”
Section 17.4.1.29, “Slave Errors During Replication”
Section 17.2.2.2, “Slave Status Logs”
Section B.1, “Sources of Error Information”
Section 13.4.2, “SQL Statements for Controlling Slave Servers”
Section 13.4.2.5, “START SLAVE Syntax”
Section 17.4.4, “Troubleshooting Replication”

SHOW STATUS

Section 18.3.3.7, “Defining SQL and Other API Nodes in a MySQL Cluster”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 18.5, “Management of MySQL Cluster”
Section 18.6, “MySQL Cluster Replication”
Section 18.3.3.8.1, “MySQL Server Options for MySQL Cluster”
Section 18.5.15, “NDB API Statistics Counters and Variables”
Section 24.2.2, “Plugin API Characteristics”
Section 8.10.3.4, “Query Cache Status and Maintenance”
Section 18.5.9, “Quick Reference: MySQL Cluster SQL Statements”
Section 17.4.1.24, “Replication and Temporary Tables”
Section 17.2.1, “Replication Implementation Details”
Section 17.4.1.32, “Replication Retries and Timeouts”
Section C.1, “Restrictions on Stored Programs”
Section 17.3.8.3, “Semisynchronous Replication Monitoring”
Section 24.2.4.2.1, “Server Plugin Library and Plugin Descriptors”
Section 24.2.4.2.2, “Server Plugin Status and System Variables”
Section 5.1.6, “Server Status Variables”
Section 5.1.4, “Server System Variables”
Section 13.7.5.36, “SHOW STATUS Syntax”
Section 24.2.4.8, “Writing Audit Plugins”
Section 24.2.4.4, “Writing Full-Text Parser Plugins”
Section 24.2.4, “Writing Plugins”

SHOW STATUS LIKE 'perf%'

Section 22.5, “Performance Schema Status Monitoring”

SHOW TABLE STATUS

Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 14.9.10, “Configuring Optimizer Statistics for InnoDB”
Section 13.1.17, “CREATE TABLE Syntax”
Section 14.11.1, “Creating InnoDB Tables”
Section 13.8.2, “EXPLAIN Syntax”
Section 14.15.2, “File Space Management”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 14.11.8, “Limits on InnoDB Tables”
Section 19.3.4, “Obtaining Information About Partitions”
Section 14.11.3, “Physical Row Structure of InnoDB Tables”
Section 13.7.5.6, “SHOW COLUMNS Syntax”
Section 13.7.5.37, “SHOW TABLE STATUS Syntax”
Section 15.6, “The ARCHIVE Storage Engine”
Section 21.21, “The INFORMATION_SCHEMA TABLES Table”

SHOW TABLES

Section 3.3.2, “Creating a Table”
Section 21.31, “Extensions to SHOW Statements”
Section 9.2.2, “Identifier Case Sensitivity”
Chapter 21, INFORMATION_SCHEMA Tables
Section 14.18, “InnoDB INFORMATION_SCHEMA Tables”
Section 9.2.3, “Mapping of Identifiers to File Names”
Section 18.6.10, “MySQL Cluster Replication: Multi-Master and Circular Replication”
Section 18.4.20, “ndb_restore — Restore a MySQL Cluster Backup”
Section 5.1.3, “Server Command Options”
Section 13.7.5.37, “SHOW TABLE STATUS Syntax”
Section 13.7.5.38, “SHOW TABLES Syntax”
Section B.5.2.16, “Table 'tbl_name' doesn't exist”
Section B.5.6.2, “TEMPORARY Table Problems”
Section 18.5.10, “The ndbinfo MySQL Cluster Information Database”

SHOW TABLES FROM some_ndb_database

Section 18.5.11.2, “MySQL Cluster and MySQL Privileges”

SHOW TRIGGERS

Section A.5, “MySQL 5.5 FAQ: Triggers”
Section 13.7.5.39, “SHOW TRIGGERS Syntax”
Section 21.25, “The INFORMATION_SCHEMA TRIGGERS Table”
Section 20.3.2, “Trigger Metadata”

SHOW VARIABLES

Section 24.2.4.3, “Compiling and Installing Plugin Libraries”
Section 20.4.2, “Event Scheduler Configuration”
Section A.11, “MySQL 5.5 FAQ: MySQL Chinese, Japanese, and Korean Character Sets”
Chapter 19, Partitioning
Section 24.2.2, “Plugin API Characteristics”
Section 5.6, “Running Multiple MySQL Instances on One Machine”
Section 17.3.8.3, “Semisynchronous Replication Monitoring”
Section 5.1.4, “Server System Variables”
Section 13.7.4.1, “SET Syntax for Variable Assignment”
Section 13.7.5.40, “SHOW VARIABLES Syntax”
Section 18.6.6, “Starting MySQL Cluster Replication (Single Replication Channel)”
Section 5.1.5, “Using System Variables”
Section 24.2.4, “Writing Plugins”

SHOW WARNINGS

Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 13.1.7, “ALTER TABLE Syntax”
Section 13.6.7, “Condition Handling”
Section 13.1.26, “DROP PROCEDURE and DROP FUNCTION Syntax”
Section 13.6.7.4.2, “Effect of Signals on Handlers, Cursors, and Statements”
Section 8.8.3, “EXPLAIN EXTENDED Output Format”
Section 8.8.2, “EXPLAIN Output Format”
Section 9.2.4, “Function Name Parsing and Resolution”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 5.4.4.3, “Mixed Binary Logging Format”
Section 8.2.1.14, “Optimizing Subqueries with EXISTS Strategy”
Section 1.7.3.1, “PRIMARY KEY and UNIQUE Index Constraints”
Section B.3, “Server Error Codes and Messages”
Section 5.1.4, “Server System Variables”
Section 13.7.5.18, “SHOW ERRORS Syntax”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section 13.6.7.4.1, “Signal Condition Information Items”
Section 13.6.7.4, “SIGNAL Syntax”
Section B.1, “Sources of Error Information”

SIGNAL

Section 13.6.7, “Condition Handling”
Section 13.6.7.1, “DECLARE ... CONDITION Syntax”
Section 13.6.7.2, “DECLARE ... HANDLER Syntax”
Section 13.6.7.4.2, “Effect of Signals on Handlers, Cursors, and Statements”
Section 12.14, “Information Functions”
Section 13.6.7.3, “RESIGNAL Syntax”
Section C.2, “Restrictions on Condition Handling”
Section C.1, “Restrictions on Stored Programs”
Section 13.6.7.4.1, “Signal Condition Information Items”
Section 13.6.7.4, “SIGNAL Syntax”
Section 1.4, “What Is New in MySQL 5.5”

START SLAVE

Section 13.4.2.1, “CHANGE MASTER TO Syntax”
Section 18.6.8, “Implementing Failover with MySQL Cluster Replication”
Section 18.6.10, “MySQL Cluster Replication: Multi-Master and Circular Replication”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 18.4.20, “ndb_restore — Restore a MySQL Cluster Backup”
Section 17.1.4.2, “Pausing Replication on the Slave”
Section 17.3.4, “Replicating Different Databases to Different Slaves”
Section 17.2.1, “Replication Implementation Details”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 13.4.2.3, “RESET SLAVE Syntax”
Section 17.3.8.2, “Semisynchronous Replication Installation and Configuration”
Section 13.7.5.35, “SHOW SLAVE STATUS Syntax”
Section 17.4.1.29, “Slave Errors During Replication”
Section 13.4.2.5, “START SLAVE Syntax”
Section 18.6.6, “Starting MySQL Cluster Replication (Single Replication Channel)”
Section 13.4.2.6, “STOP SLAVE Syntax”
Section 17.3.6, “Switching Masters During Failover”
Section 17.4.4, “Troubleshooting Replication”
Section 18.6.7, “Using Two Replication Channels for MySQL Cluster Replication”

START TRANSACTION

Section 14.8.2.2, “autocommit, Commit, and Rollback”
Section 13.6.1, “BEGIN ... END Compound-Statement Syntax”
Section 13.7.6.3, “FLUSH Syntax”
Section 14.8.5.3, “How to Minimize and Handle Deadlocks”
Section 14.23.4, “InnoDB Error Handling”
Section 13.3.5.1, “Interaction of Table Locking and Transactions”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Syntax”
Section 14.8.2.4, “Locking Reads”
Section 13.3, “MySQL Transactional and Locking Statements”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section C.1, “Restrictions on Stored Programs”
Section 17.3.8, “Semisynchronous Replication”
Section 5.1.4, “Server System Variables”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 20.3.1, “Trigger Syntax and Examples”
Section 13.3.7.2, “XA Transaction States”

START TRANSACTION READ ONLY

MySQL Glossary

START TRANSACTION WITH CONSISTENT SNAPSHOT

Section 14.8.2.3, “Consistent Nonlocking Reads”

STOP SLAVE

Section 13.4.2.1, “CHANGE MASTER TO Syntax”
Section 17.1.4.1, “Checking Replication Status”
Section 17.1.1.9, “Introducing Additional Slaves to an Existing Replication Environment”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 17.1.4.2, “Pausing Replication on the Slave”
Section 13.4.1.2, “RESET MASTER Syntax”
Section 13.4.2.3, “RESET SLAVE Syntax”
Section 17.3.8.2, “Semisynchronous Replication Installation and Configuration”
Section 13.4.2.5, “START SLAVE Syntax”
Section 13.4.2.6, “STOP SLAVE Syntax”
Section 17.3.6, “Switching Masters During Failover”
Section 17.1.2.2, “Usage of Row-Based Logging and Replication”

STOP SLAVE SQL_THREAD

Section 17.1.2.2, “Usage of Row-Based Logging and Replication”

T

[index top]

TRUNCATE TABLE

Section 18.5.13.1, “Adding MySQL Cluster Data Nodes Online: General Issues”
Section 2.11.1.1, “Changes Affecting Upgrades to MySQL 5.5”
Section 18.5.2, “Commands in the MySQL Cluster Management Client”
Section 15.3.3.3, “Compressed Table Characteristics”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 13.2.2, “DELETE Syntax”
Section 22.2.3.3, “Event Pre-Filtering”
Section 22.7.5.1, “Event Wait Summary Tables”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 22.7.5.2, “File I/O Summary Tables”
Section 13.2.4, “HANDLER Syntax”
Section 8.10.3.1, “How the Query Cache Operates”
Section 14.10.4, “InnoDB File-Per-Table Tablespaces”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 18.1.6.2, “Limits and Differences of MySQL Cluster from Standard MySQL Limits”
Section 18.1.6.3, “Limits Relating to Transaction Handling in MySQL Cluster”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Syntax”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 19.3.3, “Maintenance of Partitions”
Section 19.3.1, “Management of RANGE and LIST Partitions”
Section 15.8.2, “MERGE Table Problems”
MySQL Glossary
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 18.4.9, “ndb_delete_all — Delete All Rows from an NDB Table”
Section 8.5.6, “Optimizing InnoDB DDL Operations”
Section 22.2.3.1, “Performance Schema Event Timing”
Section 22.6, “Performance Schema General Table Characteristics”
Section 22.7.5, “Performance Schema Summary Tables”
Section 18.6.9.2, “Point-In-Time Recovery Using MySQL Cluster Replication”
Section 6.2.1, “Privileges Provided by MySQL”
Section 17.4.1.23, “Replication and MEMORY Tables”
Section 17.4.1.37, “Replication and TRUNCATE TABLE”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.4, “Server System Variables”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 22.7.4.1, “The events_waits_current Table”
Section 22.7.4.2, “The events_waits_history Table”
Section 22.7.4.3, “The events_waits_history_long Table”
Section 15.4, “The MEMORY Storage Engine”
Section 22.7.2.3, “The setup_timers Table”
Section 13.1.33, “TRUNCATE TABLE Syntax”
Section 23.8.15.2, “What Results You Can Get from a Query”

U

[index top]

UNINSTALL PLUGIN

Section 13.7.6.3, “FLUSH Syntax”
Section 8.12.5.1, “How MySQL Uses Memory”
Section 13.7.3.3, “INSTALL PLUGIN Syntax”
Section 5.5.2, “Installing and Uninstalling Plugins”
Section 4.4.4, “mysql_plugin — Configure MySQL Server Plugins”
Section 22.11, “Performance Schema and Plugins”
Section 15.2.1, “Pluggable Storage Engine Architecture”
Section 24.2.3, “Plugin API Components”
Section 24.2.4.2.1, “Server Plugin Library and Plugin Descriptors”
Section 13.7.5.26, “SHOW PLUGINS Syntax”
Section 21.13, “The INFORMATION_SCHEMA PLUGINS Table”
Section 13.7.3.4, “UNINSTALL PLUGIN Syntax”
Section 24.2.4.8, “Writing Audit Plugins”
Section 24.2.4.5, “Writing Daemon Plugins”
Section 24.2.4.4, “Writing Full-Text Parser Plugins”
Section 24.2.4.6, “Writing INFORMATION_SCHEMA Plugins”
Section 24.2.4.9.1, “Writing the Server-Side Authentication Plugin”

UNION

Section 23.8.5, “C API Data Structures”
Section 13.1.17, “CREATE TABLE Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section 8.8.2, “EXPLAIN Output Format”
Section 12.14, “Information Functions”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 11.2.5, “Numeric Type Attributes”
Section 10.1.10.1, “Result Strings”
Section 3.6.7, “Searching on Two Keys”
Section 13.2.9, “SELECT Syntax”
Section 5.1.6, “Server Status Variables”
Section 13.2.10, “Subquery Syntax”
Section 15.8, “The MERGE Storage Engine”
Section 8.2.1.3.1, “The Range Access Method for Single-Part Indexes”
Section 13.2.9.3, “UNION Syntax”
Section 20.5.3, “Updatable and Insertable Views”
Section 8.4.2.4, “Using PROCEDURE ANALYSE”
Section 20.5.2, “View Processing Algorithms”
Section 20.5.1, “View Syntax”
Section 12.11, “XML Functions”

UNION ALL

Section 12.14, “Information Functions”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 13.2.9.3, “UNION Syntax”
Section 20.5.3, “Updatable and Insertable Views”
Section 20.5.2, “View Processing Algorithms”

UNION DISTINCT

Section 13.2.9.3, “UNION Syntax”

UNLOCK TABLES

Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 7.2, “Database Backup Methods”
Section 13.7.6.3, “FLUSH Syntax”
Section 14.8.5.3, “How to Minimize and Handle Deadlocks”
Section 13.3.5.1, “Interaction of Table Locking and Transactions”
Section 14.11.8, “Limits on InnoDB Tables”
Section 13.3.5, “LOCK TABLES and UNLOCK TABLES Syntax”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section C.1, “Restrictions on Stored Programs”
Section 13.3.1, “START TRANSACTION, COMMIT, and ROLLBACK Syntax”
Section 13.3.3, “Statements That Cause an Implicit Commit”
Section 8.12.1, “System Factors and Startup Parameter Tuning”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”

UPDATE

Section 6.2.5, “Access Control, Stage 2: Request Verification”
Section 6.3.2, “Adding User Accounts”
Section 17.1.2.1, “Advantages and Disadvantages of Statement-Based and Row-Based Replication”
Section 12.3.4, “Assignment Operators”
Section 14.11.6, “AUTO_INCREMENT Handling in InnoDB”
Section 13.5.4, “Automatic Prepared Statement Repreparation”
Section 17.1.3.4, “Binary Log Options and Variables”
Section 8.6.2, “Bulk Data Loading for MyISAM Tables”
Section 23.8.6, “C API Function Overview”
Section 23.8.10, “C API Prepared Statement Function Overview”
Section 23.8.17, “C API Support for Multiple Statement Execution”
Section 14.7.2, “Change Buffer”
Section 13.7.2.2, “CHECK TABLE Syntax”
Section 10.1.13, “Column Character Set Conversion”
Section 14.9.4, “Configuring InnoDB Change Buffering”
Section 14.8.2.3, “Consistent Nonlocking Reads”
Section 1.7.3.3, “Constraints on Invalid Data”
Section 14.11.5, “Converting Tables from MyISAM to InnoDB”
Section 13.1.19, “CREATE TRIGGER Syntax”
Section 13.1.20, “CREATE VIEW Syntax”
Section 15.9.2.1, “Creating a FEDERATED Table Using CONNECTION”
Section 11.6, “Data Type Default Values”
Section 11.1.2, “Date and Time Type Overview”
Section 14.8.5, “Deadlocks in InnoDB”
Section 15.9.3, “FEDERATED Storage Engine Notes and Tips”
Section 14.23.2, “Forcing InnoDB Recovery”
Section 12.1, “Function and Operator Reference”
Chapter 12, Functions and Operators
Section 8.14.2, “General Thread States”
Section 13.7.1.3, “GRANT Syntax”
Section 6.2.2, “Grant Tables”
Section 8.2.1.2, “How MySQL Optimizes WHERE Clauses”
Section 8.10.3.1, “How the Query Cache Operates”
Section 12.14, “Information Functions”
Chapter 21, INFORMATION_SCHEMA Tables
Section 14.8.1, “InnoDB Locking”
Section 14.17, “InnoDB Startup Options and System Variables”
Section 13.2.5.3, “INSERT ... ON DUPLICATE KEY UPDATE Syntax”
Section 13.2.5.2, “INSERT DELAYED Syntax”
Section 13.2.5, “INSERT Syntax”
Section 8.11.1, “Internal Locking Methods”
Section 8.4.4, “Internal Temporary Table Use in MySQL”
Section 13.2.9.2, “JOIN Syntax”
Section 13.7.6.4, “KILL Syntax”
Section B.5.7, “Known Issues in MySQL”
Section 18.6.3, “Known Issues in MySQL Cluster Replication”
Section 13.2.6, “LOAD DATA INFILE Syntax”
Section 14.8.2.4, “Locking Reads”
Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”
Section 5.4.4.4, “Logging Format for Changes to mysql Database Tables”
Section 12.16, “Miscellaneous Functions”
Section A.4, “MySQL 5.5 FAQ: Stored Procedures and Functions”
Section 18.5.12.1, “MySQL Cluster Disk Data Objects”
Section 1.7.1, “MySQL Extensions to Standard SQL”
MySQL Glossary
Section 4.5.1.1, “mysql Options”
Section 23.8.7.1, “mysql_affected_rows()”
Section 23.8.7.35, “mysql_info()”
Section 23.8.7.37, “mysql_insert_id()”
Section 23.8.7.48, “mysql_num_rows()”
Section 23.8.7.49, “mysql_options()”
Section 23.8.11.10, “mysql_stmt_execute()”
Section 23.8.11.16, “mysql_stmt_insert_id()”
Section 23.8.11.18, “mysql_stmt_num_rows()”
Section 4.6.7.2, “mysqlbinlog Row Event Display”
Section 12.3, “Operators”
Section 8.2.2, “Optimizing Data Change Statements”
Section 11.2.6, “Out-of-Range and Overflow Handling”
Section 19.4, “Partition Pruning”
Section 19.5.4, “Partitioning and Table-Level Locking”
Section 1.7.3.1, “PRIMARY KEY and UNIQUE Index Constraints”
Section 6.2.1, “Privileges Provided by MySQL”
Section B.5.4.2, “Problems Using DATE Columns”
Section 17.4.1.16, “Replication and LIMIT”
Section 17.4.1.26, “Replication and the Query Optimizer”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 19.5, “Restrictions and Limitations on Partitioning”
Section 13.2.10.11, “Rewriting Subqueries as Joins”
Section 2.10.4, “Securing the Initial MySQL Accounts”
Section 3.3.4.1, “Selecting All Data”
Section 5.4.1, “Selecting General Query and Slow Query Log Output Destinations”
Section 5.1.3, “Server Command Options”
Section 5.1.7, “Server SQL Modes”
Section 5.1.6, “Server Status Variables”
Section 5.1.4, “Server System Variables”
Section 13.7.1.6, “SET PASSWORD Syntax”
Section 13.7.5.41, “SHOW WARNINGS Syntax”
Section 17.4.1.29, “Slave Errors During Replication”
Section 5.7.1.12, “Statement Probes”
Section 13.2.10.9, “Subquery Errors”
Section 13.2.10, “Subquery Syntax”
Section 8.11.2, “Table Locking Issues”
Section 13.3.5.3, “Table-Locking Restrictions and Conditions”
Section 10.1.8.5, “The _bin and binary Collations”
Section 15.6, “The ARCHIVE Storage Engine”
Section 5.4.4, “The Binary Log”
Section 15.7, “The BLACKHOLE Storage Engine”
Section 21.27, “The INFORMATION_SCHEMA VIEWS Table”
Section 1.3.2, “The Main Features of MySQL”
Section 15.8, “The MERGE Storage Engine”
Section 15.3, “The MyISAM Storage Engine”
Section 6.2, “The MySQL Access Privilege System”
Section 5.1.11, “The Server Shutdown Process”
Section 14.8.2.1, “Transaction Isolation Levels”
Section 20.3.1, “Trigger Syntax and Examples”
Section 6.2.7, “Troubleshooting Problems Connecting to MySQL”
Section 20.5.3, “Updatable and Insertable Views”
Section 1.7.2.2, “UPDATE Differences”
Section 13.2.11, “UPDATE Syntax”
Section 17.1.2.2, “Usage of Row-Based Logging and Replication”
Section 13.1.17.3, “Using FOREIGN KEY Constraints”
Section 4.5.1.6.3, “Using the --safe-updates Option”
Section 23.8.15.2, “What Results You Can Get from a Query”
Section 6.2.6, “When Privilege Changes Take Effect”
Section 23.8.15.1, “Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success”

UPDATE ... ()

Section 14.8.2.3, “Consistent Nonlocking Reads”

UPDATE ... WHERE

Section 14.8.5, “Deadlocks in InnoDB”

UPDATE ... WHERE ...

Section 14.8.3, “Locks Set by Different SQL Statements in InnoDB”

UPDATE IGNORE

Section 18.1.6.11, “Previous MySQL Cluster Issues Resolved in MySQL 5.1, MySQL Cluster NDB 6.x, and MySQL Cluster NDB 7.x”
Section 5.1.7, “Server SQL Modes”
Section 13.2.11, “UPDATE Syntax”

UPDATE t1,t2 ...

Section 5.7.1.12, “Statement Probes”

USE

Section 17.1.3.4, “Binary Log Options and Variables”
Section 7.4.5.2, “Copy a Database from one Server to Another”
Section 13.1.15, “CREATE PROCEDURE and CREATE FUNCTION Syntax”
Section 3.3.1, “Creating and Selecting a Database”
Section 3.3, “Creating and Using a Database”
Section 7.4.1, “Dumping Data in SQL Format with mysqldump”
Section 17.2.3.1, “Evaluation of Database-Level Replication and Binary Logging Options”
Section 8.9.3, “Index Hints”
Chapter 21, INFORMATION_SCHEMA Tables
Section 4.5.1.1, “mysql Options”
Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”
Section 4.5.4, “mysqldump — A Database Backup Program”
Section 7.4.2, “Reloading SQL-Format Backups”
Section 17.2.3.3, “Replication Rule Application”
Section 17.1.3.3, “Replication Slave Options and Variables”
Section 20.2.1, “Stored Routine Syntax”
Section 18.5.10, “The ndbinfo MySQL Cluster Information Database”
Section 13.8.4, “USE Syntax”

USE db2

Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”

USE db_name

Section 4.5.1.1, “mysql Options”

USE test

Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”

W

[index top]

WHILE

Section 13.6.5, “Flow Control Statements”
Section 13.6.5.3, “ITERATE Syntax”
Section 13.6.5.4, “LEAVE Syntax”
Section 13.6.2, “Statement Label Syntax”
Section 13.6.5.8, “WHILE Syntax”

X

[index top]

XA COMMIT

Section 2.11.2, “Downgrading MySQL”
Section 5.1.4, “Server System Variables”
Section 2.11.1, “Upgrading MySQL”
Section 13.3.7.2, “XA Transaction States”

XA END

Section C.6, “Restrictions on XA Transactions”
Section 13.3.7.1, “XA Transaction SQL Syntax”
Section 13.3.7.2, “XA Transaction States”

XA PREPARE

Section 13.3.7.2, “XA Transaction States”

XA RECOVER

Section 2.11.2, “Downgrading MySQL”
Section 2.11.1, “Upgrading MySQL”
Section 13.3.7.1, “XA Transaction SQL Syntax”
Section 13.3.7.2, “XA Transaction States”

XA ROLLBACK

Section 2.11.2, “Downgrading MySQL”
Section 5.1.4, “Server System Variables”
Section 2.11.1, “Upgrading MySQL”
Section 13.3.7.2, “XA Transaction States”

XA START

Section C.6, “Restrictions on XA Transactions”
Section 13.3.7.1, “XA Transaction SQL Syntax”
Section 13.3.7.2, “XA Transaction States”

XA START xid

Section 13.3.7.1, “XA Transaction SQL Syntax”