Search



Search Results
Displaying 321 to 330 of 510 total results
https://dev.mysql.com/doc/internals/en/class-procedure-send-row.html
Prototype: virtual int send_row(List<Item> &fields); This member is called for every result row in the original result set. Whatever you do here is up to you, it is important to note though that to pass on the result row to the client you have to ...
https://dev.mysql.com/doc/internals/en/compressed-packet-header.html
compressed sequence id sequence id of the compressed packets, reset in the same way as the MySQL Packet, but incremented independently length of payload before compression size of payload before it was compressed. The header looks like: 3 length of ...
https://dev.mysql.com/doc/internals/en/event-flags.html
mysqlbinlog displays events from the binary log in printable format, so that you can feed the output into mysql (the command-line interpreter), to achieve incremental backup recovery. Event headers for v3 format and up contain event flags in the ...
https://dev.mysql.com/doc/internals/en/flush-tables.html
This will also ensure that all table changes are flushed to disk (but of course not as optimally as simply calling a sync for all tables)! When you do a FLUSH TABLES, the variable refresh_version is incremented. The idea of FLUSH TABLES is to force ...
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 ...
https://dev.mysql.com/doc/internals/en/sequence-id.html
The sequence-id is incremented with each packet and may wrap around. It starts at 0 and is reset to 0 when a new command begins in the Command Phase.
https://dev.mysql.com/doc/ndbapi/en/ch04s03s04s01.html
Table 4.120 com.mysql.clusterj.* Name Description DEFAULT_PROPERTY_CLUSTER_BYTE_BUFFER_POOL_SIZES "256, 10240, 102400, 1048576" DEFAULT_PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_BATCH_SIZE 10 DEFAULT_PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_START 1 ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #28343828) EF Core: An invalid syntax error was generated when a new property (defined as numeric, has a default value, and is not a primary key) was added to an entity that already contained a primary-key column with the AUTO_INCREMENT ...(Bug ... Important Changes Functionality Added or Changed Bugs Fixed Important Changes The default value for the SslMode connection option now differs based on the protocol used to make the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-relational-tables-and-documents.html
Or a very simple document only application can outgrow the document model and incrementally integrate or move to a more powerful relational database. After seeing how to work with documents and how to work with relational tables, this section ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-data-sets.html
All subsequent calls increment the internal data item iterator cursor by one position and return the item found making the second call to fetchOne() return the second document found, if any. Operations that fetch data items return a cursor that can ...
Displaying 321 to 330 of 510 total results