Menu

#3107 (ok 3.3.8) Routines invisible when no tables

3.3.7
fixed
Interface (555)
1
2013-06-11
2010-09-09
Greg Roach
No

CREATE DATABASE test;
USE test;
CREATE FUNCTION fish() RETURNS TEXT RETURN 'are best';

The functions and stored procedures are not displayed. In order to see them, it is necessary to create at least one table/view.

Discussion

  • Dieter Adriaenssens

    • assigned_to: nobody --> ruleant
    • status: open --> open-accepted
     
  • Dieter Adriaenssens

    • priority: 5 --> 1
    • summary: Stored procedures and functions invisible when no tables --> (ok 3.3.8) Routines invisible when no tables
    • status: open-accepted --> open-fixed
     
  • Dieter Adriaenssens

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2010-10-25
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed