- 19 Jul, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix a bug in the previous commit change and align also the buffer in simulataled aio for possible use in i/o to raw devices
-
heikki@hundin.mysql.fi authored
Align the buffer used in initing a data file to zero; this may be needed if the data file is actually a raw device
-
- 17 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 16 Jul, 2002 9 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
-
heikki@hundin.mysql.fi authored
Suppress prints by slave.cc when there is a normal reconnect after the master has been quiet for the time of the net read timeout; this removes the Error 1159 messages many users have complained about in the replication of 3.23.51
-
bar@bar.udmsearch.izhnet.ru authored
-
bar@bar.udmsearch.izhnet.ru authored
-
bar@bar.udmsearch.izhnet.ru authored
-
heikki@hundin.mysql.fi authored
Increase max number of waiting threads to 10000 and put diagnostic prints if this value is exceeded
-
heikki@hundin.mysql.fi authored
On Monty's suggestion move ha_drop_database back inside LOCK_mysql_create_db, but we release LOCK_open during it to let possible running queries complete. I tested this and it seemed to work also in complex concurrent DELETE, SELECT, DROP DATABASE, and CREATE DATABASE situations
-
- 15 Jul, 2002 5 commits
-
-
lenz@mysql.com authored
from TeamOS/2 Italy - removed some obsolete files on Yuri's request - Added missing os2 related files outside the os2 subdirectory to the distribution
-
heikki@hundin.mysql.fi authored
Revert Monty's change to the positioning of ha_drop_database(): otherwise a running query on a table to be dropped in DROP DATABASE always causes the server to hang
-
lenz@mysql.com authored
ppc64 and x86-64, fixed a compile bug when building with TCP wrapper support on Linux
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
- 14 Jul, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for access problem (merge from 4.0)
-
- 12 Jul, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
-
- 10 Jul, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Forgot to release an x-latch in DROP DATABASE
-
- 09 Jul, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Protect InnoDB monitor with a mutex
-
Sinisa@sinisa.nasamreza.org authored
I wish I had connection stop / start so that I could have made a test case.
-
- 08 Jul, 2002 3 commits
-
-
heikki@hundin.mysql.fi authored
Remove debug code
-
heikki@hundin.mysql.fi authored
Eliminate potential division by zero
-
heikki@hundin.mysql.fi authored
Merge InnoDB-3.23.52b
-
- 04 Jul, 2002 2 commits
-
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
-
serg@sergbook.mysql.com authored
(as when previous myrg_rkey failed, e.g. found nothing)
-
- 03 Jul, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Remove a debug printf which unintentionally was committed to the source tree
-
heikki@hundin.mysql.fi authored
Clarify the setting of innodb_data_file_path in my.cnf: it is in the [mysqld] section
-
- 01 Jul, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Remove freeing of all memory at shutdown: since we do not exit the i/o-handlers and other threads, we could potentially get a seg fault at shutdown
-
- 30 Jun, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
The UNIV_DEBUG version asserted if a foreign key check failed because of a lock wait timeout btr0cur.c: Fix a bug: if the primary key was updated (or delete + insert) so that only the case of characters changed, we were left with a dangling adaptive hash index pointer, often causing an assertion failure in page0page.ic line 515
-
monty@hundin.mysql.fi authored
-
- 28 Jun, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 26 Jun, 2002 5 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql3
-
heikki@hundin.mysql.fi authored
Fix a bug: if buffer pool size > 2 GB on a 32-bit computer, we got an assertion failure because >> acted as a division operator (not as a register shift) for a wrapped-over integer value
-
Sinisa@sinisa.nasamreza.org authored
-
heikki@hundin.mysql.fi authored
Crash the server if file flush does not succeed: the database can get corrupt, better to crash it than let it run
-
- 25 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-