summaryrefslogtreecommitdiff
path: root/innobase/row/row0ins.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to create storage directory for storage engines. unknown2005-04-261-2424/+0
* Many files:unknown2005-03-161-0/+4
* InnoDB: Introduce the symbols REC_OFFS_NORMAL_SIZE andunknown2005-03-101-4/+4
* InnoDB: Improve performance by about 10% by removing implicitunknown2005-03-091-6/+9
* InnoDB: Exclude code from InnoDB Hot Backup buildsunknown2005-02-041-0/+14
* Fixed a bug: deadlock without any locking, simple select and update (Bug #7975).unknown2005-02-031-18/+23
* One more after merge fix of Jan Lindström's changeset in 4.1unknown2005-01-251-3/+3
* After merge fixesunknown2005-01-251-19/+6
|\
| * Take a shared record lock (LOCK_REC_NOT_GAP) for a matching record in the for...unknown2005-01-121-19/+6
* | ha_innodb.cc:unknown2005-01-121-1/+4
* | manually mergedunknown2004-12-311-2/+28
|\ \ | |/
| * Merge hundin.mysql.fi:/home/heikki/mysql-4.0unknown2004-12-271-0/+26
| |\
| | * row0ins.c:unknown2004-12-271-0/+26
| * | ha_innodb.cc, row0ins.c, fil0fil.c:unknown2004-12-271-1/+1
| * | Many files:unknown2004-12-271-2/+2
* | | InnoDB: Reduce the stack space consumption of ON UPDATE CASCADEunknown2004-12-101-6/+2
* | | InnoDB: Changed interface to rec_get_offsets(), to reduce the use ofunknown2004-12-091-83/+57
* | | InnoDB: Make btr_search_drop_page_hash_index() work with the compactunknown2004-12-081-3/+2
* | | InnoDB: Fix ctype_utf8 test failure caused by the new record format.unknown2004-12-031-7/+9
* | | Many files:unknown2004-12-021-64/+149
|/ /
* | row0ins.c:unknown2004-11-181-2/+0
* | Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1unknown2004-10-221-0/+17
|\ \ | |/
| * row0mysql.c, row0ins.c:unknown2004-10-221-0/+17
* | Use already parsed SQL-query in the current thread when determiningunknown2004-10-151-10/+12
* | This patch removes unnecessary lock from the supremum record, takesunknown2004-10-141-17/+14
* | Many files:unknown2004-10-011-7/+3
* | Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-10-011-26/+30
|\ \
| * | InnoDB: quote identifiers according to MySQL settings (Bug #5292)unknown2004-10-011-26/+30
* | | Fixed copy-paste bug introduced on patch (jan:1.1960).unknown2004-09-031-1/+1
* | | Fixed unique prefix key bug for multibyte character sets (BUG #4521) for unknown2004-09-031-4/+13
* | | Relaxed lock wait rules so that record lock does not need to wait for aunknown2004-08-171-21/+26
* | | This change includes optimization for a lock wait rules and a new behaviour forunknown2004-08-121-36/+27
* | | Take X-lock for duplicate keys in REPLACE command.unknown2004-08-111-7/+97
|/ /
* | manual merged (blame me!)unknown2004-07-201-14/+67
|\ \ | |/
| * InnoDB: limit the recursion depth for ON (UPDATE|DELETE) CASCADEunknown2004-07-151-13/+65
* | mergeunknown2004-06-211-6/+4
|\ \
| * \ Merge with 4.0.21unknown2004-06-181-6/+4
| |\ \ | | |/
| | * Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613unknown2004-06-171-6/+4
* | | row0ins.c:unknown2004-06-161-8/+10
* | | InnoDB: fix bug in call to innobase_invalidate_query_cache(),unknown2004-06-161-10/+10
|/ /
* | InnoDB cleanup:unknown2004-05-271-23/+22
* | Merge with 4.0.20unknown2004-05-171-2/+1
|\ \ | |/
| * InnoDB: Changed bug reporting address to http://bugs.mysql.comunknown2004-05-111-2/+1
* | Merge with 4.0unknown2004-04-261-119/+83
|\ \ | |/
| * InnoDB: send diagnostic output to stderr or filesunknown2004-04-061-93/+75
| * InnoDB cleanup: fixing buffer overflows and quoting of quotesunknown2004-04-011-27/+9
* | merge with 4.0unknown2004-03-161-6/+10
|\ \ | |/
| * InnoDB: Replace ut_a(0) with ut_errorunknown2004-03-131-1/+1
| * Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabledunknown2004-03-121-1/+3
| * More consistent handling of magic numbersunknown2004-03-111-4/+6