summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added test case that crashed Innobasemonty@donna.mysql.fi2001-03-263-7/+12
* Fixed problem with Innobase and signals on Solarismonty@donna.mysql.fi2001-03-261-1/+1
* buf0buf.c Fixed a race condition in buf0lru and btr0sea which could corrupt t...heikki@donna.mysql.fi2001-03-162-1/+16
* os0thread.c Use pthread_attr_init instead of ..._createheikki@donna.mysql.fi2001-03-141-1/+15
* srv0srv.c Eliminate another warning on HP-UXheikki@donna.mysql.fi2001-03-141-9/+9
* srv0start.c Eliminate wrong type calls of os_thread_createheikki@donna.mysql.fi2001-03-142-9/+9
* page0types.h Eliminate a name collision on page_t on HP-UXheikki@donna.mysql.fi2001-03-141-0/+2
* fsp0fsp.c Circumvent a bug in Visual C inliningheikki@donna.mysql.fi2001-03-141-9/+12
* Fixes for compiling innobasemonty@donna.mysql.fi2001-03-122-2/+4
* Optimization of delete with record cache (for MyISAM tables)monty@donna.mysql.fi2001-03-112-1/+3
* row0mysql.c Innobase does not trap now if one creates a table already in Inno...heikki@donna.mysql.fi2001-03-081-2/+9
* mem0pool.c Removed excessive out of mem warningsheikki@donna.mysql.fi2001-03-071-1/+1
* row0mysql.c Fix REPLACE problem, non-latin1 charset bugheikki@donna.mysql.fi2001-03-073-25/+15
* Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-03-064-1/+45
|\
| * trx0trx.h Innobase now returns the key number in a duplicate key error, remov...heikki@donna.mysql.fi2001-03-064-1/+45
* | Patch from sleepycat to fix problem with BDB and log filesmonty@donna.mysql.fi2001-03-062-0/+6
|/
* Make sure ib_config.h is distributed.tim@threads.polyesthetic.msg2001-03-051-0/+2
* configure.in Add include/Makefile to AC_OUTPUTtim@threads.polyesthetic.msg2001-03-051-1/+2
* Added include/Makefile.am so that the header files willtim@threads.polyesthetic.msg2001-03-052-2/+58
* row0mysql.c Removed a bug in update of a table with no primary keyheikki@donna.mysql.fi2001-03-031-6/+18
* row0sel.c Removes now trailing spaces from varcharsheikki@donna.mysql.fi2001-03-023-1/+15
* univ.i Changed univ.i to non-debug versionheikki@donna.mysql.fi2001-03-021-2/+2
* ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixesheikki@donna.mysql.fi2001-03-0254-215/+252
* os0file.h Removed a typo in os0file.hheikki@donna.mysql.fi2001-02-281-1/+0
* os0file.c Removed execute rights from created filesheikki@donna.mysql.fi2001-02-242-9/+10
* btr0btr.c Testing bitkeeperheikki@donna.mysql.fi2001-02-221-0/+3
* Fixes for innobasemonty@donna.mysql.fi2001-02-216-3/+8
* Merge donna.mysql.com:/home/my/bk/mysqltim@donna.mysql.com2001-02-211-13/+13
|\
| * Added max_user_connectionsmonty@donna.mysql.com2001-02-211-20/+33
* | Merge donna.mysql.com:/home/my/bk/mysqltim@donna.mysql.com2001-02-202-7/+26
|\ \ | |/ |/|
| * Portability and bug fixes for Innobase.tim@threads.polyesthetic.msg2001-02-196-10/+32
* | Added max_user_connectionsmonty@donna.mysql.com2001-02-206-6/+28
|/
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-17404-0/+168951