Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL)
-
None
Description
Test:
|
--replace_result $UDF_EXAMPLE_SO UDF_EXAMPLE_LIB
|
eval CREATE FUNCTION is_const RETURNS STRING SONAME "$UDF_EXAMPLE_SO"; |
|
create view v1 as select is_const(3); |
select * from v1; |
|
drop view v1; |
drop function is_const; |
Actual result:
c
|
Expeced result:
const
|
Attachments
Issue Links
- is part of
-
MDEV-27691 make working view-protocol
- Open
- relates to
-
MDEV-28651 quote(NULL) returns incorrect result in view ('NU' instead of 'NULL')
- Closed