Forum Replies Created
-
AuthorPosts
-
smineParticipant
sorry, i should know by now to include more details :). WinXP SP3, 3GB RAM, MySQL 5.0.77. it happened only once, on one server. we do not use tunneling. unfortunately, not reproducible. i don't recall the query that generated the dump, but i don't write complex queries, it might have included GROUP BY but i am not sure.
'peterlaursen' wrote:Is it reproducible? Specific query(ies) causing this? Does it happen with a specific server or all servers? Do you use any kind of tunneling? Your OS? If Win7/2008r2 did you install ServicePack1?
We will check the dump of course, but please add as many details as your can!
November 24, 2010 at 1:36 pm in reply to: Autocomplete Sometimes Deletes Character Following Cursor #31446smineParticipant'vishal.pr' wrote:When the position of the cursor(**at the time of invoking auto-complete list**) is in the middle of a word, the word is replaced with the selection from the auto-complete list.
However … if the user invokes auto-complete list in the beginning of a word and continue typing to locate a match in the list and then make a selection it will replace the word itself.
This issue has been fixed now. … the next public release … will happen in two days time.
i agree that if cursor is in middle of word then autocomplete should replace word. however, i am experiencing the problem with the cursor at the beginning of a word, as you later describe.
thank you for the fix. it is not urgent, i can wait for the next release.
November 23, 2010 at 7:59 pm in reply to: Autocomplete Sometimes Deletes Character Following Cursor #31444smineParticipant'peterlaursen' wrote:hmmm .. not good. We will check tomorrow.
i have attached a short screen video illustrating the problem. i first uninstalled 8.7RC, then installed 8.7 Final.
November 23, 2010 at 6:54 pm in reply to: Autocomplete Sometimes Deletes Character Following Cursor #31442smineParticipant??? i just installed 8.7 final release and this problem has returned!
October 25, 2010 at 1:17 pm in reply to: Autocomplete Sometimes Deletes Character Following Cursor #31441smineParticipantthanks for the quick fix!
'Aparna' wrote:This issue is not reproducible at our end in 8.7beta2 Ultimate version. Could you please give us more details on this one?
Regards,
Aparna
sorry, i cannot replicate it on demand. perhaps it is user error.
smineParticipant'kjordan2001' wrote on '24:I'm trying to download 8.6.0-6 from my account, but I get “The requested URL was not found on this server” when I click on the link.
me too. i guess sometimes the early bird doesn't get the worm
smineParticipant'Khushboo' wrote on '17:Please try this special build and let us know if the issue still persists.
If you have not resized the dialog till now (as I had asked in my previous post), then please try this build first.
i am sorry (happy?) to report that yesterday i upgraded to 8.6 RC3 and now i no longer see the problem on any tables (neither existing nor newly created).
smineParticipanti got it now, thanks!
smineParticipantthanks, everything now works great!
smineParticipant(please ignore)
smineParticipantlooks good! thanks for the quick fix.
smineParticipant'Khushboo' wrote on '26:Additionally please provide these information:
1. Are you getting the same error dialog as previous or SQLyog is closing without prompting any error dialog?
2. Also, uncheck Auto complete option (Preferences -> Powertools -> Enable Autocomplete), and then try the same case?
3. What is the Operating System?
- [*]with the command i am using now, SQLyog closes with no prompting or error dialog. (the command i am using now is longer than the command i used when i got the runtime error dialog)[*]i unchecked Autocomplete and there was no failure! i checked Autocomplete and there was failure! please note that i build the command outside of the SQL yog editor, then paste it into the SQLyog edit window, then move the cursor into the command, then press F9[*]Windows XP Pro Version 2002 Service Pack 3 running on Dell Optiplex 755 with Intel Core2 Quad CPU Q6600 @ 2.40GHz with 2.98 GB of RAM and Physical Address Extension
smineParticipant'Mahesh' wrote on '26:Can you please attach a structure only dump of all tables along with problematic query(If differs from previous).You can use “Backup database as SQLdump”. …
i sent SQLyog Buffer Overrun.zip file that contains the tables structure dump and the DROP TABLE command that fails. please see a few more details in my next reply.
smineParticipant'Khushboo' wrote on '20:We have released SQLyog 8.4 RC with this fix.
“Very long strings containing the '_' or the '' character could cause a buffer overrun when looking up a match in the auto-complete database. Windows would then terminate SQLyog.”
Please evaluate and let us know the status.
sorry, but i am still seeing the same behavior. i am trying to drop 76 tables using the command in the attached file (2367 chars). when i press F9 to execute the command, SQLyog closes (no crash, no messages, no dump). the tables are successfully deleted.
smineParticipant'peterlaursen' wrote on '18:Please provide a template for the query omitting specific identifier names.
DROP table_1, table_2, … , table_n LIKE croup_concat(SELECT .. FROM I_S …)
or whatever …
you may no longer need this info, but i was able to replicate the error. here is the string i just used. when i ran this (by hitting F9 with the cursor neaer the beginning of the string), SQLyog immediately closed, there was no error message and no dump. the string contains 2471 chars. (i attached it as a file because it is too long to see in this forum.)
-
AuthorPosts