~drizzle-trunk/drizzle/development

  • Committer: Stewart Smith
  • Author(s): Marko Mäkelä, Stewart Smith
  • Date: 2010-11-17 04:46:27 UTC
  • mto: (2021.1.2 build)
  • Revision ID: stewart@flamingspork.com-20101117044627-9kptr6itvcgppcb2
Merge Revision revid:marko.makela@oracle.com-20100602103714-0nwxdqskeb1ihozj from MySQL InnoDB

Original revid:marko.makela@oracle.com-20100602103714-0nwxdqskeb1ihozj

Original Authors: Marko Mkel <marko.makela@oracle.com>
Original commit message:
Bug#53674: InnoDB: Error: unlock row could not find a 4 mode lock on the record

In semi-consistent read, only unlock freshly locked non-matching records.

lock_rec_lock_fast(): Return LOCK_REC_SUCCESS,
LOCK_REC_SUCCESS_CREATED, or LOCK_REC_FAIL instead of TRUE/FALSE.

enum db_err: Add DB_SUCCESS_LOCKED_REC for indicating a successful
operation where a record lock was created.

lock_sec_rec_read_check_and_lock(),
lock_clust_rec_read_check_and_lock(), lock_rec_enqueue_waiting(),
lock_rec_lock_slow(), lock_rec_lock(), row_ins_set_shared_rec_lock(),
row_ins_set_exclusive_rec_lock(), sel_set_rec_lock(),
row_sel_get_clust_rec_for_mysql(): Return DB_SUCCESS_LOCKED_REC if a
new record lock was created. Adjust callers.

row_unlock_for_mysql(): Correct the function documentation.

row_prebuilt_t::new_rec_locks: Correct the documentation.
Filename Latest Rev Last Changed Committer Comment Size
..
client 1 16 years ago brian clean slate Diff
config 1 16 years ago brian clean slate Diff
docs 1712.1.1 14 years ago Monty Taylor Merged libdrizzle directly into tree. Diff
drizzled 214 16 years ago Brian Aker Rename of fields (fix issue with string and decima Diff
examples 1712.1.1 14 years ago Monty Taylor Merged libdrizzle directly into tree. Diff
extra 1022.2.34 15 years ago Monty Taylor Merged Monty from lp:~mordred/drizzle/kill-malloc Diff
libdrizzle 1712.1.1 14 years ago Monty Taylor Merged libdrizzle directly into tree. Diff
m4 202.3.14 16 years ago Monty Taylor Moved m4 macros to top-level m4 dir, per GNU stand Diff
plugin 1 16 years ago brian clean slate Diff
po 202.3.1 16 years ago Monty Taylor Added very initial gettextize stuff. Diff
support-files 1 16 years ago brian clean slate Diff
tests 77.1.47 16 years ago Monty Taylor Moved test to tests... Diff
unittests 1377.8.1 14 years ago pawel primitive integration of the testing framework wit Diff
win32 1712.1.1 14 years ago Monty Taylor Merged libdrizzle directly into tree. Diff
.bzrignore 1861.4.9 14 years ago Brian Aker Merge with trunk. 6.2 KB Diff Download File
.quickly 1843.2.1 14 years ago Monty Taylor Updated pandora-build files to version 0.161 111 bytes Diff Download File
AUTHORS 1866.2.1 14 years ago Monty Taylor Updated AUTHORS list with everyone from bzr logs. 1.2 KB Diff Download File
configure.ac 1864.2.1 14 years ago Brian Aker Fix merge issue. 6.3 KB Diff Download File
COPYING 1802.10.1 14 years ago Monty Taylor Update COPYING file to have current FSF address in 17.5 KB Diff Download File
COPYING.Boost 1815.1.1 14 years ago Monty Taylor Embed a modified version of parse_config_file. The 1.3 KB Diff Download File
COPYING.BSD 1799.2.2 14 years ago Monty Taylor Added BSD copying file. 1.3 KB Diff Download File
DRIZZLE.FAQ 665.1.4 16 years ago Eric Herman Added pointer to online version of the FAQ 5.8 KB Diff Download File
EXCEPTIONS-CLIENT 1 16 years ago brian clean slate 5 KB Diff Download File
Makefile.am 1897.4.20 14 years ago Monty Taylor Build the ChangeLog during autorun - same time as 5 KB Diff Download File
NEWS 194 16 years ago Brian Aker Documentation cleanup 41 bytes Diff Download File
README 992.1.3 15 years ago Monty Taylor Clarified instructions in README. 821 bytes Diff Download File