Details
-
Bug
-
Status: In Testing (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
11.3
-
None
-
None
Description
if you pass a string like "'\n\n\n'" as an argument of KDF() function, the warning message looks "funny":
Testcase:
select hex(kdf('foo', 'bar', 10, '\n\n\n')); |
Actual result:
hex(kdf('foo', 'bar', 10, '\n\n\n')) |
NULL
|
Warnings:
|
Warning 3047 Invalid argument error:
|
|
|
|
|
in function kdf. |
Attachments
Issue Links
- is part of
-
MDEV-31474 KDF() function
-
- Closed
-