- 08 Jul, 2003 11 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
Removed double my_thread_end() which caused fatal error on windows if mysqld died on startup
-
heikki@hundin.mysql.fi authored
Prevent the user from creating InnoDB tables with > 1000 columns
-
paul@teton.kitebird.com authored
No commit message
-
paul@teton.kitebird.com authored
Undo serg's patch that used my_print_defaults, and instead simply do not define $opt{user}. This allows the script to use option files properly.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
BUG#797 "If query ignored on slave (replicate-ignore-table) the slave still checks if the returned error (0) is the same as the one on the master, whereas it shouldn't test this. Plus a new test for BUG#797.
-
heikki@hundin.mysql.fi authored
A cosmetic change: set trx id to zero at creation so that SHOW INNODB STATUS does not print a random value for the id of a transaction object for which the transaction has never been started yet (for example, running SHOW INNODB STATUS as the first command from a mysql prompt printed a random id for the trx object associated with the session itself running the SHOW INNODB STATUS command)
-
- 07 Jul, 2003 5 commits
-
-
serg@serg.mylan authored
-
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 4 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
-