- 14 Jul, 2005 21 commits
-
-
konstantin@mysql.com authored
into mysql.com:/media/sda1/mysql/mysql-5.0-10760-new
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
information about error".
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-4.1-root
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-merge-from-build
-
konstantin@mysql.com authored
ETIME was returned by cond_timedwait (sic, the pre-POSIX1001b function) on Solaris 2.6 and 2.7. pthread_cond_timedwait on Solaris returns ETIMEDOUT. The standard requirement is that the only additional return value of pthred_cond_timedwait compared to pthread_cond_wait is ETIMEDOUT. Let us not bloat the application code with redundant checks, and if we're ever to work on a platform that returns a non-standard value, we should write a wrapper for that platform (like we do, e.g., for Windows).
-
sergefp@mysql.com authored
source table present (this happens for ORDER BY after UNION)
-
sergefp@mysql.com authored
This is needed because in some cases range optimization is performed twice and added NOT NULL item must have correct const_table_map() value.
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-5.0.clean
-
hf@deer.(none) authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
bar@mysql.com authored
After merge fix.
-
konstantin@mysql.com authored
into mysql.com:/media/sda1/mysql/mysql-5.0-10760-new
-
konstantin@mysql.com authored
in cursors.
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-4.1-root
-
konstantin@mysql.com authored
No separate typecode for MEDIUMTEXT/LONGTEXT is added, as we have no sound decision yet what typecodes and for what types are sent by the server (aka what constitutes a distinct type in MySQL).
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
gluh@eagle.intranet.mysql.r18.ru authored
removed unnecessary operation
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.num-conv
-
- 13 Jul, 2005 19 commits
-
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-mysqlproc
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
konstantin@mysql.com authored
character set is UCS2". The bug is no longer repeatable.
-
joerg@mysql.com authored
Tagging the 5.0.9-beta release.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-mysqlproc
-
dlenev@mysql.com authored
all tables suggested by prelocking algorithm. Added test for bug #11889 "Server crashes when dropping trigger using stored routine" (which was fixed by previous patch).
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
binary).
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-4.1-11458
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
-
joerg@mysql.com authored
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-4.1-11458
-
konstantin@mysql.com authored
data": remove the fix for another bug (8807) that added OUTER_REF_TABLE_BIT to all subqueries that used a placeholder to prevent their evaluation at prepare. As this bit hanged in Item_subselect::used_tables_cache for ever, a constant subquery with a placeholder was never evaluated as such, which caused wrong choice of the execution plan for the statement. - to fix Bug#8807 backport a better fix from 5.0 - post-review fixes.
-