Skip to content

Commit 593392b

Browse files
MDEV-31789 Deprecate spider_casual_read
The corresponding table param was deprecated as part of MDEV-28861
1 parent fcd7ae7 commit 593392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/spider/spd_param.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,7 @@ SPIDER_THDVAR_VALUE_FUNC(uint, internal_xa_id_type)
20422042
*/
20432043
static MYSQL_THDVAR_INT(
20442044
casual_read, /* name */
2045-
PLUGIN_VAR_RQCMDARG, /* opt */
2045+
PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_DEPRECATED, /* opt */
20462046
"Read casually if it is possible", /* comment */
20472047
NULL, /* check */
20482048
spider_var_deprecated_int, /* update */

0 commit comments

Comments
 (0)