summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
* Portability fix.unknown2001-11-071-1/+1
* mergeunknown2001-11-077-31/+91
|\
| * updatedunknown2001-11-057-31/+91
* | Added xml patch to mysqldump.unknown2001-11-0550-318/+362
* | merge with 3.23.44unknown2001-11-0447-375/+1271
|\ \ | |/
| * 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
* | mergeunknown2001-10-112-1/+5
|\ \ | |/
| * InnoDB portability fixesunknown2001-10-112-1/+5
* | mergeunknown2001-10-111-1/+1
|\ \
| * | Portability fixesunknown2001-10-111-1/+1
* | | mergeunknown2001-10-1184-1190/+5047
|\ \ \ | |/ / |/| / | |/
| * ut0mem.c Merge changes in InnoDB-3.23.43bunknown2001-10-1084-1190/+5047
* | Updated manual about embedded version.unknown2001-10-084-8/+22
* | Fix for make distunknown2001-09-292-1/+3
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-09-2210-32/+174
|\ \ | |/
| * 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
* | mergeunknown2001-09-172-1/+3
|\ \ | |/
| * log0log.c Eliminate a Purify warningunknown2001-09-172-1/+3
* | Changed to use my_global.hunknown2001-09-141-1/+1
|/
* 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