summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge 3.23 -> 4.0, 2003/02/06konstantin@mysql.com2004-02-0611-23/+125
|\
| * Fix for bug #2628 "ALTER TABLE destroys table and reports success"konstantin@mysql.com2004-02-064-6/+38
| |
| * clean up commentsvva@eagle.mysql.r18.ru2004-02-031-2/+2
| |
| * Fixed Bug #2338 Trigonometric arithmetic problemvva@eagle.mysql.r18.ru2004-01-123-2/+27
| | | | | | | | by fixing optimizer bug with help of 'volatile' keyword
| * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-3.23vva@eagle.mysql.r18.ru2003-12-173-1/+50
| |\ | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2012/mysql-3.23
| | * fixed restoring of thd->count_cuted_fields in store_val_in_fieldvva@eagle.mysql.r18.ru2003-12-163-1/+50
| | | | | | | | | | | | (fixed #bug 2012)
| * | Merge bk-internal:/home/bk/mysql-3.23/serg@serg.mylan2003-11-272-5/+1
| |\ \ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql
| | * | - The LGPL section was removed from manual.texi, hence we now use a locallenz@mysql.com2003-11-252-5/+1
| | |/ | | | | | | | | | | | | copy of COPYING.LIB (moved from the mysys subdirectory) instead of creating it on the fly out of the manual.
| * | fix contact personserg@serg.mylan2003-11-271-2/+2
| | |
| * | Merge bk-internal:/home/bk/mysql-3.23/serg@serg.mylan2003-11-241-0/+2
| |\ \ | | |/ | |/| | | | into serg.mylan:/usr/home/serg/Abk/mysql
| | * ignore:serg@serg.mylan2003-11-191-0/+2
| | | | | | | | | | | | added sql/udf_example.so scripts/make_win_src_distribution
* | | - updated config.guess, config.sub and ltmain.sh with versions from libtoollenz@mysql.com2004-02-063-1055/+2528
| | | | | | | | | | | | 1.5 to fix BUG#202 (update config.guess & co for MIPS architecture)
* | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-02-053-3/+6
|\ \ \ | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0
| * | | - renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.datlenz@mysql.com2004-02-053-3/+6
| | | | | | | | | | | | | | | | so it gets picked up by "make dist" and updated init_file test accordingly.
* | | | include atomic.h in extern "C" modeserg@serg.mylan2004-02-051-0/+2
|/ / /
* | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2004-02-054-0/+8
|\ \ \ | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2526/mysql-4.0
| * \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2004-02-054-0/+8
| |\ \ \ | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2526/mysql-4.0
| | * | | code cleanupvva@eagle.mysql.r18.ru2004-02-052-11/+3
| | | | |
| | * | | added checking for bootstrap in select_send::send_datavva@eagle.mysql.r18.ru2004-02-044-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fixed bug #2526 "--init-file crashes MySQL if contains large select") Such checking usually works in send_ok, send_eof, but in this case large result causes interim flushing.
* | | | | Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461)monty@mysql.com2004-02-059-15/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DROP DATABASE now assumes RAID directories are in hex. (Bug #2627) Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506) Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461)
* | | | | - don't add merge ChangeSets to the Changelog in Bootstraplenz@mysql.com2004-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | (reduce the noise)
* | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-02-049-12/+101
|\ \ \ \ \ | |/ / / / | | | | | | | | | | into mysql.com:/space/my/mysql-4.0
| * | | | Fix for bug #2214: konstantin@mysql.com2004-02-042-1/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "CC: ERROR File = item.h, Line = 401 The identifier strtoll is undefined" (compilation failure on SGI IRIX + MIPSPro 7.41) Compilation script implemented. Tested in 32 and 64 bit mode
| * | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-02-041-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * \ \ \ Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.0miguel@hegel.local2004-02-041-2/+2
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into hegel.local:/home/miguel/dev/mysql-4.0
| | | * \ \ \ Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.0miguel@hegel.local2004-02-041-2/+2
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into hegel.local:/home/miguel/dev/mysql-4.0
| | | | * | | | For to export the right functions with changes done from 4.0.16miguel@hegel.local2004-02-041-2/+2
| | | | | | | |
| * | | | | | | beautify SHOW INDEX serg@serg.mylan2004-02-043-4/+8
| |/ / / / / /
| * | | | | | clarify -F help text a bitserg@serg.mylan2004-02-041-1/+4
| | | | | | |
| * | | | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-02-042-4/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * | | | | disabled atof() test as non-portableserg@serg.mylan2004-02-042-4/+2
| | | | | | |
* | | | | | | Some small enhancements for Do-compile:lenz@mysql.com2004-02-041-8/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - more flexible removal of old cruft before creating the new binary distribution - more flexible globbing for the binary tarball (required for QNX, where the file name ends on *.tgz instead of .tar.gz due to file name lenght restrictions
* | | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-02-045-3/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0
| * | | | | | - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to thelenz@mysql.com2004-02-035-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | binary distribution and Server RPM
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-02-041-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.0
| * | | | | | | Fixed a bug in slave-compressed-protocol. Using this optionjani@rhols221.adsl.netsonic.fi2004-02-041-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | from command line did not work.
* | | | | | | Fixed problem with range optimization over overlapping ranges (#2448)monty@mysql.com2004-02-047-223/+195
| | | | | | |
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-02-0411-174/+294
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.0
| * | | | | | Ensure that wait_timeout doesn't overflow on windows. (Bug #2400)monty@mysql.com2004-02-041-1/+2
| | | | | | |
| * | | | | | Ensure that privileges are tested properly for multi-table-updates.monty@mysql.com2004-02-036-171/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now one need only SELECT privilege for tables that are only read in UPDATE statements with many tables. (Bug #2377).
| * | | | | | Give error if locked table is used twice in query. This fixes strange error ↵monty@mysql.com2004-02-034-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | message when doing LOCK TABLES t1 WRITE; INSERT TABLE t1 SELECT * from t1 (Bug #2296)
* | | | | | | extra newline removedserg@serg.mylan2004-02-031-5/+5
| | | | | | |
* | | | | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-02-0313-71/+293
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| * \ \ \ \ \ \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2004-02-031-1/+7
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2185
| | * | | | | | another variant (bug #2185: mysql.server script echo bug)ram@gw.mysql.r18.ru2004-02-031-6/+4
| | | | | | | |
| | * | | | | | a fix (#2185: mysql.server script echo bug)ram@gw.mysql.r18.ru2004-02-021-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thnx Paul. <monty> can you get the above into configure and make Makefile.am patch mysql.server.sh with the right values for mysql.server ? <monty> or do you think we should just put the above in mysql.server.sh directly <ramil> as you want <monty> the last is kind of hard to do with variables, so lets put the above in mysql.server.sh directly
| * | | | | | | Added new option --sync-frm / --skip-sync-frmjani@ua141d10.elisa.omakaista.fi2004-02-035-11/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marked --bdb-no-sync as deprecated Added --sync-bdb-logs / --disable-sync-bdb-logs as a synonym / alternative.
| * | | | | | | Thai tis620 crash problem in text comparison routines was fixed.bar@bar.intranet.mysql.r18.ru2004-02-034-55/+158
| | | | | | | |
| * | | | | | | Proposed (version #2) fix for bug #1948:konstantin@mysql.com2004-02-023-4/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "system variable query_prealloc_size can be only global"
* | | | | | | | increase the size of a signal thread's stack (the old one was too small for ↵serg@serg.mylan2004-02-021-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the thread to be created on some systems) bug#2599