Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
A value of zero (0) sets pooled connections to the maximum connection timeout. MaximumPoolsize , Max Pool Size , Maximum Pool Size , MaxPoolSize Default: 100 The maximum number of connections allowed in the pool. This chapter describes the full set ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-pooling.html
You can turn it off or adjust its performance characteristics using the connection string options Pooling, Connection Reset, Connection Lifetime, Cache Server Properties, Max Pool Size and Min Pool Size. The MySQL Connector/NET supports connection ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-borland.html
With all Borland applications where the Borland Database Engine (BDE) is used, follow these steps to improve compatibility: Update to BDE 3.2 or newer. 5.8.2.2.1 Using Connector/ODBC with Borland Builder 4 When you start a query, you can use the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
A value of zero (0) sets pooled connections to the maximum connection timeout. MaximumPoolsize , Max Pool Size , Maximum Pool Size , MaxPoolSize Default: 100 The maximum number of connections allowed in the pool. This chapter describes the full set ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-pooling.html
You can turn it off or adjust its performance characteristics using the connection string options Pooling, Connection Reset, Connection Lifetime, Cache Server Properties, Max Pool Size and Min Pool Size. The MySQL Connector/NET supports connection ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-borland-delphi.html
Also, here is some potentially useful Delphi code that sets up both an ODBC entry and a BDE entry for Connector/ODBC. The BDE entry requires a BDE Alias Editor that is free at a Delphi Super Page near you.
https://dev.mysql.com/doc/internals/en/charsets.html
Character sets are used by MySQL when storing information, both to ensure that the information is stored (and returned) in the correct format, but also for the purposes of collation and sorting. Each character set supports one or more collations, ...
https://dev.mysql.com/doc/internals/en/com-query-response.html
Image description If it is not a valid Protocol::LengthEncodedInteger it is either a ERR_Packet or a Protocol::LOCAL_INFILE_Request. Image description 14.6.4.1.1 Text Resultset A Text Resultset is a possible COM_QUERY Response. It is made up of two ...
https://dev.mysql.com/doc/internals/en/files-in-innodb-sources.html
"InnoDB Engine in MySQL-Max-3.23.54 / MySQL-4.0.9: The Up-to-Date Reference Manual of InnoDB" http://www.innodb.com/ibman.html This is the natural starting point for all InnoDB information. The InnoDB source files are the best place to look for ...
https://dev.mysql.com/doc/internals/en/layout-record-storage-frame.html
*/ MI_MAX_BLOCK_LENGTH 16777212 /* 16MB - 4, max 3 bytes for length available, 4-byte aligned. MI_MIN_BLOCK_LENGTH 20 /* 20 bytes are required for the biggest frame type: Deleted block. data_len is the number of bytes within this block that are ...