Search



Search Results
Displaying 521 to 530 of 1018 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-macos.html
For example: $> myodbc-installer -a -s -t"DSN=mydb;DRIVER=MySQL ODBC 9.4 Driver;SERVER=mysql;USER=username;PASSWORD=pass" To use ODBC Administrator: Warning For correct operation of ODBC Administrator, ensure that the /Library/ODBC/odbc.ini file ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-myisam.html
Key handling programs on mysql-5.0/myisam: size name comment ---- ---- ------- 4668 mi_rkey.c for random key searches 3646 mi_rnext.c for next-key searches 15440 mi_key.c for managing keys + more mi_*.c programs The final notable group of files in ...We will begin by mentioning that myisam is one of what we call the MySQL storage engine ...
https://dev.mysql.com/doc/internals/en/innodb-page-overview.html
The inner pair, "Page Header" and "Page Directory", are mostly the concern of the \page program group, while the outer pair, "Fil Header" and "Fil Trailer", are mostly the concern of the \fil program group. An InnoDB page has seven parts: Fil ...
https://dev.mysql.com/doc/internals/en/transformations-all-any.html
ALL/ANY/SOME use the same algorithm (and the same method of Item_in_subselect) as scalar IN, but use a different function instead of =. ANY/SOME use the same function that was listed after the left expression. ALL uses an inverted function, and all ...
https://dev.mysql.com/doc/ndbapi/en/mgm-structures.html
This section provides information about the data structures defined by the MGM API. The ndb_logevent Structure The ndb_mgm_node_state Structure The ndb_mgm_node_state2 Structure The ndb_mgm_cluster_state Structure The ndb_mgm_cluster_state2 ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Column::getStripeSize() Description This method gets the stripe size of a blob column—that is, the number of consecutive parts to store in each node group. Column::setStripeSize() Description This method sets the stripe size of a blob ... This ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-schema-error.html
The following list enumerates all NDB errors of type SE (Schema error).
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
The indexes array of TableMetadata contains one IndexMetadata object per table index. NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
If the value of this variable is greater than 0, the MySQL server synchronizes its binary log to disk (using fdatasync()) after sync_binlog commit groups are written to the binary log. A value of 1 is the safest choice because in the event of a ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-threadpool-category.html
Stall Limit The value is the amount of time a statement has to finish after starting to execute before it becomes defined as stalled, at which point the thread pool permits the thread group to begin executing another statement. Lists the Thread ...
Displaying 521 to 530 of 1018 total results