- 20 Apr, 2005 1 commit
-
-
acurtis@xiphis.org authored
Fix bug and implement return type casting.
-
- 19 Apr, 2005 2 commits
-
-
acurtis@xiphis.org authored
bugfix 9102 corrected the crashing, this corrects the result.
-
acurtis@xiphis.org authored
Initialization of fields for sp return type was not complete.
-
- 18 Apr, 2005 10 commits
-
-
sergefp@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
heikki@hundin.mysql.fi authored
Style fix
-
dlenev@brandersnatch.localdomain authored
negative argument gives wrong result" into 5.0 tree.
-
dlenev@mysql.com authored
argument gives wrong result" (and similar bug in ADDTIME/SUBTIME) into 5.0 tree.
-
dlenev@brandersnatch.localdomain authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
joerg@mysql.com authored
-
- 17 Apr, 2005 6 commits
-
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-look-range
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug9439
-
sergefp@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0-build
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
already (and that's the Makefile that acutally creates it)
-
- 16 Apr, 2005 20 commits
-
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-look-range
-
sergefp@mysql.com authored
minimum of lower bounds of two joined intervals.
-
petr@mysql.com authored
-
sergefp@mysql.com authored
Changed type of "Sub_part" column in SHOW KEYS from TINYINT to SMALLINT (as MAX_KEY_LENGTH=1024) (this is the final cset with proper tests)
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug9188
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug9188
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug9487
-
ingo@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug9188
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-5.0
-
monty@mishka.local authored
Set bindir, datadir & others if --basedir is given. This ensures that one only has to set basedir in [mysqld] group when moving a binary installation to a not default polace Use for now safe_mysqld by default. (unless use-manager is set in the [mysql.server] option in my.cnf) Search first for defaults files in basedir and then in datadir (like mysqld_safe)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
monty@mishka.local authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
igor@rurik.mysql.com authored
Added a test case for bug #9516. item_subselect.h: Fixed bug #9516. The bug was due to that fact that the class Item_subselect inherited the generic implementation of the function not_null_tables that was not valid for the objects of this class. As a result evaluation of the not_null_tables attribute was not correct for subqueries. This caused invalid transformations of outer joins into inner joins.
-
igor@rurik.mysql.com authored
Added a test case for bug #9338. sql_select.cc: Fixed bug #9338. When an occurence of a field reference has to be replaced by another field reference the whole Item_field must be replaced. item.cc: Fixed bug #9338. The method Item_field::replace_equal_field_processor was replaced by Item_field::replace_equal_field. The new method is used to replace the occurences of Item_field objects. item.h: Fixed bug #9338. The virtual function replace_equal_field_processor was replaced by replace_equal_field. The latter is supposed to be used as a callback function in calls of the method transform.
-
monty@mishka.local authored
-
monty@mishka.local authored
-
monty@mishka.local authored
Don't abort on bootstrap if a wrong --default-storage-engine is specified
-
- 15 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-