- 18 Apr, 2005 5 commits
-
-
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
-
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 9 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan 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
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
ingo@mysql.com authored
Fixed some casts for 64-bit systems. Fixed a possible buffer overflow.
-
serg@serg.mylan authored
don't set lex->lock_option=TL_READ in the parser for SELECT
-
gbichot@quadita2.mysql.com authored
into quadita2.mysql.com:/nfstmp1/guilhem/mysql-5.0-4ita
-
gbichot@quadita2.mysql.com authored
most InnoDB threads are not terminated properly and the buffer pool is not flushed to disk. Still no committed transaction is lost as we flush the logs to disk. InnoDB does crash recovery at startup after this shutdown. Using this shutdown in testsuite (mysql-test-run --mysqld=--innodb_fast_shutdown=2) saved 3 minutes (13% of total time).
-