Bug #6402 Script goes crazy after the first insert
Submitted: 3 Nov 2004 14:22 Modified: 3 Nov 2004 14:33
Reporter: Luis Sérgio Moura Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:1.0.8 beta OS:Windows (WinXP PRO)
Assigned to: CPU Architecture:Any

[3 Nov 2004 14:22] Luis Sérgio Moura
Description:
When using a script on MySQL Query Browser, everything goes fine until AFTER the first insert that have two  (or more) accentuated characters in the same character string. It 'swallows' the first 'n' letters of the next instruction ('n' being the number of accentuated characters).

How to repeat:
USE test;

DROP TABLE IF EXISTS bug;
CREATE TABLE bug (
  id int(11),
  test varchar(20)
);

INSERT INTO bug VALUES (5, 'test1');

INSERT INTO bug VALUES (6, 'dèja vú');

INSERT INTO bug VALUES (8, 'doesnt work!!');
[3 Nov 2004 14:33] Michael G. Zinner
Thank you for your bug report. This issue has already been fixed
in the latest released version of that product, which you can download at 
http://www.mysql.com/downloads/