summaryrefslogtreecommitdiff
path: root/innobase/os
Commit message (Expand)AuthorAgeFilesLines
* os0sync.c Define os_fast_mutex functions also in Windowsheikki@donna.mysql.fi2001-09-201-2/+0
* trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor printsheikki@donna.mysql.fi2001-08-291-9/+25
* srv0srv.h Support raw disk partitions as data filesheikki@donna.mysql.fi2001-08-041-23/+61
* dict0dict.ic Remove acquisition of the dictionary mutex: this may fix the han...heikki@donna.mysql.fi2001-07-201-2/+5
* sync0sync.c Do not use in-line assembly in GCCheikki@donna.mysql.fi2001-06-241-0/+6
* log0log.c InnoDB now allows parameter innodb_unix_file_flush_methodheikki@donna.mysql.fi2001-05-231-12/+28
* os0file.c Removed extraneous fsync and corected a typo in Windows codeheikki@donna.mysql.fi2001-05-201-7/+37
* 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-151-2/+12
* os0file.c Use O_SYNC if possible, second choice fdatasync, and last choice fsyncheikki@donna.mysql.fi2001-05-141-1/+18
* Applied patches for BDB tablesmonty@donna.mysql.fi2001-05-091-1/+0
* os0file.c Removed extraneous undef and inclde of aio.h, fixed typecasts to off_theikki@donna.mysql.fi2001-05-031-16/+9
* row0sel.c Fix a bug in multiversioned reads through a secondary indexheikki@donna.mysql.fi2001-04-271-0/+4
* os0file.c Always do fsync after a file write to reduce possibility of a parti...heikki@donna.mysql.fi2001-04-261-3/+29
* 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
* os0file.c Remove a compilation error on Windowsheikki@donna.mysql.fi2001-04-241-1/+1
* 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-181-2/+2
|/
* Changed -O6 to -O3monty@donna.mysql.fi2001-04-131-2/+4
* 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-101-0/+16
* 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-041-1/+1
* os0thread.c Added &attr to os_thread_create to get in compile on HP-UXheikki@donna.mysql.fi2001-03-271-1/+1
* Added test case that crashed Innobasemonty@donna.mysql.fi2001-03-261-7/+6
* Fixed problem with Innobase and signals on Solarismonty@donna.mysql.fi2001-03-261-1/+1
* os0thread.c Use pthread_attr_init instead of ..._createheikki@donna.mysql.fi2001-03-141-1/+15
* ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixesheikki@donna.mysql.fi2001-03-024-29/+44
* os0file.c Removed execute rights from created filesheikki@donna.mysql.fi2001-02-241-5/+2
* Fixes for innobasemonty@donna.mysql.fi2001-02-211-0/+3
* Added max_user_connectionsmonty@donna.mysql.com2001-02-211-20/+33
* Added max_user_connectionsmonty@donna.mysql.com2001-02-201-1/+4
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-1712-0/+5911