[MDEV-23189] Double backslashes reduced to one in routine definition in information_schema.routines Created: 2020-07-16 Updated: 2020-08-04 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Information Schema, Stored routines |
| Affects Version/s: | 10.5.4 |
| Fix Version/s: | 10.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Konstantin Schmidt | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 1909 |
||
| Issue Links: |
|
||||||||
| Description |
|
Double backslashes get reduced to one in routine definition in information_schema.routines 1. create routine with literal strings
2. Routine returns 1234 3. select definition record in information_schema.ROUTINES
Column ROUTINE_DEFINITION shows routine definition as
Routine would return 'dd'. I read in |
| Comments |
| Comment by Elena Stepanova [ 2020-08-04 ] |
|
Same note as in |