summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch fixing after review on patch-fixing of vva@eagle.mysql.r18.ru2004-10-043-8/+15
| | | | | | | | | | Bug #5492 "set @@session.read_rnd_buffer_size=33554432" crashes server on query 1. added warning comments for uint3korr (need one more byte allocated) 2. unsigned long in uint3korr was replaced by unsigned int to avoid problems on 64-bits platforms 3. shorten warning comments in init_rr_cache in sql/records.cc
* Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2004-10-041-1/+7
|\ | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_5492/mysql-4.0
| * Fixed Bug #5492 "set @@session.read_rnd_buffer_size=33554432" vva@eagle.mysql.r18.ru2004-09-161-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | crashes server on query incremented size of allocated buffer in the init_rr_cache(sql/records.cc) ( We are going to read the last three bytes of the buffer via uint3korr This macro reads actually 4 bytes (for speed) So, we have to allocate one more byte at the end of the buffer to avoid memory assertion fault )
* | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.0antony@ltantony.rdg.cyberkinetica.homeunix.net2004-10-037-31/+153
|\ \ | | | | | | | | | into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug4118
| * \ Merge ↵antony@ltantony.rdg.cyberkinetica.homeunix.net2004-10-037-31/+153
| |\ \ | | | | | | | | | | | | | | | | | | | | ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/staff/repositories/mysql-4.0 into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug4118
| | * | Bug#4118: multi-table UPDATE takes WRITE lock on read tableantony@ltantony.rdg.cyberkinetica.homeunix.net2004-10-037-31/+153
| | | | | | | | | | | | | | | | Ensures that WRITE lock is not obtained on all tables referenced.
* | | | Merge build.mysql.com:/home/bk/mysql-4.0rburnett@build.mysql.com2004-09-271-9/+5
|\ \ \ \ | |/ / / |/| | | | | | | into build.mysql.com:/users/rburnett/mysql-4.0
| * | | Bug #5539 SHOW DATABASES LIKE and symlinksrburnett@build.mysql.com2004-09-251-10/+5
| | | | | | | | | | | | | | | | | | | | sql_show.cc: Made change suggested by Serge. REmoved else in mysql_find_files so symlink files fall through to the wildcard check
| * | | Bug #5539 SHOW DATABASES LIKE and symlinksrburnett@build.mysql.com2004-09-241-1/+2
| | | | | | | | | | | | | | | | | | | | sql_show.cc: Added wild card check to symdir block in mysql_find_files
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2004-09-277-29/+144
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/dlenev/src/mysql-4.0-bg4131-3
| * | | | Fix for bug #4131 "TIMESTAMP columns missing minutes and seconds whendlenev@mysql.com2004-09-277-29/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using GROUP BY" Now we are setting Field_timestamp::field_length to 19 in open_table() if we are in new mode (and we are restoring it back when we are coming back to normal mode). This also should solve potential problems with some of LOAD DATA INFILE and SELECT * INTO in this mode.
* | | | | added --without-man option similar to --without-docshartmut@mysql.com2004-09-262-1/+16
| | | | | | | | | | | | | | | | | | | | (part of BUG#5379)
* | | | | make --with-openssl work with parameters as expected,hartmut@mysql.com2004-09-262-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | old options for include path and library settings still work for backwards compatibility (fix for BUG #5494)
* | | | | Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not":guilhem@mysql.com2004-09-246-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | | we force the message to the error log, and we make it more informative; we treat EDQUOT like ENOSPC.
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-09-231-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.0
| * | | | Fix for BUG#5711 "replication SQL thread does not abort on SQL syntax error":guilhem@mysql.com2004-09-231-0/+4
| | | | | | | | | | | | | | | | | | | | in net_printf(), we fill net->last_* variables for the slave SQL thread to know the error.
* | | | | os0file.c:rburnett@build.mysql.com2004-09-231-0/+2
| | | | | | | | | | | | | | | | | | | | Added #ifdef around is_set in os_aio_print
* | | | | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.0antony@ltantony.rdg.cyberkinetica.homeunix.net2004-09-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug5655
| * | | | | Bug#5655 - mysqldump fields-escaped-by behaviourantony@ltantony.rdg.cyberkinetica.homeunix.net2004-09-221-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | Fix initialization
* | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0sergefp@mysql.com2004-09-224-6/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/mnt/tmp/mysql-4.0-bug-myisampack
| * | | | | Fix for BUG#4785:sergefp@mysql.com2004-09-224-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * myisampack leaves key_file_length value from original table * myisamchk uses this value when calculating key file pointer length
* | | | | | When coyright text is changed, autotools must be run after alljoerg@mysql.com2004-09-201-28/+112
| |/ / / / |/| | | | | | | | | | | | | | | | | | | other actions, as otherwise timestamps of "config.h.in" will cause re-run on compilation machine (fatal version problem!).
* | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2004-09-191-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5415
| * | | | | A fix (Bug #5415: Table marked as crashed after DELETE queries).ram@gw.mysql.r18.ru2004-09-191-0/+2
| | | | | |
* | | | | | Change www.mysql.com -> dev.mysql.com in a reference to konstantin@mysql.com2004-09-191-1/+1
|/ / / / / | | | | | | | | | | | | | | | how to resolve stack trace documentation.
* | | | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-09-184-11/+111
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.0-bug2831
| * | | | | bug#2831 - --extenral-locking does not fully work with --myisam-recover.ingo@mysql.com2004-09-184-11/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the semantics of open_count so that it is decremented at every unlock (if it was incremented due to data changes). So it indicates a crash, if it is non-zero after a lock. The table will then be repaired.
* | | | | | Fix for bug #5595: NULLIF() IS NULL returns false if NULLIF() returns NULLgluh@gluh.mysql.r18.ru2004-09-184-0/+17
| | | | | |
* | | | | | Bug#5553 - Multi table UPDATE IGNORE fails on dup keyantony@ltantony.rdg.cyberkinetica.homeunix.net2004-09-174-2/+77
| | | | | | | | | | | | | | | | | | | | | | | | We don't want the update to abort when IGNORE is specified
* | | | | | dict0dict.h, dict0dict.c, row0row.c, pars0opt.c:heikki@hundin.mysql.fi2004-09-164-5/+58
| |/ / / / |/| | | | | | | | | | | | | | Fix bug #5180: having a column prefix index in the primary key, and the same column fully in a secondary key could cause an assertion failure in row_build_row_ref()
* | | | | another small change for bug 5531patg@krsna.patg.net2004-09-141-1/+1
| | | | |
* | | | | fixed bug 5531patg@krsna.patg.net2004-09-141-1/+1
| | | | |
* | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2004-09-143-3/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5498
| * | | | | A fix (bug #5498 TRIM fails with LEADING or TRAILING if remstr = str).ram@gw.mysql.r18.ru2004-09-133-3/+16
| | | | | |
* | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0hf@deer.(none)2004-09-143-34/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.0.4809
| * | | | | | sync0arr.c:heikki@hundin.mysql.fi2004-09-131-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the comment on the 'waiting' field in sync_cell_struct
| * | | | | | row0mysql.h:heikki@hundin.mysql.fi2004-09-132-30/+43
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the comment on stored_select_lock_type ha_innodb.cc: Let InnoDB remember select_lock_type inside LOCK TABLES, also over plain consistent read SELECTs; fix Bug #5538 : assertion failure when using mysqldump with the -l option; in MERGING this patch to 4.1, there may be PROBLEMS; that is because previous patch was never merged to 4.1; Heikki Tuuri has to polish the code in 4.1 after this patch has been merged.
* | | | | | Fix for bug #4809 (Backticks not handled in mysql)hf@deer.(none)2004-09-131-3/+35
|/ / / / /
* | | | | os0file.c:heikki@hundin.mysql.fi2004-09-111-1/+16
| | | | | | | | | | | | | | | | | | | | Add more precise diagnostics about the state of the I/O threads of InnoDB; print in SHOW INNODB STATUS if the event wait semaphore of each I/O thread is set
* | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2004-09-105-1/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into hundin.mysql.fi:/home/marko/k/mysql-4.0
| * | | | | configure.in:matt@mysql.com2004-09-102-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Updated to 4.0.22
| * | | | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0joerg@mysql.com2004-09-091-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/M40/mysql-4.0
| | * | | | | Prevent some combinations of autotools and libtool versionjoerg@mysql.com2004-09-091-0/+3
| | |/ / / / | | | | | | | | | | | | | | | | | | from generating a non-working top level 'libtool'.
| * | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-09-092-0/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | into mysql.com:/space/my/mysql-4.0
| | * | | | - two small fixups for the mysql-copyright scripts: remove thelenz@mysql.com2004-09-092-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | autom4te.cache directory and update the headers of the message files.
* | | | | | dict0dict.c:marko@hundin.mysql.fi2004-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed typo
* | | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2004-09-0911-8/+98
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | into hundin.mysql.fi:/home/marko/k/mysql-4.0
| * | | | | Bug #5447 Select does not find recordsbar@mysql.com2004-09-093-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | Note, there is no need to propagate this change into 4.1.
| * | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2004-09-097-4/+50
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b3120
| | * | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.0brian@brian-akers-computer.local2004-09-086-4/+49
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into brian-akers-computer.local:/Users/brian/mysql/mysql-4.0