diff options
author | Joerg Bruehe <joerg@mysql.com> | 2008-12-10 21:14:50 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2008-12-10 21:14:50 +0100 |
commit | c7d03ca35bf50fb398ec990e94f1d37c9928d517 (patch) | |
tree | 0808625d28751a07f6894b2bffcf47fcf1e71fbf /sql/ha_partition.h | |
parent | abd857491436dcbc4db68b9fe5f0dedd0384196d (diff) | |
parent | 30d8a8f9503faab7df7cd2a742f8f87e9df43b40 (diff) | |
download | mariadb-git-c7d03ca35bf50fb398ec990e94f1d37c9928d517.tar.gz |
Merge main 5.1 into 5.1-build
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 83395f428cd..b2adf35d623 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -325,6 +325,10 @@ public: Call to unlock rows not to be updated in transaction */ virtual void unlock_row(); + /* + Call to hint about semi consistent read + */ + virtual void try_semi_consistent_read(bool); /* ------------------------------------------------------------------------- |