Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
12.3
-
Unexpected results
Description
SELECT `Master_SSL_Verify_Server_Cert` FROM information_schema.slave_status; |
#=> No |
SELECT Master_SSL_Verify_Server_Cert FROM information_schema.slave_status; |
#!> ER_PARSE_ERROR (1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Master_SSL_Verify_Server_Cert FROM information_schema.slave_status' at line 1 |
No other CHANGE MASTER field requires quoting.
Suspected problem: MASTER_SSL_VERIFY_SERVER_CERT (and only this field) is a keyword in sql/sql_yacc.yy.
Attachments
Issue Links
- split from
-
MDEV-33526 Create IS.slave_status table as alias for show replica status command
-
- Closed
-