diff --git a/modules/sql_cacher/doc/sql_cacher_admin.xml b/modules/sql_cacher/doc/sql_cacher_admin.xml index 910a2f45a04..723acf12efb 100644 --- a/modules/sql_cacher/doc/sql_cacher_admin.xml +++ b/modules/sql_cacher/doc/sql_cacher_admin.xml @@ -265,6 +265,29 @@ modparam("sql_cacher", "reload_interval", 5) + +
+ <varname>bigint_to_str</varname> (integer) + + Controls bigint conversion. + By default bigint values are returned as int. + If the value stored in bigint is out of the int range, + by enabling bigint to string conversion, + the bigint value will be returned as string. + + + The default value is 0. + + + <varname>bigint_to_str</varname> parameter usage + + +modparam("sql_cacher", "bigint_to_str", 1) + + + +
+