Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
11.3(EOL)
-
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