- 04 Apr, 2006 11 commits
-
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.1-merge
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-5.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-bug18659-pre
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
-
igor@rurik.mysql.com authored
-
- 03 Apr, 2006 6 commits
-
-
sergefp@mysql.com authored
obtain partition number, call partition_info->get_part_partition_id() when the table has subpartitions, and get_partition_id() otherwise. (The bug was that we were always doing the latter)
-
acurtis@xiphis.org authored
-
tomas@poseidon.ndb.mysql.com authored
- move slock bitmask to separate hash list, object living only during query
-
knielsen@mysql.com authored
into mysql.com:C:/cygwin/home/mysqldev/my/mysql-5.1-new
-
knielsen@mysql.com authored
-
knielsen@mysql.com authored
-
- 01 Apr, 2006 11 commits
-
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-5.1-new
-
into c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug13520
-
aelkin@mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.1-merged
-
igor@rurik.mysql.com authored
Results changed after the bug fix.
-
into c-520ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug13520
-
igor@rurik.mysql.com authored
Multiple equalities were not adjusted after reading constant tables. It resulted in neglecting good index based methods that could be used to access of other tables.
-
reggie@linux.site authored
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.1-merged
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.1-merged
-
- 31 Mar, 2006 12 commits
-
-
aivanov@mysql.com authored
Fixed BUG#15650: DELETE with LEFT JOIN crashes server with innodb_locks_unsafe_for_binlog. Fixed compilation problem with non-C99 compilers in btr0sea.c
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-bug18025-r2
-
reggie@linux.site authored
into linux.site:/home/reggie/work/mysql-5.1-bug17631
-
reggie@linux.site authored
moved several functions from sql_partition to be member functions
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.1-new
-
kent@mysql.com authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.1-new
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-bug18025-r2
-
sergefp@mysql.com authored
- Fix typo bug in SEL_ARG::is_singlepoint() - In set_up_range_analysis_info(), treat MEDIUMINT as enumerable type just like other integer types
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-16710
-
timour@mysql.com authored
The bug was due to a missed case in the detection of whether an index can be used for loose scan. More precisely, the range optimizer chose to use loose index scan for queries for which the condition(s) over an index key part could not be pushed to the index together with the loose scan. As a result, loose index scan was selecting the first row in the index with a given GROUP BY prefix, and was applying the WHERE clause after that, while it should have inspected all rows with the given prefix, and apply the WHERE clause to all of them. The fix detects and skips such cases.
-
gluh@mysql.com authored
into mysql.com:/home/gluh/MySQL/Merge/5.1-new
-