Skip to content

Commit

Permalink
MDEV-31789 Deprecate spider_casual_read
Browse files Browse the repository at this point in the history
The corresponding table param was deprecated as part of MDEV-28861
  • Loading branch information
mariadb-YuchenPei committed Mar 25, 2024
1 parent fcd7ae7 commit 593392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/spider/spd_param.cc
Expand Up @@ -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 */
Expand Down

0 comments on commit 593392b

Please sign in to comment.