Commit 593392ba authored by Yuchen Pei's avatar Yuchen Pei

MDEV-31789 Deprecate spider_casual_read

The corresponding table param was deprecated as part of MDEV-28861
parent fcd7ae73
...@@ -2042,7 +2042,7 @@ SPIDER_THDVAR_VALUE_FUNC(uint, internal_xa_id_type) ...@@ -2042,7 +2042,7 @@ SPIDER_THDVAR_VALUE_FUNC(uint, internal_xa_id_type)
*/ */
static MYSQL_THDVAR_INT( static MYSQL_THDVAR_INT(
casual_read, /* name */ casual_read, /* name */
PLUGIN_VAR_RQCMDARG, /* opt */ PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_DEPRECATED, /* opt */
"Read casually if it is possible", /* comment */ "Read casually if it is possible", /* comment */
NULL, /* check */ NULL, /* check */
spider_var_deprecated_int, /* update */ spider_var_deprecated_int, /* update */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment