diff options
| author | Sergei Golubchik <sergii@pisem.net> | 2014-11-20 16:59:22 +0100 |
|---|---|---|
| committer | Sergei Golubchik <sergii@pisem.net> | 2014-11-20 16:59:22 +0100 |
| commit | a9a6bd5256ba5f983eae633c591391f2bf4dfc80 (patch) | |
| tree | 1204777a29e9b4a0ea2570b3c466f4276886a4cb /storage/innobase/handler/ha_innodb.h | |
| parent | 581324658958bd04c4d0292650adaeceff624ec1 (diff) | |
| parent | 23326c5db0653bd84d87a661cdacc2dc0168ae91 (diff) | |
| download | mariadb-git-a9a6bd5256ba5f983eae633c591391f2bf4dfc80.tar.gz | |
InnoDB 5.6.21
Diffstat (limited to 'storage/innobase/handler/ha_innodb.h')
| -rw-r--r-- | storage/innobase/handler/ha_innodb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/innobase/handler/ha_innodb.h b/storage/innobase/handler/ha_innodb.h index 97f26f93225..5cebc425769 100644 --- a/storage/innobase/handler/ha_innodb.h +++ b/storage/innobase/handler/ha_innodb.h @@ -71,13 +71,6 @@ class ha_innobase: public handler uchar* upd_buf; /*!< buffer used in updates */ ulint upd_buf_size; /*!< the size of upd_buf in bytes */ - uchar srch_key_val1[MAX_KEY_LENGTH + MAX_REF_PARTS*2]; - uchar srch_key_val2[MAX_KEY_LENGTH + MAX_REF_PARTS*2]; - /*!< buffers used in converting - search key values from MySQL format - to InnoDB format. For each column - 2 bytes are used to store length, - hence MAX_REF_PARTS*2. */ Table_flags int_table_flags; uint primary_key; ulong start_of_scan; /*!< this is set to 1 when we are |
