Choisissez un titre de logiciel...pour dévaloriser la version que vous aimez!

statistiques Statistiques: 29 377 versions de 1 949 programmes

Affichage des téléchargements pour Windows Afficher tous les téléchargements
MySQL Community Server icon

MySQL Community Server  5.1.31

766 Téléchargements

Testé: Libre de spyware, adware et virus

MySQL Community Server 5.1.31  Modifier le journal

Functionality added or changed:

*
A new status variable, Queries, indicates the number of statements executed by the server. This includes statements executed within stored programs, unlike the Questions variable which includes only statements sent to the server by clients. (Bug#41131)
*
Performance of SELECT * retrievals from INFORMATION_SCHEMA.COLUMNS was improved slightly. (Bug#38918)
*
Previously, index hints did not work for FULLTEXT searches. Now they work as follows:

For natural language mode searches, index hints are silently ignored. For example, IGNORE INDEX(i) is ignored with no warning and the index is still used.

For boolean mode searches, index hints with FOR ORDER BY or FOR GROUP BY are silently ignored. Index hints with FOR JOIN or no FOR modifier are honored. In contrast to how hints apply for non-FULLTEXT searches, the hint is used for all phases of query execution (finding rows and retrieval, grouping, and ordering). This is true even if the hint is given for a non-FULLTEXT index. (Bug#38842)

MySQL Community Server  Constructions

14068