Search



Search Results
Displaying 4041 to 4050 of 4740 total results
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/internals/en/additional-accessors-for-plugins.html
Starting with MySQL 5.1.21 the following additional accessors are made available to all plug-ins: Full definition of MYSQL_LEX_STRING (identical to LEX_STRING from m_string.h) Full definition of MYSQL_XID (binary compatible with XID from handler.h) ...
https://dev.mysql.com/doc/internals/en/myisampack.html
When starting to analyze the existing uncompressed data, it collects distinct column values up to a limit of 8KB. If there are more, it falls back to byte value compression for this column. This means also that myisampack may use different ...
https://dev.mysql.com/doc/internals/en/myisam-dynamic-data-file-layout.html
A record can be put in one or more frames, also called the record "parts" or "blocks". The sense of the frames is to allow reusage of the space of deleted records. Starting with an empty data file, records are put in a single frame each, unless a ...
https://dev.mysql.com/doc/workbench/en/wb-launching-windows.html
To start MySQL Workbench on Windows, select MySQL from the Start menu and then select MySQL Workbench. Alternatively, start MySQL Workbench from the command line, for example: C:\Program Files\MySQL\MySQL Workbench 8.0\mysqlworkbench.exe Use the ...
https://dev.mysql.com/doc/internals/en/com-debug.html
COM_DEBUG triggers a dump on internal debug info to stdout of the mysql-server. COM_DEBUG: dump debug info to stdout Returns EOF_Packet or ERR_Packet on error Payload 1 [0d] COM_DEBUG .
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-projection.html
Annotation on a type to define it as a projection of a table. Only the columns mapped to persistent fields/methods will be used when performing operations on the table.
https://dev.mysql.com/doc/internals/en/com-refresh.html
Note As of MySQL 5.7.11, COM_REFRESH is deprecated and will be removed in a future version of MySQL.
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-client.html
There are other utilities too in fact, you'll find the source of most client-side programs here. There are also programs for checking the password, and for testing that basic functions such as threading or access via SSL are possible. You'll notice, ...
https://dev.mysql.com/doc/internals/en/index-read-idx.html
Purpose Find a row based on a key and return. Synopsis virtual int index_read_idx ( buf, index, key, keypart_map, find_flag); byte * buf ; uint index ; const byte * key ; ulonglong keypart_map ; enum ha_rkey_function find_flag ; Description This is ...
Displaying 4041 to 4050 of 4740 total results