summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
* srv0srv.c:unknown2001-11-191-4/+8
* dict0dict.h, dict0dict.c:unknown2001-11-172-2/+2
* btr0cur.c, btr0btr.c, dict0dict.h, dict0dict.c:unknown2001-11-175-17/+39
* buf0flu.c:unknown2001-11-141-6/+2
* updatedunknown2001-11-057-31/+91
* Portability fixesunknown2001-10-312-5/+12
* Portability fixesunknown2001-10-311-0/+1
* row0mysql.c Fix an assertion when an empty database is droppedunknown2001-10-311-1/+3
* os0file.c Replace some / 256 by >> operationsunknown2001-10-301-14/+13
* srv0srv.c Test if bk now worksunknown2001-10-301-1/+1
* Mergeunknown2001-10-3045-367/+1250
* Fix for gcc 3.0unknown2001-10-301-1/+5
* InnoDB portability fixesunknown2001-10-112-1/+5
* ut0mem.c Merge changes in InnoDB-3.23.43bunknown2001-10-1084-1190/+5047
* os0sync.c Define os_fast_mutex functions also in Windowsunknown2001-09-201-2/+0
* os0sync.h Define os_fast_mutex functions also in Windowsunknown2001-09-202-2/+2
* univ.i Changes to eliminate unnecessary Purify warnings (documentation of f...unknown2001-09-201-2/+6
* mem0mem.ic Changes to eliminate unnecessary Purify warningsunknown2001-09-206-26/+166
* log0log.c Eliminate a Purify warningunknown2001-09-172-1/+3
* data0data.c Fix an assertion failure in rem0rec.c line 195 when a > 8000 byte...unknown2001-09-051-15/+8
* lock0lock.c Fix slowness of deadlock detection algorithmunknown2001-09-052-8/+50
* buf0flu.c Testing if the file is ok in Bitkeeperunknown2001-08-291-1/+1
* trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor printsunknown2001-08-2927-137/+937
* mergeunknown2001-08-181-0/+2
|\
| * Portability fixes.unknown2001-08-181-0/+2
* | sync0sync.c This inline assmebly does not compile on gcc-2.96 and Intel: remo...unknown2001-08-151-1/+1
* | row0sel.c Fix a memory freeing bug when a row which contains an externally st...unknown2001-08-132-5/+6
|/
* mergeunknown2001-08-102-3/+2
|\
| * Portability fixesunknown2001-08-102-3/+2
* | ibuf0ibuf.c Fix a potential hang in database shutdown (not known if there is ...unknown2001-08-101-2/+1
* | btr0cur.c Improve range size estimate for big rangesunknown2001-08-091-0/+11
* | row0upd.c Fix a memory overwrite which can happen if we update or delete a > ...unknown2001-08-081-2/+2
* | trx0purge.c Fix a bug which might stop purge from runningunknown2001-08-082-0/+3
|/
* srv0srv.h Support raw disk partitions as data filesunknown2001-08-0462-517/+3146
* row0sel.c Remove a possible cause of the Peter Zaitsev hangunknown2001-07-201-4/+7
* dict0dict.ic Remove acquisition of the dictionary mutex: this may fix the han...unknown2001-07-202-6/+5
* row0sel.c Disable a special join speed optimization until Peter Zaitsev's han...unknown2001-07-201-1/+4
* srv0start.c Remove old codeunknown2001-07-191-1/+1
* srv0srv.h Support raw disk as a data fileunknown2001-07-193-6/+131
* univ.i Added a new debug define optionunknown2001-06-245-3/+38
* sync0sync.c Do not use in-line assembly in GCCunknown2001-06-2411-21/+153
* buf0buf.c Several bug fixesunknown2001-06-244-11/+100
* btr0pcur.c Fix a bug in persistent cursor restoration: this could cause crash...unknown2001-06-231-0/+6
* fsp0fsp.c Fix a bug in freeing of a segment in the tablespaceunknown2001-06-191-7/+21
* row0mysql.c Include rem0cmp.h to compile on Windows, on Unix it is for some r...unknown2001-06-131-0/+1
* mergeunknown2001-06-121-2/+0
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-06-121-0/+2
|\
| * Fixed changelogunknown2001-06-121-0/+2
* | univ.i Disable XCHG mutex implementation because of compile problem in GCC-...unknown2001-06-121-0/+2
|/
* row0sel.c Fix a bug in consistent read through a secondary indexunknown2001-06-081-2/+2