Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
This is a part of dj's GSoC project. The idea is to make sure the server is able to execute a statement that creates an SQL table function
CREATE FUNCTION func_name (args) RETURNS TABLE table_name (column type [, column type ...]) BEGIN <function body here> END;
|
and save the function appropriately.
Attachments
Issue Links
- is part of
-
MDEV-8100 Table functions (aka SQL functions returning tables)
- Stalled