- 22 Jan, 2007 1 commit
-
-
gkodinov/kgeorge@macbook.gmz authored
st_table::const_key_parts member is used in determining if certain key has a prefix that is compared to constant(s) in the query predicates. If there's such prefix the index can be used to get the data from the remaining suffix columns in sorted order. However if a field is compared to another field from a "const" table the const_key_parts is not amended. This makes the optimizer unable to detect that the key can be used for sorting and adds an extra filesort. Fixed by updating const_key_parts after reading in the "const" table.
-
- 10 Jan, 2007 3 commits
-
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/mysql-5.1-mrg
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/mysql-5.1-mrg
-
holyfoot/hf@deer.(none) authored
into mysql.com:/home/hf/work/mysql-5.1-mrg
-
- 09 Jan, 2007 2 commits
-
-
gluh@mysql.com/eagle.(none) authored
Unencode internal db & table name
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/d2/hf/opt/my51-opt
-
- 08 Jan, 2007 2 commits
-
-
gkodinov/kgeorge@macbook.local authored
added a missing DBUG_RETURN
-
gkodinov/kgeorge@macbook.local authored
into macbook.local:/Users/kgeorge/mysql/work/merge-5.1-opt
-
- 06 Jan, 2007 2 commits
-
-
brian@zim.(none) authored
-
brian@zim.(none) authored
Cleaning up warning for windows. Innodb is compiled but disable on Windows, so it should be fine. NDB wasn't compiled in, which is what caused the issue.
-
- 05 Jan, 2007 1 commit
-
-
gkodinov/kgeorge@macbook.gmz authored
The optimizer removes expressions from GROUP BY/DISTINCT if they happen to participate in a <expression> = <const> predicates of the WHERE clause (the idea being that if it's always equal to a constant it can't have multiple values). However for predicates where the expression and the constant item are of different result type this is not valid (e.g. a string column compared to 0). Fixed by additional check of the result types of the expression and the constant and if they differ the expression don't get removed from the group by list.
-
- 04 Jan, 2007 4 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/merge-5.1
-
brian@zim.(none) authored
The CSV format has always relied on numbers being quoted, which doesn't always happen. This fixes that so that numbers can now be unquoted (and the output does this as well so that the log takes up less space).
-
baker@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
-
brian@zim.(none) authored
Split out the hidden class from the ha_tina file (probably should have just deleted it...) but this is a bit better.
-
- 03 Jan, 2007 3 commits
-
-
gkodinov/kgeorge@rakia.gmz authored
into rakia.gmz:/home/kgeorge/mysql/work/B15439-5.0-opt
-
gkodinov/kgeorge@rakia.gmz authored
Addendum to the fix for bug#15439 : valgrind pb failed
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/d2/hf/opt/my50-opt
-
- 02 Jan, 2007 19 commits
-
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/d2/hf/common/my51-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/d2/hf/common/my51-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/d2/hf/common/my50-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
joerg@trift2. authored
into trift2.:/MySQL/M51/mysql-5.1
-
joerg@trift2. authored
Delete compiler-specific flag setting - it makes builds break.
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/d2/hf/common/my51-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/d2/hf/common/my50-common
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/d2/hf/common/my51-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/d2/hf/common/my50-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/d2/hf/common/my50-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
kent@kent-amd64.(none) authored
into mysql.com:/home/kent/bk/main/mysql-5.1
-
kent@mysql.com/kent-amd64.(none) authored
Temporary work around for bug#25359
-
- 31 Dec, 2006 3 commits
-
-
holyfoot/hf@hfmain.(none) authored
into mysql.com:/d2/hf/common/my51-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/d2/hf/common/my50-common
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/d2/hf/common/my41-common
-