- 31 Jan, 2007 1 commit
-
-
istruewing@chilla.local authored
into chilla.local:/home/mydev/mysql-4.1--main
-
- 22 Jan, 2007 4 commits
-
-
igor@olga.mysql.com authored
The bug is actually a duplicate of the bug 14708. Down-ported the fix for 14708 from 5.0. Merged the test case for bug 14708 from 5.0.
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
-
df@kahlann.erinye.com authored
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
-
- 18 Jan, 2007 7 commits
-
-
tsmith@siva.hindu.god authored
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/40
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41
-
-
- 17 Jan, 2007 9 commits
-
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
-
into mysql.com:/nfsdisk1/lars/MERGE/mysql-4.1-merge
-
cmiller@zippy.cornsilk.net authored
hyphen in it (like ds-cpl). convert illegal chars in cpu flags to '_' for variable assignment
-
kostja@bodhi.local authored
by the patch for Bug#4968
-
msvensson@pilot.mysql.com authored
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-4.1-maint
-
- 16 Jan, 2007 1 commit
-
-
kostja@bodhi.local authored
-
- 15 Jan, 2007 2 commits
-
-
kostja@bodhi.local authored
-
kostja@bodhi.local authored
into bodhi.local:/opt/local/work/mysql-4.1-4968-to-push
-
- 13 Jan, 2007 1 commit
-
-
igor@olga.mysql.com authored
for queries using 'range checked for each record'. The problem was fixed in 5.0 by the patch for bug 12291. This patch down-ported the corresponding code from 5.0 into QUICK_SELECT::init() and added a new test case.
-
- 12 Jan, 2007 4 commits
-
-
kostja@bodhi.local authored
into bodhi.local:/opt/local/work/mysql-4.1-runtime
-
joerg@trift2. authored
into trift2.:/MySQL/M41/mysql-4.1
-
into mysql.com:/nfsdisk1/lars/MERGE/mysql-4.1-merge
-
joerg@trift2. authored
into trift2.:/MySQL/M41/push-4.1
-
- 11 Jan, 2007 11 commits
-
-
kostja@bodhi.local authored
into bodhi.local:/opt/local/work/mysql-4.1-runtime
-
joerg@trift2. authored
into trift2.:/MySQL/M40/mysql-4.0
-
into mysql.com:/data0/mysqldev/my/mysql-4.0-15815
-
joerg@trift2. authored
into trift2.:/MySQL/M40/mysql-4.0
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-4.0-maint
-
evgen@moonbone.local authored
correctly. The Item_func::print method was used to print the Item_func_encode and the Item_func_decode objects. The last argument to ENCODE and DECODE functions is a plain C string and thus Item_func::print wasn't able to print it. The print() method is added to the Item_func_encode class. It correctly prints the Item_func_encode and the Item_func_decode objects.
-
evgen@moonbone.local authored
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
-
evgen@moonbone.local authored
WHERE is present. If a DELETE statement with ORDER BY and LIMIT contains a WHERE clause with conditions that for sure cannot be used for index access (like in WHERE @var:= field) the execution always follows the filesort path. It happens currently even when for the above case there is an index that can be used to speedup sorting by the order by list. Now if a DELETE statement with ORDER BY and LIMIT contains such WHERE clause conditions that cannot be used to build any quick select then the mysql_delete() tries to use an index like there is no WHERE clause at all.
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
-