- 31 Jul, 2002 1 commit
-
-
monty@hundin.mysql.fi 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
-
- 22 Jun, 2002 9 commits
-
-
heikki@hundin.mysql.fi authored
Slave thread is always in an auto-commit state: remove unnecessary tests when we flush master info
-
heikki@hundin.mysql.fi authored
Initing a mutex with MY_MUTEX_INIT_FAST may relieve thread thrashing on Linux
-
heikki@hundin.mysql.fi authored
Merge 3.23.52
-
heikki@hundin.mysql.fi authored
Use current_thd to check if a transaction is done by a slave thread
-
heikki@hundin.mysql.fi authored
Add syntax SET NO_FOREIGN_KEY_CHECKS=1 and SET RELAXED_UNIQUE_CHECKS=1
-
heikki@hundin.mysql.fi authored
Add option innodb_flush_log_at_trx_commit=2 which means we always write the log to file at commit, but only do fsync about once per second
-
heikki@hundin.mysql.fi authored
Merge 3.23.52
-
heikki@hundin.mysql.fi authored
Add BEGIN andd COMMIT around transactions in the binlog
-
heikki@hundin.mysql.fi authored
Do not flush the position to master.info file if we have a transaction open
-
- 21 Jun, 2002 1 commit
-
-
lenz@mysql.com authored
configure.in
-
- 18 Jun, 2002 1 commit
-
-
lenz@mysql.com authored
into mysql.com:/my/mysql-3.23
-
- 17 Jun, 2002 5 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
lenz@mysql.com authored
has finally been released
-
monty@mashka.mysql.fi authored
-
lenz@mysql.com authored
header in x86 assemler files instead of eating the whole file
-