| Commit message (Expand) | Author | Age | Files | Lines |
* | row0mysql.c Include rem0cmp.h to compile on Windows, on Unix it is for some r... | unknown | 2001-06-13 | 1 | -0/+1 |
* | merge | unknown | 2001-06-12 | 1 | -2/+0 |
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | unknown | 2001-06-12 | 1 | -0/+2 |
|\ |
|
| * | Fixed changelog | unknown | 2001-06-12 | 1 | -0/+2 |
* | | univ.i Disable XCHG mutex implementation because of compile problem in GCC-... | unknown | 2001-06-12 | 1 | -0/+2 |
|/ |
|
* | row0sel.c Fix a bug in consistent read through a secondary index | unknown | 2001-06-08 | 1 | -2/+2 |
* | trx0roll.c Changed Innobase to Innodb in some fprintfs | unknown | 2001-06-07 | 2 | -6/+6 |
* | page0cur.ic Fix a bug in insert buffer and multiversioning | unknown | 2001-06-07 | 1 | -2/+2 |
* | mem0pool.h Fix a bus error in aligment of longlong on Solaris | unknown | 2001-06-05 | 1 | -1/+2 |
* | manual.texi website address change | unknown | 2001-06-03 | 14 | -48/+584 |
* | sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 cas... | unknown | 2001-05-31 | 1 | -0/+2 |
* | sync0sync.ic Use XCHG also to reset the mutex lock word: it makes a serializa... | unknown | 2001-05-31 | 1 | -5/+19 |
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | unknown | 2001-05-31 | 1 | -1/+2 |
|\ |
|
| * | Added functions for symbolic link handling to make it possible to | unknown | 2001-05-31 | 1 | -1/+2 |
* | | ut0ut.c If localtime_r not available in Unix, use localtime | unknown | 2001-05-29 | 2 | -6/+13 |
|/ |
|
* | sync0sync.ic InnoDB now uses XCHG to implement mutex if GCC and x86 | unknown | 2001-05-26 | 2 | -0/+19 |
* | ut0ut.c Rewrote ut_print_timestamp with localtime_r and in Win GetLocalTime | unknown | 2001-05-24 | 1 | -14/+16 |
* | log0log.c InnoDB now prints timestamp at startup and shutdown | unknown | 2001-05-24 | 4 | -5/+53 |
* | log0log.c InnoDB now allows parameter innodb_unix_file_flush_method | unknown | 2001-05-23 | 3 | -18/+38 |
* | srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnf | unknown | 2001-05-23 | 3 | -0/+31 |
* | dict0dict.h InnoDB now tries to provide autoinc column value from a counter t... | unknown | 2001-05-21 | 7 | -0/+117 |
* | manual.texi Added that InnoDB tablespace must be at least 10 MB, removed sing... | unknown | 2001-05-21 | 1 | -0/+13 |
* | os0file.h Define always WIN_ASYNC_IO, check at run-time if the OS actually su... | unknown | 2001-05-20 | 1 | -4/+2 |
* | os0file.h InnoDB should now run with the same binary on Win95 and NT: checks ... | unknown | 2001-05-20 | 2 | -5/+23 |
* | os0file.c Removed extraneous fsync and corected a typo in Windows code | unknown | 2001-05-20 | 1 | -7/+37 |
* | ibuf0ibuf.c Insert buffer calculated SQL NULL size wrong, causing overflow an... | unknown | 2001-05-18 | 2 | -8/+25 |
* | os0file.c Fixed an extraneous error message at the start of db, changed from ... | unknown | 2001-05-16 | 1 | -21/+22 |
* | os0file.c More precise error message number | unknown | 2001-05-15 | 2 | -5/+15 |
* | row0undo.c Fix a bug if we run out of space in the tablespace assertion in tr... | unknown | 2001-05-14 | 1 | -1/+0 |
* | os0file.c Use O_SYNC if possible, second choice fdatasync, and last choice fsync | unknown | 2001-05-14 | 2 | -1/+19 |
* | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | unknown | 2001-05-12 | 1 | -1/+2 |
|\ |
|
| * | cleanup | unknown | 2001-05-12 | 1 | -1/+2 |
* | | Merge heikki@work.mysql.com:/home/my/mysql | unknown | 2001-05-09 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | row0sel.c Fix a bug in consistent read through secondary key | unknown | 2001-05-09 | 1 | -2/+4 |
* | | Applied patches for BDB tables | unknown | 2001-05-09 | 3 | -4/+6 |
|/ |
|
* | row0umod.c Partial fix to concurrent drop table and rollback by other user of... | unknown | 2001-05-03 | 2 | -0/+2 |
* | univ.i Do not inline on Unix if non-gcc compiler | unknown | 2001-05-03 | 1 | -2/+5 |
* | os0file.c Removed extraneous undef and inclde of aio.h, fixed typecasts to off_t | unknown | 2001-05-03 | 1 | -16/+9 |
* | row0sel.c Fixed a typo in the fix to consistent read through a secondary index | unknown | 2001-05-02 | 1 | -1/+1 |
* | log0recv.c Add checksum to written pages to check that they are also read in ... | unknown | 2001-05-01 | 4 | -16/+62 |
* | row0sel.c Fix a bug in multiversioned reads through a secondary index | unknown | 2001-04-27 | 4 | -5/+119 |
* | os0file.c Always do fsync after a file write to reduce possibility of a parti... | unknown | 2001-04-26 | 2 | -5/+33 |
* | os0sync.c Eliminate compiler warning in Win | unknown | 2001-04-24 | 1 | -0/+1 |
* | os0file.c Fix to the error message | unknown | 2001-04-24 | 1 | -1/+1 |
* | os0file.c Added better error message if disk is full; calls exit(1) | unknown | 2001-04-24 | 1 | -22/+8 |
* | univ.i If _NT_ defined, define also __NT__ | unknown | 2001-04-24 | 1 | -0/+5 |
* | os0file.c Remove a compilation error on Windows | unknown | 2001-04-24 | 1 | -1/+1 |
* | Portability fixes | unknown | 2001-04-23 | 1 | -0/+29 |
* | Portability fixes | unknown | 2001-04-20 | 7 | -15/+15 |
* | Fix for BDB and LOCK TABLES | unknown | 2001-04-19 | 2 | -61/+0 |