Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
11.3.0
-
None
Description
The two newly-added 11.3.0 Spider system variables both have typos in their description.
'stringswithout' and 'stringsare' respectively:
SELECT VARIABLE_NAME,VARIABLE_COMMENT FROM INFORMATION_SCHEMA.SYSTEM_VARIABLES WHERE VARIABLE_NAME LIKE 'spider_suppress_%' OR VARIABLE_NAME LIKE 'spider_igno%'\G
|
*************************** 1. row ***************************
|
VARIABLE_NAME: SPIDER_SUPPRESS_COMMENT_IGNORED_WARNING
|
VARIABLE_COMMENT: Whether to suppress warnings that table COMMENT or CONNECTION stringsare ignored due to specified table options
|
*************************** 2. row ***************************
|
VARIABLE_NAME: SPIDER_IGNORE_COMMENTS
|
VARIABLE_COMMENT: Whether to unconditionally ignore COMMENT and CONNECTION stringswithout checking whether table options are specified
|
Attachments
Issue Links
- is part of
-
MDEV-28856 Spider: Implement more engine-defined options
- Closed