- 04 Nov, 2004 6 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
the fact that the transaction log is empty does not mean we're not in a transaction (it could be BEGIN; SELECT * FOR UPDATE FROM ibtable: then we don't want to commit now, even if the statement is a MyISAM update). With a testcase.
-
tim@siva.hindu.god authored
into siva.hindu.god:/opt/home/tim/m/40/a
-
joerg@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-bg6387
-
joerg@mysql.com authored
in the source tar-ball for distribution. This is done by using the "DISTFILES" macro in a new "Docs/Images/Makefile". As the source BK tree does not contain these files, they are copied from the "mysqldocs" tree at release build time. This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
-
- 03 Nov, 2004 5 commits
-
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
dlenev@mysql.com authored
value if server runs in time zone with leap seconds". Now in my_gmt_sec() function we take into account difference between our target and estimation in seconds part.
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
tim@siva.hindu.god authored
for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
-
- 02 Nov, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Backport Jan's fix of the LOAD DATA INFILE REPLACE duplicate key error bug (Bug #5835) to 4.0
-
- 01 Nov, 2004 2 commits
-
-
joerg@mysql.com authored
which is needed for Netware ports.
-
marko@hundin.mysql.fi authored
Describe innodb_max_purge_lag Improve description of innodb_table_locks
-
- 31 Oct, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix bug #3478: InnoDB's FOREIGN KEY tables treated table and database names as case-insensitive; RENAME TABLE t to T would hang in an endless loop if t had a foreign key constraint defined on it dict0dict.c: Fix bug #3478: InnoDB's FOREIGN KEY tables treated table and database names as case-insensitive; RENAME TABLE t to T would hang in an endless loop if t had a foreign key constraint defined on it; fix also a hang that would occur if one tried in ALTER TABLE or RENAME TABLE to create a foreign key constraint name that collided with another existing name
-
- 29 Oct, 2004 1 commit
-
-
lenz@mysql.com authored
- tagged ChangeSet@1.2048.1.2 as "mysql-4.0.22"
-
- 28 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
close table before next iteration of table proccesing in mysql_admin_table (to allow open next table)
-
- 27 Oct, 2004 7 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
(backports from fixes made in 4.1)
-
paul@kite-hub.kitebird.com authored
Updated version of texi2html so that 4.0.22 HTML manual doesn't turn out all goofy.
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
monty@mysql.com authored
-
joerg@mysql.com authored
without trying to re-run autotools. (Backport from 4.1.7 for 4.0.22)
-
marko@hundin.mysql.fi authored
-
- 24 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
- 22 Oct, 2004 5 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
-
dlenev@mysql.com authored
crashes server" (in 4.0 we fix only connection stalling in case of error, crash itself is fixed in 4.1, the test case for this code is also there).
-
heikki@hundin.mysql.fi authored
Add typecast from ulint to ssize_t in pread and pwrite, so that the type is according to the Linux man page; this will probably not help to fix the HP-UX 32-bit pwrite failure, since the compiler should do the appropriate typecasts anyway
-
- 21 Oct, 2004 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix bug #5961: release the dictionary latch during a long cascaded FOREIGN KEY operation, so that we do not starve other users
-
bell@sanja.is.com.ua authored
-
- 20 Oct, 2004 3 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
Rename innodb_table_locks_old_behavior -> innodb_table_locks Set innodb_table_locks to off by default to get same behaviour as in MySQL 4.0.20 (This means that Innodb ignore table locks by default, which makes it easier to combine MyISAM and InnoDB to simulate a transaction)
-
- 19 Oct, 2004 4 commits
-
-
heikki@hundin.mysql.fi authored
test
-
paul@ice.snake.net authored
Add note to mysql_hex_string() comment.
-
bell@sanja.is.com.ua authored
-
bar@mysql.com authored
New function mysql_hex_string()
-
- 17 Oct, 2004 1 commit
-
-
dellis@goetia.(none) authored
into goetia.(none):/home/dellis/mysqlab/bk/mysql-4.0
-