- 23 Feb, 2005 16 commits
-
-
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
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 24 commits
-
-
lars@mysql.com authored
-
lars@mysql.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
lars@mysql.com authored
-
lars@mysql.com authored
-
lars@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
serg@serg.mylan authored
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug8397
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
In Item_cache_decimal::store(item) the call item->val_decimal_result() returns NULL if the passed item has an SQL null value. Don't try copying NULL into Item_cache_decimal::val in this case.
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-build
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
sergefp@mysql.com authored
Take into account that bitmap_is_set() may return any non-zero zero value when the bit is set.
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-