Search



Search Results
Displaying 291 to 300 of 3563 total results
https://dev.mysql.com/doc/internals/en/load-data-infile-events.html
1) In MySQL 3.23, there was only one event: Load_log_event (type code LOAD_EVENT = 6). 2) In MySQL 4.0.0, the file contents were included in the binary log. LOAD DATA INFILE is not written to the binary log like other statements. It is written as ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
Note While the MySQL data type used in the example is actually TEXT, the same principles apply /* ndbapi_blob_ndbrecord Illustrates the manipulation of BLOB (actually TEXT in this example). */ #ifdef _WIN32 #include <winsock2.h> #endif #include ...
https://dev.mysql.com/doc/mysql-em-plugin/en/preface.html
This manual documents the Oracle Enterprise Manager for MySQL Database. See the Oracle Enterprise Manager for MySQL Database 13.5.3.0.0 License Information User Manual for licensing information, including licensing information relating to ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-operations.html
In addition, queries are optimized to detect whether columns of the primary key are specified as part of the query criteria, and if so, a primary key lookup or scan is executed as a strategy to implement the query. To insert a new row into the ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-okv-plugin.html
The plugin works with these KMIP-compatible products: Oracle Key Vault Gemalto SafeNet KeySecure Appliance Townsend Alliance Key Manager Entrust KeyControl Each MySQL Server instance must be registered separately as a client for KMIP. For additional ... Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial ...The Key Management Interoperability ...
https://dev.mysql.com/doc/internals/en/implementing-rnd-next-method.html
After the table is initialized, the MySQL server will call the handler's [custom-engine.html#custom-engine-api-reference-rnd_next rnd_next()] method once for every row to be scanned until the server's search condition is satisfied or an end of file ...The rnd_next() method takes a single byte array parameter named ...
https://dev.mysql.com/doc/internals/en/myisam-introduction.html
MySQL creates files named Table1.MYD ("MySQL Data"), Table1.MYI ("MySQL Index"), and Table1.frm ("Format"). if you use Windows, you might find the files in the \mysql\data\test\ directory. Let's look at the .MYD Data file (MyISAM SQL Data file) more ...These files will be in the directory: /<datadir>/<database>/ For example, if you use Linux, you might find the files in the /usr/local/var/test directory (assuming your database name is ...
https://dev.mysql.com/doc/internals/en/mysys-directory.html
There are 125 *.c programs in this directory: array.c --- Dynamic array handling charset.c --- Using dynamic character sets, set default character set, ... For example, the main functions in my_getwd.c are described thus: "int my_getwd _A((string ...
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
All the types are defined within the include/mysql_com.h file within the enum_field_types enumerated structure. Example: a VARCHAR(7) column containing 'A' looks like: hexadecimal 01 41 -- (length = A'</code>) In MySQL 4.1 the length is always 1 ...
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
Abstract This section describes how NDB API errors can be detected and mapped onto particular operations. NDB API errors can be generated in either of two ways: When an operation is defined When an operation is executed Errors raised during ...
Displaying 291 to 300 of 3563 total results