diff options
author | monty@mishka.local <> | 2005-05-06 11:39:30 +0300 |
---|---|---|
committer | monty@mishka.local <> | 2005-05-06 11:39:30 +0300 |
commit | a9f6aab4c9fb3a5f06c95227d70c9bf44e25f957 (patch) | |
tree | 9bc36292e6c63e524c34d371f01eb8a1ec82d9ee /sql/ha_berkeley.h | |
parent | c83b78169e52a40241d0dc0e88cddbd84420c572 (diff) | |
download | mariadb-git-a9f6aab4c9fb3a5f06c95227d70c9bf44e25f957.tar.gz |
Fixes while reviewing new code
Added option --count to mysqlshow (to show number of rows)
Fixed possible core dump in information schema
Diffstat (limited to 'sql/ha_berkeley.h')
-rw-r--r-- | sql/ha_berkeley.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_berkeley.h b/sql/ha_berkeley.h index 10e61455867..1d49c3be0e9 100644 --- a/sql/ha_berkeley.h +++ b/sql/ha_berkeley.h @@ -57,7 +57,6 @@ class ha_berkeley: public handler ulong alloced_rec_buff_length; ulong changed_rows; uint primary_key,last_dup_key, hidden_primary_key, version; - u_int32_t lock_on_read; bool key_read, using_ignore; bool fix_rec_buff_for_blob(ulong length); byte current_ident[BDB_HIDDEN_PRIMARY_KEY_LENGTH]; |