Forum Replies Created
-
AuthorPosts
-
RiteshMember
Added in the TO-DO list of v5.2.
May 12, 2006 at 7:10 am in reply to: Bug Or Misfeature: Creates Empty Files With Names <md5 Hasg Value&g #21571RiteshMemberAdded the DEFAULT handling with ( in the TO-DO list of SQLyog.
RiteshMemberpeterlaursen wrote on May 11 2006, 10:54 AM:I think I found a related issue!This:
DELIMITER $$;
DROP PROCEDURE IF EXISTS `test`.`yyyyyyyyyy`$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `yyyyyyyyyy`(a char)
BEGIN
set @test = a;
END$$
DELIMITER ;$$
creates the procedure. However it does not work with autocomplete UNLESS I MANUALLY REBUILD TAGS.
@shoyu: could I ask you to try 'rebuild tags' from 'powertools menu?.. however it does not hang here (with that SP definition)
Reproduced.
This happens because for all queries executed from the Query Editor, SQLyog looks for CREATE/ALTER/DROP TABLE, CREATE/ALTER/DROP VIEW etc. to rebuild its Autocomplete cache internally. In the above case the statement starts as CREATE DEFINER and not CREATE PROCEDURE, thus it fails to rebuild the cache. Doing Powertools -> Rebuild Tags… forces SQLyog to rebuild all tags and thus it works.
BTW, which version of MySQL are you using?
CREATE DEFINER=`root`@`localhost` PROCEDURE `my`.`yyyyyyyyyy` ()
does not work with 5.1.6-alpha-nt-max but
CREATE PROCEDURE `my`.`yyyyyyyyyy` ()
does.
RiteshMemberWas this BETA 8 installed over an existing SQLyog installation?
RiteshMemberIs yyy a SP? Another person reported the same thing yesterday. Something goes wrong with SP it seems.
RiteshMemberI am not able to reproduce this. Here are the steps that I followed:
1.) Write SEL
2.) Yellow tootip window popups.
3.) I move my MOUSE CURSOR over the popup window.
4.) I can easily type whatever I want. I finish SELECT without any problem.
Did I miss something?
RiteshMemberpeterlaursen wrote on May 10 2006, 01:26 PM:http://webyog.com/faq/8_99_en.htmlI request 'smart support' for 'now()' as it is much faster to type than 'CURRENT_TIMESTAMP'!
Do you mean in autocomplete?
RiteshMemberIs it possible to mail me the schema file and if possible grant temporary access to your MySQL server?
RiteshMemberAdded in the TO-DO list of v5.3.
May 6, 2006 at 6:46 am in reply to: Bug Or Misfeature: Creates Empty Files With Names <md5 Hasg Value&g #21570RiteshMemberReproduced and fixed.
May 6, 2006 at 3:45 am in reply to: Bug Or Misfeature: Creates Empty Files With Names <md5 Hasg Value&g #21568RiteshMemberThis is strange. We need to create the TAGS file but it should be created in the TAGS folder itself. I will check it out again today.
RiteshMemberWorking on them.
RiteshMemberAdded for v5.3.
-
AuthorPosts