MySQL Native Driver (
Mysqlnd
)
2539
Statistic Scope
Description
Notes
created by a "normal" query or a
prepared statement.
rows_fetched_from_client_ps_cursor
Connection
Total number of rows fetch by the client
from a cursor created by a prepared
statement.
rows_skipped_normal
,
rows_skipped_ps
Connection
Reserved for future use (currently not
supported)
copy_on_write_saved
,
copy_on_write_performed
Process
With mysqlnd, variables returned by the
extensions point into mysqlnd internal
network result buffers. If you do not
change the variables, fetched data will
be kept only once in memory. If you
change the variables, mysqlnd has
to perform a copy-on-write to protect
the internal network result buffers
from being changed. With the MySQL
Client Library you always hold fetched
data twice in memory. Once in the
internal MySQL Client Library buffers
and once in the variables returned by
the extensions. In theory mysqlnd can
save up to 40% memory. However,
note that the memory saving cannot be
measured using
memory_get_usage
.
explicit_free_result
,
implicit_free_result
Connection,
Process
(only
during
prepared
statement
cleanup)
Total number of freed result sets.
The free is always considered
explicit but for result sets created
by an init command, for example,
mysqli_options(MYSQLI_INIT_COMMAND , ...)
proto_text_fetched_null
,
proto_text_fetched_bit
,
proto_text_fetched_tinyint
proto_text_fetched_short
,
proto_text_fetched_int24
,
proto_text_fetched_int
proto_text_fetched_bigint
,
proto_text_fetched_decimal
,
proto_text_fetched_float
proto_text_fetched_double
,
proto_text_fetched_date
,
proto_text_fetched_year
proto_text_fetched_time
,
proto_text_fetched_datetime
,
proto_text_fetched_timestamp
proto_text_fetched_string
,
proto_text_fetched_blob
,
proto_text_fetched_enum
proto_text_fetched_set
,
proto_text_fetched_geometry
,
proto_text_fetched_other
Connection
Total number of columns of a certain
type fetched from a normal query
(MySQL text protocol).
Mapping from C API / MySQL meta
data type to statistics name:
•
MYSQL_TYPE_NULL
-
proto_text_fetched_null
•
MYSQL_TYPE_BIT
-
proto_text_fetched_bit
•
MYSQL_TYPE_TINY
-
proto_text_fetched_tinyint
•
MYSQL_TYPE_SHORT
-
proto_text_fetched_short
•
MYSQL_TYPE_INT24
-
proto_text_fetched_int24
•
MYSQL_TYPE_LONG
-
proto_text_fetched_int
•
MYSQL_TYPE_LONGLONG
-
proto_text_fetched_bigint
Содержание 5.0
Страница 1: ...MySQL 5 0 Reference Manual ...
Страница 18: ...xviii ...
Страница 60: ...40 ...
Страница 396: ...376 ...
Страница 578: ...558 ...
Страница 636: ...616 ...
Страница 844: ...824 ...
Страница 1234: ...1214 ...
Страница 1426: ...MySQL Proxy Scripting 1406 The following diagram shows an overview of the classes exposed by MySQL Proxy ...
Страница 1427: ...MySQL Proxy Scripting 1407 ...
Страница 1734: ...1714 ...
Страница 1752: ...1732 ...
Страница 1783: ...Configuring Connector ODBC 1763 ...
Страница 1793: ...Connector ODBC Examples 1773 ...
Страница 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Страница 1842: ...Connector Net Installation 1822 5 Once the installation has been completed click Finish to exit the installer ...
Страница 1864: ...Connector Net Visual Studio Integration 1844 Figure 20 24 Debug Stepping Figure 20 25 Function Stepping 1 of 2 ...
Страница 2850: ...2830 ...
Страница 2854: ...2834 ...
Страница 2928: ...2908 ...
Страница 3000: ...2980 ...
Страница 3122: ...3102 ...
Страница 3126: ...3106 ...
Страница 3174: ...3154 ...
Страница 3232: ...3212 ...