- 07 Feb, 2006 1 commit
-
-
gunnar@mysql.com. authored
fix for bug#8461 BUG 8461 - TRUNCATE returns incorrect result if 2nd argument is negative Reason: Both TRUNCATE/ROUND converts INTEGERS to DOUBLE and back to INTEGERS Changed the integer routine to work on integers only. This bug affects 4.1, 5.0 and 5.1 Fixing in 4.1 will need to change the routine to handle different types individually. 5.0 did had different routines for different types already just the INTEGER routine was bad.
-
- 03 Feb, 2006 9 commits
-
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my50
-
pekka@mysql.com authored
-
pekka@mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-5.0
-
- 02 Feb, 2006 11 commits
-
-
konstantin@mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
gunnar@mysql.com. authored
manual adding the fix for bug#15828 which did not automerge
-
gunnar@mysql.com. authored
into mysql.com.:/data/BK/mysql-5.0_15828
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
igor@rurik.mysql.com authored
When an ambiguous field name is used in a group by clause a warning is issued in the find_order_in_list function by a call to push_warning_printf. An expression that was not always valid was passed to this call as the field name parameter.
-
- 01 Feb, 2006 8 commits
-
-
andrey@lmy004. authored
-
pem@mysql.com authored
into mysql.com:/extern/mysql/work/bug15011/mysql-5.0
-
pem@mysql.com authored
Added comments.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
pem@mysql.com authored
which is no longer repeatable. (Unclear when this was fixed.)
-
pem@mysql.com authored
into mysql.com:/extern/mysql/work/cantrepeat/mysql-5.0
-
msvensson@neptunus.(none) authored
Fix for extra zero in exponent of double values on windows.
-
igor@rurik.mysql.com authored
A query with a group by and having clauses could return a wrong result set if the having condition contained a constant conjunct evaluated to FALSE. It happened because the pushdown condition for table with grouping columns lost its constant conjuncts. Pushdown conditions are always built by the function make_cond_for_table that ignores constant conjuncts. This is apparently not correct when constant false conjuncts are present.
-
- 31 Jan, 2006 11 commits
-
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb/mysql-5.0-ss162
-
aivanov@mysql.com authored
Applied innodb-5.0-ss149/162 snapshots.
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my41-bug15302
-
pem@mysql.com authored
no order by clause which was fixed by earlier changesets. The error message is now the more generic "Unknown table ... in field list".
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my50-bug15302
-
pem@mysql.com authored
which was fixed by earlier changesets; LOAD INDEX is not allowed in functions. Also testing CACHE INDEX, while OPTIMIZE and CHECK were covered by existing tests already.
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my50-bug15302
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg16829
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug15302/my50-bug15302
-
pem@mysql.com authored
into mysql.com:/extern/mysql/work/bug15737/mysql-5.0
-