Stored Procedures Not Showing in Table Tree - Msac

eagles9999's profile image eagles9999 posted 1 week ago in General Permalink

In the Windows version of Heidi, when I load a Stored Procedure and run it then (after a refresh) I can see the Stored Procedure in the Table Tree to the left. But in the Mac Version, I cannot see any Stored Procedures. I have tested it with a CALL and it is definitely there but seems to be invisible.

Is there some setting I am missing to display them?

Also, is anyone having issues when trying to drag the horizontal divider between the Query code panel and the Results panel. I have managed to get a drag cursor only a couple of times but it is almost impossible.

ansgar's profile image ansgar posted 1 week ago Permalink

Please report the database server type and its version.

On any MySQL / MariaDB version that would sound like a bug in HeidiSQL but maybe it's something else.

eagles9999's profile image eagles9999 posted 1 week ago Permalink

The Version is 12.16.1.1

I am using Maria DB

macOS Tahoe V 26.4

ansgar's profile image ansgar posted 1 week ago Permalink

Please run this in a query tab and report back with the result:

SHOW CREATE PROCEDURE `name-of-procedure`;

Please login to leave a reply, or register at first.