Oracle 5.0 Reference Manual page 2726

Table of Contents

Advertisement

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
find_query_in_cache
return_to_cache
add_query_to_cache_if_not_exists
query_is_select
update_query_run_time_stats
get_stats
clear_cache
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]
Mysqlnd query result cache plugin (mysqlnd_qc)
Name of the user function implementing the storage handler
get_hash
Name of the user function implementing the storage handler
find_in_cache
Name of the user function implementing the storage handler
return_to_cache
Name of the user function implementing the storage handler
add_query_to_cache_if_not_exists
Name of the user function implementing the storage handler
query_is_select
Name of the user function implementing the storage handler
update_query_run_time_stats
Name of the user function implementing the storage handler
get_stats
Name of the user function implementing the storage handler
clear_cache
functionality.
functionality.
functionality.
functionality.
functionality.
functionality.
2706
functionality.
functionality.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents