summaryrefslogtreecommitdiff
path: root/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* BUG#13900 DATETIME data changes after inserting a new row in a InnoDB tableunknown2005-10-172-0/+25
* Merge 127.(none):/home/osku/mysql/5.0/cleanunknown2005-09-291-0/+13
|\
| * InnoDB: Fix potential buffer underflow.unknown2005-09-291-0/+13
* | Minor corrections to InnoDB function commentsunknown2005-09-292-4/+2
|/
* InnoDB: Fix compile warning.unknown2005-09-271-2/+2
* Merge 127.(none):/home/osku/mysql/5.0/cleanunknown2005-09-234-3/+46
|\
| * Fix bug #3443, better foreign key error messsages.unknown2005-09-234-3/+46
* | InnoDB: Minor fixes.unknown2005-09-231-1/+1
* | InnoDB: Fix bug #13315, index columns having a maximum length of 767.unknown2005-09-232-9/+15
|/
* InnoDB: correct two misleading commentsunknown2005-09-221-1/+1
* InnoDB: Remove unused #defines BTR_PAGE_MAX_KEY_SIZE and BTR_COMPRESS_LIMIT.unknown2005-09-161-10/+0
* InnoDB: Reject foreign keys in temporary tables. Closes bug #12084. unknown2005-09-062-2/+9
* univ.i, page0page.ic:unknown2005-09-032-0/+17
* univ.i:unknown2005-08-171-1/+1
* Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-121-6/+9
|\
| * InnoDB: Print more than 300 characters of queries in various error conditions,unknown2005-08-121-6/+9
* | set_var.cc, mysqld.cc, ha_innodb.h, ha_innodb.cc, srv0srv.c, srv0srv.h:unknown2005-08-111-0/+1
|/
* A fix and a test case for Bug#12243 "MySQL Server crashes with 2 unknown2005-08-101-0/+3
* Many files:unknown2005-08-032-11/+8
* Merge hundin.mysql.fi:/home/marko/mysql-4.1unknown2005-07-261-0/+2
|\
| * InnoDB: Do not flush after each write, not even when creating theunknown2005-07-261-0/+2
* | Implement MySQL framework to support consistent read views inunknown2005-07-223-2/+54
* | sync0sync.c, sync0sync.h:unknown2005-07-211-2/+3
* | InnoDB: Make the srv_thread_concurrency checks more consistent.unknown2005-07-061-0/+1
* | Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-041-2/+4
|\ \
| * | InnoDB: Optimize page_cur_search_with_match().unknown2005-06-301-2/+4
* | | trx0trx.h, trx0trx.ic, row0mysql.c:unknown2005-07-012-4/+4
* | | trx0trx.ic, trx0trx.h:unknown2005-07-012-9/+17
* | | Many files:unknown2005-07-013-6/+103
|/ /
* | Merge hundin.mysql.fi:/home/marko/mysql-4.1unknown2005-06-281-1/+1
|\ \ | |/
| * InnoDB: Optimize the extension of files. This will greatly speedunknown2005-06-271-1/+1
* | InnoDB: Correct a function comment.unknown2005-06-222-2/+2
* | Merge hundin.mysql.fi:/home/marko/mysql-5.0unknown2005-06-2135-469/+517
|\ \
| * | InnoDB: Remove warnings detected by GCC 4.0.0unknown2005-06-203-13/+10
| * | InnoDB: remove flag lock_print_waits from non-debug builds.unknown2005-06-171-0/+2
| * | InnoDB: After review fixesunknown2005-06-161-2/+2
| * | InnoDB: Fix ut0dbg compilation errors on NetWareunknown2005-06-161-6/+2
| * | InnoDB: Remove unreachable debug code from non-debug builds.unknown2005-06-153-1/+8
| * | InnoDB: Remove unreferenced debug functions from non-debug builds.unknown2005-06-133-7/+11
| * | InnoDB: Remove compiler warningunknown2005-06-101-4/+6
| * | InnoDB: minor clean-up in os0fileunknown2005-06-101-0/+3
| * | innobase/include/univ.i: Added some comments.unknown2005-06-101-5/+15
| * | InnoDB: Improved the handling of assertions.unknown2005-06-101-59/+66
| * | InnoDB: Do not distinguish explicitly requested table locks.unknown2005-06-083-32/+4
| * | Remove unused function rec_offs_nth_null().unknown2005-04-272-30/+8
| * | Fix bugs found in previous optimizations.unknown2005-04-273-14/+13
| * | InnoDB: Performance optimizations based on OProfile analysisunknown2005-04-2512-188/+259
| * | InnoDB: Optimize rec_get_offsets(), rec_copy_prefix_to_buf() andunknown2005-04-222-71/+43
| * | InnoDB: Some low-level optimizations made based on OProfile results.unknown2005-04-2211-48/+44
| * | InnoDB: Make branch prediction assume that assertions do not fail.unknown2005-04-211-4/+2