Mysqlnd query result cache plugin (
mysqlnd_qc
)
2706
See Also
Installation
mysqlnd_qc_get_available_handlers
20.7.7.7.10.
mysqlnd_qc_set_user_handlers
Copyright 1997-2012 the PHP Documentation Group. [2230]
•
mysqlnd_qc_set_user_handlers
Sets the callback functions for a user-defined procedural storage handler
Description
bool mysqlnd_qc_set_user_handlers(
string get_hash,
string find_query_in_cache,
string return_to_cache,
string add_query_to_cache_if_not_exists,
string query_is_select,
string update_query_run_time_stats,
string get_stats,
string clear_cache);
Sets the callback functions for a user-defined procedural storage handler.
Parameters
get_hash
Name of the user function implementing the storage handler
get_hash
functionality.
find_query_in_cache
Name of the user function implementing the storage handler
find_in_cache
functionality.
return_to_cache
Name of the user function implementing the storage handler
return_to_cache
functionality.
add_query_to_cache_if_not_exists
Name of the user function implementing the storage handler
add_query_to_cache_if_not_exists
functionality.
query_is_select
Name of the user function implementing the storage handler
query_is_select
functionality.
update_query_run_time_stats
Name of the user function implementing the storage handler
update_query_run_time_stats
functionality.
get_stats
Name of the user function implementing the storage handler
get_stats
functionality.
clear_cache
Name of the user function implementing the storage handler
clear_cache
functionality.
Return Values
Returns TRUE on success or FALSE on FAILURE.
See Also
Procedural user-defined storage handler example
20.7.7.8. Change History
Copyright 1997-2012 the PHP Documentation Group. [2230]
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...