summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/wax/mysql/mysql-4.0wax@mysql.com2003-07-313-16/+41
|\ | | | | | | into mysql.com:/home/wax/mysql/mysql-4.0chsize
| * BUGwax@mysql.com2003-07-313-16/+41
| | | | | | | | | | | | Add functions SetFilePointerEx and SetEndOfFile for huge tables instead of chsize Move chsize to right place
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@sanja.is.com.ua2003-07-302-3/+10
|\ \ | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-merged_qc-4.0
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2003-07-302-3/+10
| |\ \ | | | | | | | | | | | | into mysql.com:/home/dlenev/src/mysql-4.0-bugfix
| | * | Fix security bug. mysqld server without ssl support was completlydlenev@mysql.com2003-07-302-3/+10
| | | | | | | | | | | | | | | | ignorant about ssl_type attribute
* | | | support of more then 255 tables dependence in query cache (fixed BUG#930)bell@sanja.is.com.ua2003-07-303-3/+1064
|/ / /
* | | dict0dict.c:heikki@hundin.mysql.fi2003-07-301-3/+6
|/ / | | | | | | Fix bug introduced in 4.0.13 and reported by Emic: if a CREATE TABLE ended in a comment, a memory overrun could happen
* | mysqld.cc:heikki@hundin.mysql.fi2003-07-291-1/+1
| | | | | | | | innodb_fast_shutdown CAN take an argument though it was not specified so in mysqld.cc
* | Avoid segfault when LOAD DATA FROM MASTER is run on a master which does noguilhem@mysql.com2003-07-281-1/+1
| | | | | | | | binary logging.
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-07-262-4/+6
|\ \ | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.0
| * | Make rpl_insert_id.test use InnoDB, and added foreign keys to the table,guilhem@mysql.com2003-07-262-4/+6
| | | | | | | | | | | | | | | so that it really tests replication of SET FOREIGN_KEY_CHECKS (previously it used MyISAM).
* | | srv0srv.c, os0file.c, log0recv.h, log0log.h, fil0fil.h, fsp0fsp.c, fil0fil.c:heikki@hundin.mysql.fi2003-07-2511-15/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge trx0trx.c: Print more info about a trx in SHOW INNODB status; try to find the bug reported by Plaxo buf0buf.c: Check that page log sequence numbers are not in the future log0recv.c, log0log.c: Fixed a bug: if you used big BLOBs, and your log files were relatively small, InnoDB could in a big BLOB operation temporarily write over the log produced AFTER the latest checkpoint. If InnoDB would crash at that moment, then the crash recovery would fail, because InnoDB would not be able to scan the log even up to the latest checkpoint. Starting from this version, InnoDB tries to ensure the latest checkpoint is young enough. If that is not possible, InnoDB prints a warning to the .err log
* | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2003-07-251-1/+6
|\ \ \ | |/ / |/| | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.fix
| * | Fix: remove compile warnings on RH(with openssl)gluh@gluh.mysql.r18.ru2003-07-251-1/+6
| | |
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-07-244-55/+134
|\ \ \ | |/ / |/| | | | | into mysql.com:/home/mysql_src/mysql-4.0
| * | Fix for BUG#858 "CHANGE MASTER forgets to update relay-log.info";guilhem@mysql.com2003-07-241-3/+17
| | | | | | | | | | | | | | | just a flush_relay_log_info() at the end of CHANGE MASTER (there was already flush_master_info()).
| * | WL#1036 (print the db in slave error messages).guilhem@mysql.com2003-07-243-52/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I extended the task to cleaning error messages, making them look nicer, and making the output of SHOW SLAVE STATUS (column Last_error) be as complete as what's printed on the .err file; previously we would have, for a failure of a replicated LOAD DATA INFILE: - in the .err, 2 lines: "duplicate entry 2708 for key 1" "failed loading SQL_LOAD-5-2-2.info" - and in SHOW SLAVE STATUS, only: "failed loading SQL_LOAD-5-2-2.info". Now SHOW SLAVE STATUS will contain the concatenation of the 2 messages.
* | | Fix for service issue with paths having spaces (bug #687)miguel@hegel.local2003-07-233-2/+14
| | |
* | | --with-openssl-includes/librariesserg@serg.mylan2003-07-231-4/+4
| | |
* | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2003-07-221-13/+42
|\ \ \ | | | | | | | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.fix
| * | | Bug #554: Support for --with-openssl[=DIR]gluh@gluh.mysql.r18.ru2003-07-221-1/+1
| | | |
| * | | Bug #554: Support for --with-openssl[=DIR]gluh@gluh.mysql.r18.ru2003-07-221-13/+42
| | | | | | | | | | | | | | | | | | | | | | | | Here is fix for bug 554. Added configure options --with-openssl-includes[=DIR] and --with-openssl-libs[=DIR]
* | | | - tagged ChangeSet 1.1527.1.3 as "mysql-4.0.14"lenz@mysql.com2003-07-221-1/+1
| | | | | | | | | | | | | | | | - bumped up version number in configure.in to 4.0.15
* | | | btr0cur.c:heikki@hundin.mysql.fi2003-07-221-0/+4
|/ / / | | | | | | | | | Fix bug: if there was a 'record too long' error in an insert, InnoDB forgot to free reserved file space extents; they were only freed in mysqld restart
* | | btr0cur.c:heikki@hundin.mysql.fi2003-07-221-14/+14
| | | | | | | | | | | | Fix an error in the previous push
* | | btr0cur.c:heikki@hundin.mysql.fi2003-07-221-20/+22
| | | | | | | | | | | | Fix bug reported by Dyego Souza do Carmo: if a row becomes too long, > 8000 bytes, in an update, then InnoDB simply removes the clustered index record and does not report of table handler error 139
* | | myisamchk --sort-records crash on compressed tables fixed.serg@serg.mylan2003-07-211-0/+6
|/ /
* | Bug #473 - GRANT ... TO ''@... was requiring FLUSH PRIVILEGES to workserg@serg.mylan2003-07-211-1/+1
| |
* | Fix for #712 with Serg's suggestionshf@deer.(none)2003-07-194-10/+5
| |
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0hf@deer.(none)2003-07-193-4/+14
|\ \ | | | | | | | | | into deer.(none):/home/hf/work/mysql-4.0
| * | Proposed bugfix for #712hf@deer.(none)2003-07-143-4/+14
| | | | | | | | | | | | | | | | | | | | | Monty revoked any locks for temporary tables in ha_myisam::external_lock() But further code bans using write cache on nonlocked tables this makes operations much slower
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.(none)2003-07-183-4/+14
|\ \ \ | | | | | | | | | | | | into mashka.(none):/home/my/mysql-4.0
| * | | Portability fixes for Redhat 9monty@mashka.(none)2003-07-183-4/+14
| | | |
* | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-07-183-108/+56
|\ \ \ \ | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| * | | | my_strnncoll_latin1_de rewritten from scratch. Bug with overlapping combos ↵serg@serg.mylan2003-07-173-108/+56
| | | | | | | | | | | | | | | | | | | | went away.
* | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2003-07-187-16/+56
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | into mysql.com:/space/my/mysql-4.0
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-07-187-16/+56
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | * | | | Removed wrong "Found lock of type # that is write and read locked" warnings.monty@narttu.mysql.fi2003-07-181-7/+14
| | | | | |
| | * | | | Fixed memory overrun when doing REPAIR on table with multi-part ↵monty@narttu.mysql.fi2003-07-186-9/+42
| | | | | | | | | | | | | | | | | | | | | | | | auto_increment key where one part was a packed CHAR
* | | | | | Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2003-07-171-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0-build
| * | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2003-07-161-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_683/mysql-4.0
| | * | | | fixed bug Bug #683 (Prompt for password doesn't go to console for Windows)vva@eagle.mysql.r18.ru2003-07-161-1/+1
| | | | | |
* | | | | | - heavily reworked the comments and layout of the new sample my.cnf filelenz@mysql.com2003-07-161-265/+305
| | | | | | | | | | | | | | | | | | | | | | | | as requested by PeterZ
* | | | | | - fixed the automatic generation of support-files/MacOSX/ReadMe.txt - lenz@mysql.com2003-07-162-4/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a node name was changed in manual.texi which resulted in a very large ReadMe.txt file, as the generating script could not find the (renamed) ending node. Fixed the ending node name in Docs/Makefile.am and the Docs/Support/generate-text-files.pl Perl script to make sure this does not happen again (I only discovered this because the Do-pkg script was not able to add the ReadMe.txt to the Apple Disk image because it ran out of disk space due to the size of the file)
* | | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-07-152-6/+6
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| * | | | bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressedserg@serg.mylan2003-07-152-6/+6
| | | | |
* | | | | - removed options sort_buffer and key_buffer from calls to (my)isamchklenz@mysql.com2003-07-151-4/+8
| |/ / / |/| | | | | | | | | | | | | | | | | | | in mysqld_safe (commented out by default), to not override any options defined in my.cnf (thanks to Axel Schwenke from Jobpilot.de for the suggestion)
* | | | Portability fixesmonty@narttu.mysql.fi2003-07-152-3/+14
| | | |
* | | | mergemonty@narttu.mysql.fi2003-07-142-8/+8
|\ \ \ \
| * | | | Fixed wrong test in LOG::closemonty@narttu.mysql.fi2003-07-143-8/+14
| | | | | | | | | | | | | | | | | | | | Fixed test for binary build