BubikolRamios
10-25-2009, 03:53 AM
ver comunity 5.1.31
Got stored proc on linux centos that produces no errors, but the resulting table data are wrong (compared to what it produces on win XP)
What I can see is that some keywordsin stored proc in querybrowser are not colored blue, so mybe parts of proc are not executed at all. Beside that continue and step buttons are disabled ?
at least what is that is not gets executed is this simple thing:
insert into tree (CHILD_ID,PARENT_ID)values (-1,NULL);
Got stored proc on linux centos that produces no errors, but the resulting table data are wrong (compared to what it produces on win XP)
What I can see is that some keywordsin stored proc in querybrowser are not colored blue, so mybe parts of proc are not executed at all. Beside that continue and step buttons are disabled ?
at least what is that is not gets executed is this simple thing:
insert into tree (CHILD_ID,PARENT_ID)values (-1,NULL);