summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed man page for apropos/whatis (thanks to Christian Hammers from Debianunknown2003-03-111-10/+5
| | | | | | | for the patch) (bug #135)
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-3.23unknown2003-03-113-1/+19
|\ | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-rand-3.23
| * fixed bug of unchecked random part of WHERE clause (bug #142)unknown2003-03-113-1/+19
| | | | | | | | | | | | | | | | | | mysql-test/r/select.result: test of random WHERE clause mysql-test/t/select.test: test of random WHERE clause sql/sql_select.cc: fixed bug of unchecked random part of WHERE clause
* | Merge bk-internal:/home/bk/mysql-3.23/unknown2003-03-114-4/+27
|\ \ | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql
| * | fixed an obscure bug in group by + having + Item_ref::get_dateunknown2003-03-114-4/+27
| |/
* | - made test for multiple --user options more sh-compatibleunknown2003-03-111-2/+2
| |
* | - fixed C++-style comments in .c files to make IBM compiler happyunknown2003-03-112-16/+16
|/ | | | | | | | | | (it barfs on these with a syntax error) sql/net_serv.cc: - fixed C++-style comment (this file is copied as libmysql_r/net.c) strings/ctype-tis620.c: - fixed many C++-style comments
* Merge bk-internal:/home/bk/mysql-3.23/unknown2003-03-101-2/+17
|\ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql
| * more propection in mi_open against badly corrupted MYI headersunknown2003-03-101-2/+17
| |
* | - typo fix for newly added error messageunknown2003-03-101-1/+1
|/
* warning addedunknown2003-03-101-1/+5
|
* Merge bk-internal:/home/bk/mysql-3.23/unknown2003-03-101-2/+13
|\ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql
| * ignore world-writeable my.cnf'sunknown2003-03-101-2/+13
| |
* | Don't allow multiple --user options to mysqldunknown2003-03-102-3/+10
| | | | | | | | | | | | | | | | | | | | (First one is used) scripts/safe_mysqld.sh: Don't allow multiple --user options sql/mysqld.cc: Don't allow multiple --user options
* | Better fix for connect timeout problem.unknown2003-03-101-34/+37
| |
* | Merge bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-03-108-71/+98
|\ \ | |/ |/| | | | | | | | | into narttu.mysql.fi:/my/mysql-3.23
| * Don't allow BACKUP TABLE to overwrite filesunknown2003-03-108-71/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed memory leak when replication restarts in debug mode include/my_sys.h: Added option to not overwrite files to my_copy() mysql-test/mysql-test-run.sh: Fixed --ddd option Fixed that mysqld is restarted if there is a testname-master.sh file mysql-test/r/backup.result: Update for security fix in BACKUP TABLE mysql-test/t/backup.test: Update for security fix in BACKUP TABLE mysys/my_copy.c: Added option to not overwrite files to my_copy() sql/ha_myisam.cc: Don't allow BACKUP TABLE to overwrite files sql/slave.cc: Fixed problem with --debug output from 'handle_slave' Fixed memory leak when replication restarts in debug mode
* | Merge build:/home/bk/mysql-3.23unknown2003-03-101-1/+0
|\ \ | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql
| * | .del-stamp-h.in~4a5d6676232516c5:unknown2003-03-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Delete: innobase/stamp-h.in BitKeeper/deleted/.del-stamp-h.in~4a5d6676232516c5: Delete: innobase/stamp-h.in
* | | Additional bug fixunknown2003-03-081-0/+3
| | | | | | | | | | | | | | | libmysql/libmysql.c: Additional fix for connection being established during select()
* | | A correct fix for the timeout problemunknown2003-03-081-7/+4
| | |
* | | Fixed an unlikely optimizer bug that casued a core dump in ↵unknown2003-03-074-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pt_range.cc::sel_cmp() mysql-test/r/join.result: Test of range optimizer bug mysql-test/t/join.test: Test of range optimizer bug sql/sql_rename.cc: Added missing DEBUG_PRINT()
* | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-03-058-29/+121
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql sql/mysql_priv.h: Auto merged
| * | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2003-03-044-1/+27
| |\ \ | | |/ | |/|
| | * fixed Field::eq() to work with CHAR(0) fieldsunknown2003-03-044-1/+27
| | | | | | | | | | | | | | | BitKeeper/etc/ignore: Added configure.lineno innobase/configure.lineno to the ignore list
| * | Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE ↵unknown2003-03-034-28/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in another sql/lock.cc: Added functions to handle list of table name locks sql/mysql_priv.h: Added functions to handle list of named locks sql/sql_rename.cc: Use new general table name lock functions sql/sql_table.cc: Require table name locks when doing drop table. This fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another
* | | A better, but larger fix for server_id bug ..unknown2003-03-055-7/+7
| | |
* | | Fix for SHOW VARIABLES on 64-bit platformsunknown2003-03-041-1/+1
| | |
* | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-03-038-4/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql
| * | Always include errno.hunknown2003-02-281-0/+1
| | | | | | | | | | | | | | | | | | include/global.h: Portability fix (Using errno before including errno.h can give big problems on Linux)
| * | LOAD DATA INFILE is not replicated by slave if replicate_*_table is setunknown2003-02-281-0/+1
| | |
| * | Added copying of *.slave-mi mysql-test filesunknown2003-02-281-1/+3
| | |
| * | Fix for SHOW TABLE STATUS with empty .frm fileunknown2003-02-261-1/+1
| | |
| * | Comment column in SHOW TABLE STATUS now reports that it canunknown2003-02-261-0/+1
| | | | | | | | | | | | | | | | | | | | | contain NULL values (which is the case for a crashed .frm file).
| * | change 'slave-master-info.opt' to .slave-mi to avoid problems with long ↵unknown2003-02-264-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | filenames on some OS mysql-test/t/rpl_rotate_logs.slave-mi: Rename: mysql-test/t/rpl_rotate_logs-slave-master-info.opt -> mysql-test/t/rpl_rotate_logs.slave-mi mysql-test/t/rpl000015.slave-mi: Rename: mysql-test/t/rpl000015-slave-master-info.opt -> mysql-test/t/rpl000015.slave-mi
* | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-02-2524-255/+296
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql sql/share/polish/errmsg.txt: Auto merged
| * | Fixed "syntax" errors in text message files.unknown2003-02-2522-253/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensured that all errors messages ends with: ", sql/share/czech/errmsg.txt: Fixed new line terminations sql/share/danish/errmsg.txt: Fixed "syntax" errors. sql/share/dutch/errmsg.txt: Fixed "syntax" errors. sql/share/english/errmsg.txt: Fixed "syntax" errors. sql/share/estonian/errmsg.txt: Fixed "syntax" errors. sql/share/french/errmsg.txt: Fixed "syntax" errors. sql/share/german/errmsg.txt: Fixed "syntax" errors. sql/share/greek/errmsg.txt: Fixed "syntax" errors. sql/share/hungarian/errmsg.txt: Fixed "syntax" errors. sql/share/italian/errmsg.txt: Fixed "syntax" errors. sql/share/japanese/errmsg.txt: Fixed "syntax" errors. sql/share/korean/errmsg.txt: Fixed "syntax" errors. sql/share/norwegian-ny/errmsg.txt: Fixed "syntax" errors. sql/share/norwegian/errmsg.txt: Fixed "syntax" errors. sql/share/polish/errmsg.txt: Fixed "syntax" errors. sql/share/portuguese/errmsg.txt: Fixed "syntax" errors. sql/share/romanian/errmsg.txt: Fixed "syntax" errors. sql/share/russian/errmsg.txt: Fixed "syntax" errors. sql/share/slovak/errmsg.txt: Fixed "syntax" errors. sql/share/spanish/errmsg.txt: Fixed "syntax" errors. sql/share/swedish/errmsg.txt: Fixed "syntax" errors. sql/share/ukrainian/errmsg.txt: Fixed "syntax" errors.
| * | Indentation cleanupunknown2003-02-251-0/+2
| | |
| * | ibuf0ibuf.c:unknown2003-02-211-2/+41
| |/ | | | | | | | | | | | | | | Add diagnostic prints if insert buffer merge is tried to a page whose type is not an index page, try to recover from the situation by discarding the insert buffer records innobase/ibuf/ibuf0ibuf.c: Add diagnostic prints if insert buffer merge is tried to a page whose type is not an index page, try to recover from the situation by discarding the insert buffer records
* | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-02-214-14/+21
|\ \ | |/ | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql
| * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2003-02-193-13/+20
| |\
| | * prevented crash on deleting non-constructed analyse objectunknown2003-02-181-5/+6
| | |
| | * Merge sanja.is.com.ua:/home/bell/mysql/mysql-3.23unknown2003-02-181-8/+10
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-3.23
| | | * Fixed problem with ISNULL on fields that could not be nullunknown2003-02-171-8/+10
| | | |
| | * | fixed memory leak in ANALIZE initialization error reportingunknown2003-02-141-0/+4
| | |/
| * | another fix for RAND() initializationunknown2003-02-121-1/+1
| |/
* | Fixed YES/NO in Polish messagesunknown2003-02-121-1/+1
| |
* | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-02-123-6/+7
|\ \ | |/ | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql
| * backported MERGE+MAX bugfix from 4.0unknown2003-02-121-4/+3
| |
| * backporting Peter's fix for better RAND() initialization from 4.0unknown2003-02-111-1/+1
| | | | | | | | | | | | | | | | sql/sql_class.cc: backporting Peter's fix for better RAND() initialization from 4.0 to see what it does try perl -e 'while($N=shift) { printf "N=%-10d",$N; @b=@c=(); for (1..$N) { @a=split(" ",`mysql -BNe "select rand(), rand(), rand(), rand()"`); for(0..3) { $b[$_]+=$a[$_]; $c[$_]+=$a[$_]*$a[$_]; }} for (0..3) { printf "%15.14f ",($c[$_]-$b[$_]*$b[$_]/$N)/$N } print "\n" }' 10 10 10 100 100 10 100 1000 before and after the fix