summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for compiling MySQL-4.0.13 with SSL support on OpenBSDgluh@gluh.mysql.r18.ru2003-05-302-1/+2
|
* Fix for bug #529 ("x509" no allowed as field name)gluh@gluh.mysql.r18.ru2003-05-291-0/+1
|
* item_cmpfunc.cc:bar@bar.mysql.r18.ru2003-05-281-0/+4
| | | | Fix for multibyte charsets
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-281-1/+0
|\ | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| * Removed not used variablemonty@narttu.mysql.fi2003-05-281-1/+0
| |
* | A trick (a useless update) to force the slave to wait for TWO rotate eventsguilhem@mysql.com2003-05-272-8/+36
| | | | | | | | | | | | before stopping. This is to make the test's result predictable (depending on the machine the results could formerly be slightly different, though everything is sane in the code; it's not a bug).
* | Merge gbichot@213.136.52.20:/home/bk/mysql-4.0guilhem@mysql.com2003-05-271-4/+0
|\ \ | |/ |/| | | into mysql.com:/home/mysql_src/mysql-4.0
| * Removed bad mutex lockingguilhem@mysql.com2003-05-271-4/+0
| |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-2712-40/+126
|\ \ | |/ |/| | | into narttu.mysql.fi:/my/mysql-4.0
| * Fixed problem with mysql prompt when server disconnect. (Bug 356)monty@narttu.mysql.fi2003-05-2712-40/+126
| | | | | | | | | | | | Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316)
* | temporary update of the test to satisfy merge; will commit a final updateguilhem@mysql.com2003-05-276-5/+127
|\ \ | |/ |/| | | soon.
| * - Fix for memory leak if the SQL slave thread is killed just after reading ↵guilhem@mysql.com2003-05-251-2/+27
| | | | | | | | | | | | | | | | an event. - A few more mutex locks and unlocks of rli.log_space_lock for doing clean reads of rli.ignore_log_space_limit - Broadcast after unlock, not before (small speed optimisation).
| * Fix for bug #490 and #491 (see details below)guilhem@mysql.com2003-05-245-9/+109
| |
* | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-05-261-2/+5
|\ \
| * | Fixed bug when installing mysqld as a service with 2 arguments (option + ↵monty@narttu.mysql.fi2003-05-261-2/+5
| | | | | | | | | | | | service-name)
* | | Fix for 64 bit machines (To remove warnings on Itanium)monty@narttu.mysql.fi2003-05-262-0/+6
| | |
* | | Merge with 3.23 to get fix for kill mysqld-pidmonty@narttu.mysql.fi2003-05-261-4/+11
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-3.23monty@narttu.mysql.fi2003-05-261-4/+11
| |\ \ | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-3.23
| | * | Fixed problem with 'kill pid-of-mysqld' on Mac OS Xmonty@narttu.mysql.fi2003-05-261-4/+11
| | | |
| * | | Added missing free for last patchmonty@mashka.mysql.fi2003-05-261-0/+1
| | | |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-3.23monty@mashka.mysql.fi2003-05-261-1/+0
| |\ \ \ | | | | | | | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-3.23
| | * | | Remove not used flagmonty@mashka.mysql.fi2003-05-261-1/+0
| | | | |
| * | | | Fix for #468 [Ver]: SHOW VARIABLES trims innodb_data_file_pathguilhem@mysql.com2003-05-231-2/+10
| | | | | | | | | | | | | | | | | | | | (this bug was already fixed in 4.0, I just copied and pasted two lines).
| * | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-3.23vva@eagle.mysql.r18.ru2003-05-211-1/+5
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-3.23
| | * | | fixed "LINES STARTING" in load data replicationvva@eagle.mysql.r18.ru2003-05-212-1/+6
| | | | |
* | | | | Merge jani@192.168.0.2:/my/mysql-4.0jani@ua126d19.elisa.omakaista.fi2003-05-2637-158/+358
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into ua126d19.elisa.omakaista.fi:/home/my/bk/mysql-4.0
| * | | | | code cleanupmonty@narttu.mysql.fi2003-05-263-35/+34
| | | | | |
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-268-38/+70
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | * | | | | Fixed core dump bug when shuting down mysqldmonty@narttu.mysql.fi2003-05-263-32/+52
| | | | | | |
| | * | | | | Added testing of LOAD DATA ... STARTING BYmonty@narttu.mysql.fi2003-05-265-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added read_only variable
| * | | | | | log.cc:heikki@hundin.mysql.fi2003-05-251-1/+46
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
| * | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.0guilhem@mysql.com2003-05-232-2/+18
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.0
| | * | | | | Outcome of discussions with Lenz and Monty about handling ccache in the ↵guilhem@mysql.com2003-05-232-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | build commands.
| * | | | | | - Portability fix: FreeBSD 4.8-STABLE (480101) and 5.0-CURRENT (500110)lenz@mysql.com2003-05-231-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now have a thread safe realpath(3) implementation - added check to only define -DHAVE_BROKEN_REALPATH where required (thanks to Martin Blapp from the FreeBSD team for the patch)
| * | | | | | row0ins.c:heikki@hundin.mysql.fi2003-05-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly
| * | | | | | repair_part2 is made repeatablebell@sanja.is.com.ua2003-05-211-0/+2
| | | | | | |
| * | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2003-05-214-9/+16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-4.0
| | * | | | | | fixed 'STARTING BY' in replicationvva@eagle.mysql.r18.ru2003-05-214-9/+16
| | | | | | | |
| * | | | | | | - Tagged ChangeSet 1.1497 as "mysql-4.0.13"lenz@mysql.com2003-05-191-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - Updated version number in configure.in to 4.0.14 now that 4.0.13 has been tagged
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-196-9/+29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | * | | | | | Added option --read-only (Thanks to Markus Benning)monty@narttu.mysql.fi2003-05-196-9/+29
| | | | | | | |
| * | | | | | | srv0start.c:heikki@hundin.mysql.fi2003-05-181-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better instructions for the user if adding of new ibdata files fails
| * | | | | | | buf0buf.c:heikki@hundin.mysql.fi2003-05-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When calculating the buf pool dirty pages ratio, add also free pages to the LRU list length: no need to active flushing if there are lots of free pages in the buffer pool
| * | | | | | | buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h:heikki@hundin.mysql.fi2003-05-167-47/+80
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush trx0trx.c: Add forgotten return value (it was not used anywhere, fortunately) ha_innodb.h, mysql_priv.h: Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
| * | | | | | - re-enabled RAID support for the Max subpackage againmysqldev@build.mysql2.com2003-05-161-2/+6
| | | | | | |
| * | | | | | my_global.h:mysqldev@build.mysql2.com2003-05-162-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | - QNX 6.2.1 actually defines HAVE_RINT - fixed rint(A) #define as it was causing compile errors on QNX
| * | | | | Portability fix for 64 bit machinesmonty@narttu.mysql.fi2003-05-142-1/+2
| | | | | |
| * | | | | Merge with 3.23 (No releavant code changes)monty@narttu.mysql.fi2003-05-141-6/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Portability fixes OpenUnix 8 & UnixWare 7.1.xmonty@narttu.mysql.fi2003-05-142-7/+4
| | | | | |
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-3.23monty@narttu.mysql.fi2003-05-141-2/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-3.23