Re: Problem with empty string comparison

2005-02-25 Thread Gleb Paharenko
.1.9 (OS Win XP SP2) and now I have a problem with empty string comparison. Test case: CREATE TABLE tb_test ( t1 char(5) NOT NULL default '', t2 char(5) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=cp1250 COLLATE=cp1250_czech_cs; INSERT INTO

Problem with empty string comparison

2005-02-25 Thread DuĊĦan Pavlica
Hello, I have upgraded MySQL from 4.0.7 to 4.1.9 (OS Win XP SP2) and now I have a problem with empty string comparison. Test case: CREATE TABLE tb_test ( t1 char(5) NOT NULL default '', t2 char(5) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=cp1250 COLLATE=cp12