- 22 Jun, 2005 2 commits
-
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-11298
-
evgen@moonbone.local authored
when using ORDER BY Insert were inserting data from last record fetched instead of inserting from temporary table. Make Item_ref to save data from result_field if it's available rather then from *ref on save_in_field() call.
-
- 21 Jun, 2005 17 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
-
bell@sanja.is.com.ua authored
fixed view fields names check and generation (changed after Trudy review: underlying field names treat as user set ones) (BUG#7448)
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-5.0
-
konstantin@mysql.com authored
query transformations to the PREPARE stage (prepared statements).
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-7422
-
evgen@moonbone.local authored
Field with wrong buffer was used to make sort key, which results in producing same sort key for all records.
-
igor@rurik.mysql.com authored
Correction for the test case of bug #11295 to remove warning.
-
igor@rurik.mysql.com authored
-
marko@hundin.mysql.fi authored
log_checkpoint_margin(): Correct a typo that was introduced when fixing gcc 4.0 warnings.
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-1
-
igor@rurik.mysql.com authored
Added a test case for bug #11295. item_buff.cc: Fixed bug #11295. This a correction for the patch of bug #11088 that takes into account a possible NULL values of the BLOB column.
-
marko@hundin.mysql.fi authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-5.0-current
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
kent@mysql.com authored
More compact and safe handling of path names. Support for running in Windows source tree. Use libtool wrapper, instead of messing with library path names, and objects in .libs dir. mtr_misc.pl: Utility function that search aand check path names mtr_report.pl: Patch by Carsten, set correct reject/result/eval if not main suite
-
- 20 Jun, 2005 21 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
kent@mysql.com authored
-
kent@mysql.com authored
Bug#11466: Script can now get test case name from test case file path on command line mysql-test-run.pl: Bug#11466: Added --skip-ndbcluster/--skip-ndb option mtr_cases.pl: Don't set --default-time-zone if opt file sets it Restart the server if time zone is given in opt file mysql-test-run.pl: Don't remove symlink to "var" directory in cleanup Removed duplicate/unessesary options to mysqld
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
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
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
igor@rurik.mysql.com authored
Added a test case for bug #11385. group_by.test: Added a test case for bug #11385. field.h: Fixed bug #11385. The bug was due to not defined method decimals for the class Field_datetime.
-
jimw@mysql.com authored
commit. (Bug #10840)
-
kent@mysql.com authored
Corrected dependency for "lex_hash.h", to avoid occasional make failure
-
mskold@mysql.com authored
-
mskold@mysql.com authored
Added CR for readability
-
mskold@mysql.com authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
igor@igor-inspiron.creware.com authored
into igor-inspiron.creware.com:/home/igor/mysql-4.1
-
dlenev@mysql.com authored
procedure with INSERT SELECT UNION SELECT" aka "Server crashes on re-execution of prepared INSERT ... SELECT with UNION" into 5.0 tree.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg11060
-
dlenev@brandersnatch.localdomain authored
INSERT ... SELECT with UNION" (reviewed version). Altough bug manifest itself only starting from 5.0 it is better to apply fix to 4.1 to keep some assumptions true and make code more future-proof.
-
konstantin@mysql.com authored
-