summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug#6148. Only rewind read position in binary log when theunknown2004-11-254-7/+19
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-11-041-1/+2
|\
| * Fix for BUG##5714 "Insert into MyISAM table and select ... for update]":unknown2004-11-041-1/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-11-041-5/+18
|\ \
| * | Fix for bug #6387 "Queried timestamp values do not match the insertedunknown2004-11-031-5/+18
| |/
* | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-11-031-1/+3
|\ \ | |/
| * ha_innodb.cc:unknown2004-11-021-1/+3
* | mysqld.cc:unknown2004-11-011-2/+2
|/
* close table before next iteration of table proccesing in mysql_admin_table (t...unknown2004-10-281-3/+7
* - Applied some Windows portability fixes for myisampack.c and sql_handler.ccmysql-4.0.22unknown2004-10-271-7/+1
* Backport innodb_max_purge_lag from 4.1unknown2004-10-273-0/+11
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2004-10-245-5/+44
|\
| * postreview fixesunknown2004-10-223-4/+6
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2004-10-221-2/+6
| |\
| | * Part of fix for bug #6081 "Call to deprecated mysql_create_db() functionunknown2004-10-221-2/+6
| * | Check of temporary tables hiding for query fetched from QC (BUG#6084)unknown2004-10-212-1/+34
| |/
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2004-10-225-12/+14
|\ \ | |/
| * Fix test case for innodb-lockunknown2004-10-202-1/+3
| * Code cleanups (done during review of new code)unknown2004-10-204-11/+11
* | fixed retsult codeunknown2004-10-191-1/+1
|/
* Merge dellis@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-171-1/+1
|\
| * mysqld.cc:unknown2004-10-171-1/+1
| * mysqld.cc:unknown2004-10-031-1/+1
* | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-152-3/+17
|\ \
| * \ Merge mysql.com:/home/mydev/mysql-4.0unknown2004-10-142-3/+17
| |\ \
| | * | BUG#5625 - MyISAM Index corruption on ALTER TABLE x ENABLE KEYS due to full t...unknown2004-10-142-3/+17
* | | | Added startup option and settable session variableunknown2004-10-134-2/+15
|/ / /
* | | ha_innodb.cc:unknown2004-10-121-1/+1
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-111-2/+8
|\ \ \
| * | | Fix for BUG#5949 "error code 1223 in binlog when using innobackup":unknown2004-10-111-2/+8
* | | | Using MySQL 4.0 with privilege tables from 5.0 caused a crash.unknown2004-10-081-20/+36
* | | | Code cleanups while doing review of pushed codeunknown2004-10-062-36/+32
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-061-9/+18
|\ \ \ \
| * | | | delete.result, delete.test:unknown2004-10-011-9/+18
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-065-72/+74
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Reverted patch for new usage of open_count as it caused more problems than it...unknown2004-10-065-72/+74
* | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-051-38/+37
|\ \ \ \ \
| * | | | | Fix for #5730 (Query cache crashes server)unknown2004-10-051-38/+37
* | | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-10-051-2/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-051-2/+7
| |\ \ \ \ \
| | * | | | | Fix for wrongly calculated Examined_rows in 4.0 UNION's.unknown2004-10-051-2/+7
| | | |/ / / | | |/| | |
* | | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-10-058-192/+480
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-056-185/+472
| |\ \ \ \ \
| | * \ \ \ \ Merge mysql.com:/home/mydev/mysql-4.0unknown2004-10-056-185/+472
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S).unknown2004-09-246-185/+472
| * | | | | | Merge mysql.com:/M40/mysql-4.0 into mysql.com:/M40/push-4.0unknown2004-10-054-29/+119
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | patch fixing after review on patch-fixing of unknown2004-10-041-6/+1
| | * | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2004-10-041-1/+7
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Fixed Bug #5492 "set @@session.read_rnd_buffer_size=33554432" unknown2004-09-161-1/+7
| | | |/ / /
| * | | | | Solve compile problem for 4.0.22 on hpita2. (Backport of a 4.1 change)unknown2004-09-301-6/+6
| | |_|/ / | |/| | |