- 26 Apr, 2005 7 commits
-
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
joerg@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
-
gbichot@quadita2.mysql.com authored
no rows of the blackhold engine (for this engine to be a binlog propagator). NOTE: blackhole.test currently hangs in 5.0 BUG#10175 so I'll merge without running this test; the person who fixes the hang will correct the merged blackhole.result or ask me to).
-
joerg@mysql.com authored
-
jimw@mysql.com authored
-
- 25 Apr, 2005 2 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg10040
-
dlenev@brandersnatch.localdomain authored
"'func_sapdb' fails on 64bit build hosts")
-
- 23 Apr, 2005 1 commit
-
-
pekka@mysql.com authored
-
- 22 Apr, 2005 4 commits
-
-
joerg@mysql.com authored
Change "configure.in". The branches for Tru64 (ex: OSF/1) and Linux are separated, and for Linux 'getconf GNU_LIBPTHREAD_VERSION' is used to tell between Linuxthreads and NPTL.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
-
ingo@mysql.com authored
A fix of the original patch. Correctly clear a bit from an enum value.
-
- 21 Apr, 2005 10 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
-
lenz@mysql.com authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
Fix for failing ps_7ndb.test, force write_row when batching inserts so that update of primary key is done before next value to insert
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
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 13 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
joerg@mysql.com authored
Define a new CPP symbol that the target OS is Linux, and use it where only the OS matters and not the threads Library. Until now, 'HAVE_LINUXTHREADS' was used to indicate "Target is Linux" in many places. When we support configuration with NPTL but no Linuxthreads, this misuse must cease.
-
joerg@mysql.com authored
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
-
pekka@mysql.com authored
-
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
-
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
-
lenz@mysql.com authored
-
- 19 Apr, 2005 3 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.
-
mskold@mysql.com authored
-
lenz@mysql.com authored
-