Version sans cache


Mise en cache désactivé. Réglage défaut pour cette page : actif (code DEF204)
Si l'affichage est trop lent, vous pouvez désactiver le mode utilisateur pour visualiser la version en cache.

Rechercher dans le manuel MySQL

Displaying 241 to 250 of 308 total results
https://dev.mysql.com/mysql-cluster-limitations-unsupported.html
A number of features supported by other storage engines are not supported for NDB tables. Trying to use any of these features in NDB Cluster does not cause errors in or of itself; however, errors may occur in applications that expects the features ...
https://dev.mysql.com/mysql-cluster-ndb-api-statistics.html
A number of types of statistical counters relating to actions performed by or affecting Ndb objects are available. Such actions include starting and closing (or aborting) transactions; primary key and unique key operations; table, range, and pruned ...
https://dev.mysql.com/mysql-cluster-options-variables.html
--ndb-blob-read-batch-bytes=bytes Table 22.217 Type and value information for ndb-blob-read-batch-bytes Property Value Name ndb-blob-read-batch-bytes Command Line Yes System Variable Yes Option File Yes Scope Both Dynamic Yes Type: Default, Range ...
https://dev.mysql.com/mysql-cluster-programs-ndb-select-all.html
ndb_select_all prints all rows from an NDB table to stdout. --gci Adds a GCI column to the output showing the global checkpoint at which each row was last updated. See Section 22.1, “NDB Cluster Overview”, and Section 22.5.6.2, “NDB Cluster ...Usage ndb_select_all -c connection_string tbl_name -d db_name [> file_name] The following table includes options that are specific to the NDB Cluster native backup restoration program ...
https://dev.mysql.com/mysql-cluster-programs-ndb-size-pl.html
This is a Perl script that can be used to estimate the amount of space that would be required by a MySQL database if it were converted to use the NDBCLUSTER storage engine. Unlike the other utilities discussed in this section, it does not require ...
https://dev.mysql.com/mysql-create-db.html
int mysql_create_db(MYSQL *mysql, const char *db) Creates the database named by the db parameter. CR_SERVER_LOST The connection to the server was lost during the query.
https://dev.mysql.com/mysql-drop-db.html
int mysql_drop_db(MYSQL *mysql, const char *db) Drops the database named by the db parameter. if(mysql_drop_db(&mysql, "my_database")) fprintf(stderr, "Failed to drop the database: Error: %s\n", mysql_error(&mysql)); . CR_SERVER_LOST The connection ...
https://dev.mysql.com/mysql-dump-debug-info.html
int mysql_dump_debug_info(MYSQL *mysql) Instructs the server to write debugging information to the error log. CR_SERVER_LOST The connection to the server was lost during the query.
https://dev.mysql.com/mysql-errno.html
unsigned int mysql_errno(MYSQL *mysql) For the connection specified by mysql, mysql_errno() returns the error code for the most recently invoked API function that can succeed or fail. Client error message numbers are listed in the MySQL errmsg.h ...
https://dev.mysql.com/mysql-get-proto-info.html
unsigned int mysql_get_proto_info(MYSQL *mysql) Returns the protocol version used by current connection. An unsigned integer representing the protocol version used by the current connection.
Displaying 241 to 250 of 308 total results

Rechercher dans le manuel MySQL

Traduction non disponible

Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-fct-int-p-25.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :en Manuel MySQL : https://dev.mysql.com/

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut