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 231 to 240 of 271 total results
https://dev.mysql.com/mysql-cluster-programs-ndb-mgm.html
--try-reconnect=number Property Value Command-Line Format --try-reconnect=# Deprecated Yes Type Numeric Type Integer Default Value 12 Default Value 3 Minimum Value 0 Maximum Value 4294967295 If the connection to the management server is broken, the ... The ndb_mgm management client process is actually not needed to run the ...
https://dev.mysql.com/mysql-cluster-programs-ndbd.html
--logbuffer-size=# Property Value Command-Line Format --logbuffer-size=# Type Integer Default Value 32768 Minimum Value 2048 Maximum Value 4294967295 Sets the size of the data node log buffer. ndbd is the process that is used to handle all the data ...
https://dev.mysql.com/mysql-cluster-replication-conflict-resolution.html
However, the data type of this column is never TIMESTAMP; instead, its data type should be INT (INTEGER) or BIGINT. When using a replication setup involving multiple masters (including circular replication), it is possible that different masters ...
https://dev.mysql.com/mysql-cluster-replication-general.html
This can be done by starting each SQL node using the --server-id=id option, where id is a unique integer. A replication channel requires two MySQL servers acting as replication servers (one each for the master and slave). For example, this means ...
https://dev.mysql.com/mysql-fetch-lengths.html
An array of unsigned long integers representing the size of each column (not including any terminating null bytes). unsigned long *mysql_fetch_lengths(MYSQL_RES *result) Returns the lengths of the columns of the current row within a result set. If ...
https://dev.mysql.com/mysql-field-count.html
An unsigned integer representing the number of columns in a result set. unsigned int mysql_field_count(MYSQL *mysql) Returns the number of columns for the most recent query on the connection. The normal use of this function is when ...
https://dev.mysql.com/mysql-get-proto-info.html
An unsigned integer representing the protocol version used by the current connection. unsigned int mysql_get_proto_info(MYSQL *mysql) Returns the protocol version used by current connection.
https://dev.mysql.com/mysql-next-result-nonblocking.html
The two functions differ as follows: mysql_next_result() returns an integer status indicator. enum net_async_status mysql_next_result_nonblocking(MYSQL *mysql) Note mysql_next_result_nonblocking() is an asynchronous function. It is the counterpart ...
https://dev.mysql.com/mysql-num-fields.html
An unsigned integer representing the number of columns in a result set. unsigned int mysql_num_fields(MYSQL_RES *result) To pass a MYSQL* argument instead, use unsigned int mysql_field_count(MYSQL *mysql). You can get the number of columns either ...
https://dev.mysql.com/mysql-real-query-nonblocking.html
The two functions differ as follows: mysql_real_query() returns an integer status indicator. enum net_async_status mysql_real_query_nonblocking(MYSQL *mysql, const char *stmt_str, unsigned long length) Note mysql_real_query_nonblocking() is an ...
Displaying 231 to 240 of 271 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-integer-p-24.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