MDEV-31789 Deprecate spider_casual_read

The corresponding table param was deprecated as part of MDEV-28861
This commit is contained in:
Yuchen Pei 2024-02-21 12:19:26 +11:00
parent fcd7ae73da
commit 593392ba8b
No known key found for this signature in database
GPG Key ID: 3DD1B35105743563

View File

@ -2042,7 +2042,7 @@ SPIDER_THDVAR_VALUE_FUNC(uint, internal_xa_id_type)
*/
static MYSQL_THDVAR_INT(
casual_read, /* name */
PLUGIN_VAR_RQCMDARG, /* opt */
PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_DEPRECATED, /* opt */
"Read casually if it is possible", /* comment */
NULL, /* check */
spider_var_deprecated_int, /* update */