- 23 Feb, 2005 38 commits
-
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-5.0-ndb
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0-xa
-
guilhem@mysql.com authored
pushed some minutes ago)
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-8576
-
timour@mysql.com authored
This fix addresses a bug of the HPUX C++ compiler, in the way it uses registers. As result, the last comparison of the variable 'result' failed, and next_prefix() looped forever.
-
guilhem@mysql.com authored
auto-end-rollback in case crashed binlog) which cannot hurt.
-
guilhem@mysql.com authored
cast sql_mode to ulonglong before int8store, otherwise the implementation of int8store based on >> complains that we do 32-bit var >> 32 which is undefined according to C standard. (compiler warning appeared on SGI Irix)
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0-xa
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
gluh@gluh.mysql.r18.ru authored
-
jani@ua141d10.elisa.omakaista.fi authored
1) If my.cnf is found in datadir and basedir, give a warning and use the one in basedir. 2) If my.cnf is found in datadir, use it, but give a warning. 3) No warning if my.cnf is in basedir.
-
guilhem@mysql.com authored
start_waiting_global_read_lock() should wake up all those who are waiting for protect_against_global_read_lock to go down to 0: those registered in waiting_for_read_lock AND those registered in global_read_lock_blocks_commit.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-5.0-ndb
-
mskold@mysql.com authored
Fixed faulty debug printout ndb_condition_pushdown.test, ndb_condition_pushdown.result: Added BINARY and VARBINARY tests
-
tomas@poseidon.ndb.mysql.com authored
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
-
gluh@gluh.mysql.r18.ru authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-5.0-ndb
-
mskold@mysql.com authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0.fresh
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-8576
-
bar@mysql.com authored
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-8576
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1
-
bar@mysql.com authored
Activate Unicode collations in Windows version.
-
jani@ua141d10.elisa.omakaista.fi authored
-
gluh@gluh.mysql.r18.ru authored
bug #7215: information_schema: columns are longtext instead of varchar
-
timour@mysql.com authored
The problem was in different representations of double variables depending on platform/compiler/compile options. In some cases double variables are represented by 64 bits (while in memory), or by 80 bits (while in FPU register). As a result equal values are not considered "==". As many sources point out, doubles should not be compared by '==' for this reason. This fix subtracts the scaled minimal double value X such that 1 + X != 1, to ensure that the inequality holds in any case.
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
make sure transporter connections are close early in shutdown
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0
-
jimw@mysql.com authored
-
- 22 Feb, 2005 2 commits
-
-
lars@mysql.com authored
-
lars@mysql.com authored
-