diff options
author | unknown <mats@mysql.com> | 2006-01-26 09:25:37 +0100 |
---|---|---|
committer | unknown <mats@mysql.com> | 2006-01-26 09:25:37 +0100 |
commit | a89c10fd9b79a5d4eb42ae7d7ac00130919f456f (patch) | |
tree | 58efc1a432ec7f374a5e46509bc0a633530a72ba /sql/log_event.cc | |
parent | 4bd027d0ccff79a427fe1900c0dae09225ab5892 (diff) | |
download | mariadb-git-a89c10fd9b79a5d4eb42ae7d7ac00130919f456f.tar.gz |
WL#3023 (RBR: Use locks in a statment-like manner):
Interface changes pushed early.
Separation of public and implementation interface for external_lock()
in preparation for implementation.
sql/handler.cc:
Separating public virtual external_lock() into public non-virtual
ha_external_lock() and private virtual external_lock(). Some minor
changes to ha_*_row() function.
sql/handler.h:
Separating public virtual external_lock() into public non-virtual
ha_external_lock() and private virtual external_lock().
sql/lock.cc:
Using new public ha_external_lock instead of internal external_lock.
sql/opt_range.cc:
Using new public ha_external_lock instead of internal external_lock.
sql/sql_table.cc:
Using new public ha_external_lock instead of internal external_lock.
Diffstat (limited to 'sql/log_event.cc')
0 files changed, 0 insertions, 0 deletions