summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2006-11-021-4/+5
|\
| * Apply InnoDB snapshot ss923tsmith/tim@siva.hindu.god2006-10-201-4/+5
* | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2stewart@willster.(none)2006-10-161-3/+3
|\ \ | |/ |/|
| * BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-08-101-3/+3
| * Applied innodb-4.1-ss29 snapshot.aivanov@mysql.com2006-05-151-0/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2006-09-231-1/+2
|\ \
| * | Bug#20573acurtis/antony@xiphis.org/ltantony.xiphis.org2006-08-301-1/+2
* | | Applied innodb snapshot ss792 and ss854.tsmith/tim@siva.hindu.god2006-09-201-13/+0
|/ /
* | innodb r702tnurnberg@salvation.intern.azundris.com2006-08-181-19/+12
* | Applied innodb-5.0-ss677 snapshot.tsmith@maint1.mysql.com2006-08-011-17/+9
* | 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
* | 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 for bug #15108: mysqld crashes when innodb_log_file_size is set > 4Gramil@mysql.com2005-11-241-2/+2
* | | Fix BUG#12071: "Windows hang:'Opening tables' or 'Waiting foraivanov@mysql.com2005-12-131-56/+53
* | | Fix BUG#14747: "Race condition can cause btr_search_drop_page_hash_index()aivanov@mysql.com2005-12-061-0/+9
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-11-191-5/+7
|\ \
| * | Fix for bug #13825 "Triggers: crash if release savepoint" and for generaldlenev@mysql.com2005-11-191-5/+7
* | | set_var.cc, mysqld.cc, ha_innodb.h:grog@mysql.com2005-11-171-7/+27
* | | Fixed number of compiler errors on win32.SergeyV@selena.2005-11-141-2/+2
|/ /
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-241-0/+2
|\ \
| * | This patch add support for storing Geometry types to Archive, Innodb, NDB, an...brian@zim.(none)2005-10-241-0/+2
* | | BUG#11704: Make InnoDB not to convert TL_WRITE_ONLY locks to TL_WRITE_ALLOW_W...sergefp@mysql.com2005-10-251-0/+1
|/ /
* | BUG#14056 Column prefix index on UTF-8 primary key column causes 'Can't find ...elliot@mysql.com2005-10-191-7/+65
* | Fix compile error on Windows: remove wrong typecastsergefp@mysql.com2005-10-121-2/+1
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0sergefp@mysql.com2005-10-071-1/+1
|\ \
| * | BUG#13484: In ha_innobase::cmp_ref call Field::key_cmp() as this is the functionsergefp@mysql.com2005-10-011-1/+1
* | | Merge msdesk.(none):/home/msvensson/mysql-4.1msvensson@msdesk.(none)2005-10-061-1/+2
|\ \ \ | | |/ | |/|
| * | Merge hundin.mysql.fi:/home/marko/mysql-4.0marko@hundin.mysql.fi2005-10-031-1/+2
| |\ \
| | * | InnoDB: Display an error message in /* */ commentsmarko@hundin.mysql.fi2005-10-031-2/+2
| * | | InnoDB: After review fixmarko@hundin.mysql.fi2005-09-301-1/+1
| * | | InnoDB: On UPDATE, trim UCS2 columns correctly. (Bug #12178)marko@hundin.mysql.fi2005-09-301-10/+30
* | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-031-5/+15
|\ \ \ \
| * | | | Final patch for 5.0 for simplifying storage engine code. We now have just one...brian@zim.(none)2005-10-031-1/+0