summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
* 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
* trx0roll.c Changed Innobase to Innodb in some fprintfsunknown2001-06-072-6/+6
* page0cur.ic Fix a bug in insert buffer and multiversioningunknown2001-06-071-2/+2
* mem0pool.h Fix a bus error in aligment of longlong on Solarisunknown2001-06-051-1/+2
* manual.texi website address changeunknown2001-06-0314-48/+584
* sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 cas...unknown2001-05-311-0/+2
* sync0sync.ic Use XCHG also to reset the mutex lock word: it makes a serializa...unknown2001-05-311-5/+19
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-05-311-1/+2
|\
| * Added functions for symbolic link handling to make it possible tounknown2001-05-311-1/+2
* | ut0ut.c If localtime_r not available in Unix, use localtimeunknown2001-05-292-6/+13
|/
* sync0sync.ic InnoDB now uses XCHG to implement mutex if GCC and x86unknown2001-05-262-0/+19
* ut0ut.c Rewrote ut_print_timestamp with localtime_r and in Win GetLocalTimeunknown2001-05-241-14/+16
* log0log.c InnoDB now prints timestamp at startup and shutdownunknown2001-05-244-5/+53
* log0log.c InnoDB now allows parameter innodb_unix_file_flush_methodunknown2001-05-233-18/+38
* srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnfunknown2001-05-233-0/+31
* dict0dict.h InnoDB now tries to provide autoinc column value from a counter t...unknown2001-05-217-0/+117
* manual.texi Added that InnoDB tablespace must be at least 10 MB, removed sing...unknown2001-05-211-0/+13
* os0file.h Define always WIN_ASYNC_IO, check at run-time if the OS actually su...unknown2001-05-201-4/+2
* os0file.h InnoDB should now run with the same binary on Win95 and NT: checks ...unknown2001-05-202-5/+23
* os0file.c Removed extraneous fsync and corected a typo in Windows codeunknown2001-05-201-7/+37
* ibuf0ibuf.c Insert buffer calculated SQL NULL size wrong, causing overflow an...unknown2001-05-182-8/+25
* os0file.c Fixed an extraneous error message at the start of db, changed from ...unknown2001-05-161-21/+22
* os0file.c More precise error message numberunknown2001-05-152-5/+15
* row0undo.c Fix a bug if we run out of space in the tablespace assertion in tr...unknown2001-05-141-1/+0