- 21 Apr, 2005 18 commits
-
-
pekka@mysql.com authored
into mysql.com:/export/space/pekka/ndb/version/my50
-
pekka@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug9912
-
sergefp@mysql.com authored
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0-build
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.clean
-
ingo@mysql.com authored
-
mskold@mysql.com authored
-
hf@deer.(none) authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
lenz@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.7344
-
hf@deer.(none) authored
One more free_charset call added
-
- 20 Apr, 2005 21 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
sergefp@mysql.com authored
* Add 0.01 to cost of 'range'+'using index' scan to avoid optimizer choice races with 'index' scan.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
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).
-
pekka@mysql.com authored
-
ingo@mysql.com authored
-
pem@mysql.comhem.se authored
Bug in the optimizer caused an infinite loop for weird code.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug7806
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug7806
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug9103
-
sergefp@mysql.com authored
-
-
lenz@mysql.com authored
-
igor@rurik.mysql.com authored
-
- 19 Apr, 2005 1 commit
-
-
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.
-