- 23 Oct, 2006 1 commit
-
-
ramil/ram@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/bug20732/my51-bug20732
-
- 19 Oct, 2006 2 commits
-
-
into mysql.com:/usr/home/ram/work/bug20732/my50-bug20732
-
We miss some records sometimes using RANGE method if we have partial key segments. Example: Create table t1(a char(2), key(a(1))); insert into t1 values ('a'), ('xx'); select a from t1 where a > 'x'; We call index_read() passing 'x' key and HA_READ_AFTER_KEY flag in the handler::read_range_first() wich is wrong because we have a partial key segment for the field and might miss records like 'xx'. Fix: don't use open segments in such a case.
-
- 17 Oct, 2006 11 commits
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
-
cmiller@zippy.cornsilk.net authored
-
tsmith/tim@siva.hindu.god authored
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
-
cmiller@zippy.cornsilk.net authored
Remove table engine qualification where it's unnecessary.
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/mysql-5.1-new-maint
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/bug23010/my51-bug23010
-
tsmith/tim@siva.hindu.god authored
into siva.hindu.god:/usr/home/tim/m/bk/tmp/mrgOct16/51
-
tsmith/tim@siva.hindu.god authored
into siva.hindu.god:/usr/home/tim/m/bk/tmp/mrgOct16/51
-
tsmith/tim@siva.hindu.god authored
into siva.hindu.god:/usr/home/tim/m/bk/b19764/51
-
- 16 Oct, 2006 1 commit
-
-
mikael/pappa@dator5.(none) authored
into dator5.(none):/home/pappa/bug18198
-
- 14 Oct, 2006 8 commits
-
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
mysqltest.test on Solaris and Mac. write_file produced nice files with all zeroes.
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
- 13 Oct, 2006 17 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
into mysql.com:/usr/home/ram/work/bug23254/my41-bug23254
-
into mysql.com:/usr/home/ram/work/bug23254/my50-bug23254
-
ramil/ram@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/bug23254/my51-bug23254
-
cmiller@zippy.cornsilk.net authored
-
ramil/ram@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/bug23254/my51-bug23254
-
into mysql.com:/usr/home/ram/work/bug23254/my50-bug23254
-
We don't set null_value to 0 in the Item_func_compress::val_str() for not-NULL results.
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug14262/my50-bug14262
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug14262/my51-alter
-
kroki/tomash@moonlight.intranet authored
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-real
-
kroki/tomash@moonlight.intranet authored
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-real
-
kroki/tomash@moonlight.intranet authored
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-4.1-bug9678
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
Now also detects "source nnnn;" command, previous version only detected "--source"
-