- 27 May, 2003 6 commits
-
-
lenz@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
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)
-
guilhem@mysql.com authored
soon.
-
- 26 May, 2003 14 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-3.23
-
monty@narttu.mysql.fi authored
-
jani@ua126d19.elisa.omakaista.fi authored
into ua126d19.elisa.omakaista.fi:/home/my/bk/mysql-4.0
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Added read_only variable
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-3.23
-
monty@mashka.mysql.fi authored
-
- 25 May, 2003 2 commits
-
-
guilhem@mysql.com authored
- 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).
-
heikki@hundin.mysql.fi authored
If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
-
- 24 May, 2003 1 commit
-
-
guilhem@mysql.com authored
-
- 23 May, 2003 4 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
(this bug was already fixed in 4.0, I just copied and pasted two lines).
-
lenz@mysql.com authored
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)
-
- 21 May, 2003 6 commits
-
-
heikki@hundin.mysql.fi authored
Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-3.23
-
vva@eagle.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
-
- 19 May, 2003 3 commits
-
-
lenz@mysql.com authored
- Updated version number in configure.in to 4.0.14 now that 4.0.13 has been tagged
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
- 18 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Better instructions for the user if adding of new ibdata files fails
-
- 17 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
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
-
- 16 May, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
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++
-
mysqldev@build.mysql2.com authored
-