Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
This could be done in the parser (don't forget to change both default and oracle-mode parsers), with a rule
slave_or_replica: SLAVE | REPLICA_SYM ;
|
or in the lexer, with one-liner in lex.h
{ "REPLICA", SYM(SLAVE)}, |
Attachments
Issue Links
- causes
-
MDEV-24362 Privilege aliases are missing from SHOW PRIVILEGES
-
- Open
-
- is part of
-
MDEV-18777 Rename or alias slave-related statements, options, status variables
-
- Stalled
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue is part of MDEV-18777 [ MDEV-18777 ] |
Description |
This could be done in the parser, with a rule
{code:yacc} slave_or_replica: SLAVE | REPLICA_SYM ; {code} or in the lexer, with one-liner {code:c} { "REPLICA", SYM(SLAVE)}, {code} |
This could be done in the parser, with a rule
{code:yacc} slave_or_replica: SLAVE | REPLICA_SYM ; {code} or in the lexer, with one-liner in {{lex.h}} {code:c} { "REPLICA", SYM(SLAVE)}, {code} |
Description |
This could be done in the parser, with a rule
{code:yacc} slave_or_replica: SLAVE | REPLICA_SYM ; {code} or in the lexer, with one-liner in {{lex.h}} {code:c} { "REPLICA", SYM(SLAVE)}, {code} |
This could be done in the parser (don't forget to change both normal and oracle-mode parsers), with a rule
{code:yacc} slave_or_replica: SLAVE | REPLICA_SYM ; {code} or in the lexer, with one-liner in {{lex.h}} {code:c} { "REPLICA", SYM(SLAVE)}, {code} |
Description |
This could be done in the parser (don't forget to change both normal and oracle-mode parsers), with a rule
{code:yacc} slave_or_replica: SLAVE | REPLICA_SYM ; {code} or in the lexer, with one-liner in {{lex.h}} {code:c} { "REPLICA", SYM(SLAVE)}, {code} |
This could be done in the parser (don't forget to change both default and oracle-mode parsers), with a rule
{code:yacc} slave_or_replica: SLAVE | REPLICA_SYM ; {code} or in the lexer, with one-liner in {{lex.h}} {code:c} { "REPLICA", SYM(SLAVE)}, {code} |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Sujatha Sivakumar [ sujatha.sivakumar ] | Andrei Elkin [ elkin ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Andrei Elkin [ elkin ] | Sujatha Sivakumar [ sujatha.sivakumar ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
issue.field.resolutiondate | 2020-02-04 12:49:14.0 | 2020-02-04 12:49:14.798 |
Fix Version/s | 10.5.1 [ 24029 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link | This issue causes MDEV-24362 [ MDEV-24362 ] |
Workflow | MariaDB v3 [ 99689 ] | MariaDB v4 [ 134091 ] |
Zendesk Related Tickets | 199205 |