Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-rowcount.html
In this case, the number of rows is -1 immediately after query execution and is incremented as rows are fetched. Syntax: count = cursor.rowcount This read-only property returns the number of rows returned for SELECT statements, or the number of ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql-custom-listeners.html
The driver id is a unique number that is incremented each time the connector is opened. To build custom listeners that work with the MySQL Connector/NET Trace Source, it is necessary to understand the key methods used, and the event data formats ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-rowcount.html
In this case, the number of rows is -1 immediately after query execution and is incremented as rows are fetched. Syntax: count = cursor.rowcount This read-only property returns the number of rows returned for SELECT statements, or the number of ...
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 ...