- 20 Apr, 2005 12 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
sergefp@mysql.com authored
* Add 0.01 to cost of 'range'+'using index' scan to avoid optimizer choice races with 'index' scan.
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
pem@mysql.comhem.se authored
by simply disallowing alter procedure/function in an SP (as for drop).
-
pem@mysql.comhem.se authored
Bug in the optimizer caused an infinite loop for weird code.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug9103
-
sergefp@mysql.com authored
-
-
igor@rurik.mysql.com authored
-
- 19 Apr, 2005 10 commits
-
-
igor@rurik.mysql.com authored
Fixed bug #9681. The bug happened with queries using derived tables specified by a SELECT with ROLLUP, such as: SELECT * FROM (SELECT a, SUM(a) FROM t1 GROUP BY a WITH ROLLUP) t2, if column a of table t1 is declared as NOT NULL. This was to the fact that the first column of the temporary table created to contain the derived table erroneously inherited the NOT NULL attribute from column a. olap.result, olap.test: Added a test case for bug #9681.
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
joerg@mysql.com authored
-
msvensson@neptunus.(none) authored
- Segfault because of passing a 64-bit pointer to 32 bit integer. - Add new include config_readline.h which will calculate some new defines based on what is found in config.h - This file was originally included in readline 4.3 as config.h.in, only the part that makes new defines have been moved to this file.
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/orig/mysql-5.0
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
acurtis@xiphis.org authored
into xiphis.org:/.amd_mnt/bk.anubis/host/work-acurtis/bug9496
-
joreland@mysql.com authored
Fix src distributions for benchmark prg
-
jan@hundin.mysql.fi authored
-
jan@hundin.mysql.fi authored
-
- 18 Apr, 2005 17 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-5.0
-
igor@rurik.mysql.com authored
Correction after fix for bug #9902.
-
-
acurtis@xiphis.org authored
by Philip Antoniades
-
sergefp@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
heikki@hundin.mysql.fi authored
Style fix
-
dlenev@brandersnatch.localdomain authored
negative argument gives wrong result" into 5.0 tree.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
-
dlenev@mysql.com authored
argument gives wrong result" (and similar bug in ADDTIME/SUBTIME) into 5.0 tree.
-
dlenev@brandersnatch.localdomain authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
jan@hundin.mysql.fi authored
Backported from 5.0.3.
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
joerg@mysql.com authored
-
sergefp@mysql.com authored
Don't produce data truncation warnings from within cp_buffer_from_ref(). This function is only used to make index search tuples and data truncation that occurs here has no relation with truncated values being saved into tables.
-
- 17 Apr, 2005 1 commit
-
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-look-range
-