- 07 Jul, 2003 4 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
serg@serg.mylan authored
still no rec. descent
-
heikki@hundin.mysql.fi authored
Fix bug: if a DELETE failed in a FOREIGN KEY error and it had already deleted some rows, then MySQL did not roll back the failed SQL statement, and also wrote it to the binlog
-
- 06 Jul, 2003 5 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
FLUSH LOGS now rotates relay logs, and a new variable max_relay_log_size. Plus a very small bit of code cleaning.
-
heikki@hundin.mysql.fi authored
Fix performance bug: if there were thousands of tables, DROP TABLE could take as much as a second CPU time
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.0
-
heikki@hundin.mysql.fi authored
In background loop run purge to completion before doing other background operations: it does not make sense to flush buffer pool pages if they are soon modified again by purge trx0purge.c: Increase purge_sys->n_pages_handled for every undo log we purge, even if that log would be only a hundred bytes: that way we get the purge batches of 20 pages to set a fresh purge view (limit) more often, and we can reduce the number of old row versions purge has to look at when it decides if it can remove some delete-marked index record
-
- 05 Jul, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 04 Jul, 2003 14 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
jani@rhols221.adsl.netsonic.fi authored
versions of DBD. New mysqlhotcopy version supports both old and new DBD versions while versions elder than 1.19 support only old DBD versions.
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
monty@narttu.mysql.fi authored
Simple cleanup of previous pull
-
ram@mysql.r18.ru authored
into mysql.r18.ru:/usr/home/ram/work/4.0
-
vva@eagle.mysql.r18.ru authored
-
serg@serg.mylan authored
properly fixed in 4.1
-
ram@mysql.r18.ru authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
Added MAX_PASSWORD_LENGTH. This increased master-slave passwords to 32 bytes (Bug #766) Fixed server crash on purge master logs or show master logs when binlog is off. (Bug #733)
-
- 03 Jul, 2003 16 commits
-
-
Sinisa@sinisa.nasamreza.org authored
A security leak with SHOW TABLES/ TABLE STATUS FROM db ...
-
heikki@hundin.mysql.fi authored
Since the mysql interactive client or some other phase in communication cuts > 64 kB strings to very short, restrict the output of SHOW INNODB STATUS to at most 60 kB
-
heikki@hundin.mysql.fi authored
Remove potential starvation of a full log buffer flush: only flush up to the lsn which was the largest at the time when we requested the full log buffer flush os0sync.h, os0sync.c: Fix a bug in os_event on Unix: even though we signaled the event, some threads could continue waiting if the event became nonsignaled quickly again; this made group commit less efficient than it should be
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.739
-
hf@deer.(none) authored
check for negative count in RPAD added
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
Remove unaligned warnings on Ia64 from client library when using --host Fix for replication when using many file descriptors
-
hf@deer.(none) authored
Fields in key_expr (mysql_ha_read) wasn't linked to tables. Hmm. How did it work at all?
-
heikki@hundin.mysql.fi authored
Fix bug: group commit still did not work when we had MySQL binlogging on
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0
-
hf@deer.(none) authored
-
ram@mysql.r18.ru authored
-
peter@mysql.com authored
into mysql.com:/home/pz/mysql/mysql-4.0-root
-
peter@mysql.com authored
The changes for actual loads and memory sizes are to be done after text and format are improved.
-
monty@narttu.mysql.fi authored
-