- 29 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows Changed name of variables NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS to avoid confusion with 'not...' variables. Write name of adminstrator command to slow log. Added mysqldumpslow to RPM
-
- 22 Jul, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 21 Jul, 2002 3 commits
-
-
heikki@hundin.mysql.fi authored
Move the assertion in foreign keys to the right place
-
heikki@hundin.mysql.fi authored
Revert the test changes to wait for a full push of new auto-inc algorithm
-
heikki@hundin.mysql.fi authored
Do not perform ON DELETE action for a FOREIGN KEY constraint if we are doing an UPDATE, not a DELETE dict0dict.c: test
-
- 19 Jul, 2002 4 commits
-
-
monty@mashka.mysql.fi authored
Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables. code cleanup
-
heikki@hundin.mysql.fi authored
Align a buffer for i/o from a raw device
-
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
-