summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
Commit message (Expand)AuthorAgeFilesLines
* This is a cleanup of warnings that windows is complaining about. brian@zim.(none)2006-08-231-1/+0
* This changest:brian@zim.(none)2006-08-221-6/+16
* Make innodb_flush_log_at_trx_commit a settable global variable.aivanov/alexi@mysql.com/mysqld.localdomain2006-07-291-3/+1
* Applied innodb-5.1-ss660 snapshot.aivanov/alexi@mysql.com/mysqld.localdomain2006-07-261-1/+2
* Merge mysql.com:/home/emurphy/src/bk-clean/tmp_mergeelliot@mysql.com2006-06-231-9/+20
|\
| * Applying patch from SergeyVelliot@mysql.com2006-06-201-0/+11
| * Applied innodb-5.0-ss547 snapshot.aivanov@mysql.com2006-05-151-0/+3
| * foo2grog@mysql.com[grog]2006-04-131-230/+1
| * foo1grog@mysql.com[grog]2006-04-131-139/+139
| * Applied innodb-5.0-ss398 snapshot.aivanov@mysql.com2006-04-011-2/+8
| * Applied innodb-5.0-ss368 snapshotaivanov@mysql.com2006-03-291-40/+48
* | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpllars@mysql.com2006-06-161-27/+172
|\ \
| * | Applied innodb-5.1-ss594 snapshot.aivanov@mysql.com2006-06-011-27/+172
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newmonty@mysql.com2006-06-041-44/+37
|\ \ \
| * | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...monty@mysql.com2006-06-041-44/+37
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newserg@serg.mylan2006-06-021-9/+16
|\ \ \
| * \ \ Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-newguilhem@mysql.com2006-06-021-9/+16
| |\ \ \
| | * | | First push for WL#3146 "less locking in auto_increment". It is a 0-real-chang...guilhem@mysql.com2006-06-021-9/+16
| | |/ /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newserg@serg.mylan2006-06-021-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | second patch for make distcheckserg@serg.mylan2006-06-011-0/+4
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.1bell@sanja.is.com.ua2006-06-011-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | interface for transaction log management added to handlertonbell@sanja.is.com.ua2006-06-011-1/+3
| |/ /
* | | handlerton cleanup:serg@sergbook.mysql.com2006-05-281-52/+37
|/ /
* | Fixed compiler warningsmonty@mysql.com2006-05-041-0/+1
* | Merge acurtis@bk-internal:/home/bk/mysql-5.1-newacurtis@xiphis.org2006-05-031-28/+49
|\ \
| * | WL#2257 REFERENTIAL_CONSTRAINTS viewgluh@eagle.intranet.mysql.r18.ru2006-05-021-28/+49
* | | WL#3201 additional post-review fixesacurtis@xiphis.org2006-05-021-4/+8
* | | Merge xiphis.org:/home/antony/work2/wl3201.3acurtis@xiphis.org2006-04-241-0/+17
|\ \ \ | |/ / |/| |
| * | WL#3201acurtis@xiphis.org2006-04-131-0/+17
* | | Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-newaivanov@mysql.com2006-04-231-46/+75
|\ \ \
| * | | Applied innodb-5.1-ss475 snapshot.aivanov@mysql.com2006-04-231-46/+75
| |/ /
* | | After merge fixes.elliot@mysql.com2006-04-211-130/+0
|/ /
* | Fix to remove engine dependency from handler.cc file, the last one for functi...brian@zim.(none)2006-03-261-1/+2
* | Refactored some code to remove ifdef and removed dead code related to un-usea...brian@zim.(none)2006-03-231-104/+0
* | 5.0 -> 5.1 mergegluh@mysql.com2006-03-211-20/+27
|\ \ | |/
| * Mergekent@mysql.com2006-03-181-2/+2
| |\
| | * configure.in:kent@mysql.com2006-03-171-2/+2
| * | Merge mysql.com:/home/emurphy/src/mysql/bk-clean/mysql-4.1elliot@mysql.com2006-03-171-0/+7
| |\ \ | | |/ | |/|
| | * BUG#18283 When InnoDB returns error 'lock table full', MySQL can writeelliot@mysql.com2006-03-171-0/+7
| | * Changes from innodb-4.1-ss14 snapshotaivanov@mysql.com2006-01-151-13/+118
| | * Fix BUG#12071: "Windows hang: 'Opening tables' or 'Waiting foraivanov@mysql.com2005-12-121-56/+53
| * | Fixed: BUG#15653, BUG#16157, BUG#16229, BUG#16298, BUG#16387, BUG#16582.aivanov@mysql.com2006-01-311-23/+36
| * | Applied patch recieved from Marko:aivanov@mysql.com2006-01-181-2/+2
| * | Applied patch recieved from Marko:aivanov@mysql.com2006-01-181-3/+1
| * | Restore fix for bug #15108 (by ramil) erroneously erasedaivanov@mysql.com2006-01-161-2/+2
| * | Changes from the innodb-5.0-ss115 snapshot.aivanov@mysql.com2006-01-161-62/+102
| * | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-12-261-2/+2
| |\ \
| * | | Fix BUG#12071: "Windows hang:'Opening tables' or 'Waiting foraivanov@mysql.com2005-12-131-56/+53
* | | | dict0dict.h, dict0dict.c, ha_innodb.cc:kent@mysql.com2006-03-111-2/+2
* | | | Applied innodb-5.1-ss269 snapshot.aivanov@mysql.com2006-03-101-1676/+1734