We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f24ec commit aa9c14aCopy full SHA for aa9c14a
sql/item_strfunc.cc
@@ -1,5 +1,5 @@
1
/*
2
- Copyright (c) 2000, 2023, Oracle and/or its affiliates.
+ Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3
4
This program is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License, version 2.0,
@@ -436,7 +436,7 @@ class kdf_argument {
436
*error_generated = TRUE;
437
return FALSE;
438
}
439
- kdf_option = kdf_option_value->ptr();
+ kdf_option = string(kdf_option_value->ptr(), kdf_option_value->length());
440
return TRUE;
441
442
0 commit comments