Functionality added or changed:
Bugs fixed:
          Performing a CREATE TABLE statement with a
          PARTITION BY clause in a prepared statement
          could crash a server running in debug mode. (Bug#12097)
        
          NDB: Specifying the wrong nodegroup in a
          CREATE TABLE using partitioning would lead
          to the table name being locked after the CREATE
          TABLE statement failed (that is, the table name
          could not be re-used). (Bug#12114)
        
          Using ORDER BY in a query with a
          partitioned table on a 64-bit operating system could crash the
          server. (Bug#12116)
        
          When two threads compete for the same table, a deadlock could
          occur if one thread has also a lock on another table through
          LOCK TABLES and the thread is attempting to
          remove the table in some manner and the other thread want
          locks on both tables. (Bug#10600)
        
Dies ist eine Übersetzung des MySQL-Referenzhandbuchs, das sich auf dev.mysql.com befindet. Das ursprüngliche Referenzhandbuch ist auf Englisch, und diese Übersetzung ist nicht notwendigerweise so aktuell wie die englische Ausgabe. Das vorliegende deutschsprachige Handbuch behandelt MySQL bis zur Version 5.1.

