Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Profiler With Stored Function #31619
    mjdb
    Member
    'peterlaursen' wrote:

    Thanks for the info! 

    But I think we should handle this better in SQLyog if query_id for a query returns = '0'.  We will check what we can do!

    DELIMITER $$

    USE `mysql`$$

    CREATE DEFINER=`root`@`localhost` FUNCTION `test`() RETURNS CHAR(10) CHARSET latin1

    NOT DETERMINISTIC NO SQL

    BEGIN

    RETURN CURDATE();

    END$$

    DELIMITER ;

    select mysql.test()

    click on profiler tab

    then click on the history tab

    in reply to: Profiler With Stored Function #31617
    mjdb
    Member

    not a bug sorry. mysql does not profile queries with stored functions

Viewing 2 posts - 1 through 2 (of 2 total)