summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
...
* log0log.c InnoDB now prints timestamp at startup and shutdownheikki@donna.mysql.fi2001-05-244-5/+53
* log0log.c InnoDB now allows parameter innodb_unix_file_flush_methodheikki@donna.mysql.fi2001-05-233-18/+38
* srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnfheikki@donna.mysql.fi2001-05-233-0/+31
* dict0dict.h InnoDB now tries to provide autoinc column value from a counter t...heikki@donna.mysql.fi2001-05-217-0/+117
* manual.texi Added that InnoDB tablespace must be at least 10 MB, removed sing...heikki@donna.mysql.fi2001-05-211-0/+13
* os0file.h Define always WIN_ASYNC_IO, check at run-time if the OS actually su...heikki@donna.mysql.fi2001-05-201-4/+2
* os0file.h InnoDB should now run with the same binary on Win95 and NT: checks ...heikki@donna.mysql.fi2001-05-202-5/+23
* os0file.c Removed extraneous fsync and corected a typo in Windows codeheikki@donna.mysql.fi2001-05-201-7/+37
* ibuf0ibuf.c Insert buffer calculated SQL NULL size wrong, causing overflow an...heikki@donna.mysql.fi2001-05-182-8/+25
* os0file.c Fixed an extraneous error message at the start of db, changed from ...heikki@donna.mysql.fi2001-05-161-21/+22
* os0file.c More precise error message numberheikki@donna.mysql.fi2001-05-152-5/+15
* row0undo.c Fix a bug if we run out of space in the tablespace assertion in tr...heikki@donna.mysql.fi2001-05-141-1/+0
* os0file.c Use O_SYNC if possible, second choice fdatasync, and last choice fsyncheikki@donna.mysql.fi2001-05-142-1/+19
* Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-05-121-1/+2
|\
| * cleanupmonty@donna.mysql.fi2001-05-121-1/+2
* | Merge heikki@work.mysql.com:/home/my/mysqlheikki@donna.mysql.fi2001-05-091-2/+4
|\ \ | |/ |/|
| * row0sel.c Fix a bug in consistent read through secondary keyheikki@donna.mysql.fi2001-05-091-2/+4
* | Applied patches for BDB tablesmonty@donna.mysql.fi2001-05-093-4/+6
|/
* row0umod.c Partial fix to concurrent drop table and rollback by other user of...heikki@donna.mysql.fi2001-05-032-0/+2
* univ.i Do not inline on Unix if non-gcc compilerheikki@donna.mysql.fi2001-05-031-2/+5
* os0file.c Removed extraneous undef and inclde of aio.h, fixed typecasts to off_theikki@donna.mysql.fi2001-05-031-16/+9
* row0sel.c Fixed a typo in the fix to consistent read through a secondary indexheikki@donna.mysql.fi2001-05-021-1/+1
* log0recv.c Add checksum to written pages to check that they are also read in ...heikki@donna.mysql.fi2001-05-014-16/+62
* row0sel.c Fix a bug in multiversioned reads through a secondary indexheikki@donna.mysql.fi2001-04-274-5/+119
* os0file.c Always do fsync after a file write to reduce possibility of a parti...heikki@donna.mysql.fi2001-04-262-5/+33
* os0sync.c Eliminate compiler warning in Winheikki@donna.mysql.fi2001-04-241-0/+1
* os0file.c Fix to the error messageheikki@donna.mysql.fi2001-04-241-1/+1
* os0file.c Added better error message if disk is full; calls exit(1)heikki@donna.mysql.fi2001-04-241-22/+8
* univ.i If _NT_ defined, define also __NT__heikki@donna.mysql.fi2001-04-241-0/+5
* os0file.c Remove a compilation error on Windowsheikki@donna.mysql.fi2001-04-241-1/+1
* Portability fixesmonty@donna.mysql.fi2001-04-231-0/+29
* Portability fixesmonty@donna.mysql.fi2001-04-207-15/+15
* Fix for BDB and LOCK TABLESmonty@donna.mysql.fi2001-04-192-61/+0
* Moved things to configure.inmonty@donna.mysql.fi2001-04-192-4/+2
* Portability fixesmonty@donna.mysql.fi2001-04-197-48/+102
* mergemonty@donna.mysql.fi2001-04-181-1/+5
|\
| * Added test for PTHREAD_YIELDmonty@donna.mysql.fi2001-04-181-1/+3
* | os0thread.c Change pthread_yield to sched_yieldheikki@donna.mysql.fi2001-04-183-3/+8
|/
* Changed -O6 to -O3monty@donna.mysql.fi2001-04-131-2/+4
* log0recv.c Change Innobase text to InnoDBheikki@donna.mysql.fi2001-04-134-90/+90
* os0file.c Change pwrite to os_file_pwrite to allow compilation if no pwriteheikki@donna.mysql.fi2001-04-111-1/+1
* srv0srv.h Merging work for 3.23.37heikki@donna.mysql.fi2001-04-1010-189/+414
* Fixed INSERT DELAYED with Innobasemonty@donna.mysql.fi2001-04-092-0/+6
* univ.i Prevent inlining of functions on HP-UX because GCC is broken thereheikki@donna.mysql.fi2001-04-064-1/+26
* ut0dbg.h Print a better error message when an assertion failsheikki@donna.mysql.fi2001-04-051-8/+14
* os0thread.c Fix os_thread_sleep: did not work if over 1000000 microsecs; caus...heikki@donna.mysql.fi2001-04-041-2/+2
* sync0sync.c Fix the infinite spin on FreeBSDheikki@donna.mysql.fi2001-04-042-1/+10
* log0log.c Failure to create or open the archive log file now results in exit(1)heikki@donna.mysql.fi2001-03-272-3/+12
* os0thread.c Added &attr to os_thread_create to get in compile on HP-UXheikki@donna.mysql.fi2001-03-271-1/+1
* data0data.c Small changes to eliminate some asserts in the debug versionheikki@donna.mysql.fi2001-03-273-3/+2