~percona-core/percona-server/5.5

« back to all changes in this revision

Viewing changes to Percona-Server/storage/innobase/include/dict0mem.h

  • Committer: Laurynas Biveinis
  • Date: 2013-09-06 13:24:59 UTC
  • mfrom: (558.8.3 5.5)
  • Revision ID: laurynas.biveinis@percona.com-20130906132459-jfaquw8dbwluzbsl
MergeĀ lp:~akopytov/percona-server/ahi-fixes-5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
initialized to 0, NULL or FALSE in dict_mem_index_create(). */
366
366
struct dict_index_struct{
367
367
        index_id_t      id;     /*!< id of the index */
 
368
        rw_lock_t*      search_latch; /*!< latch protecting the AHI partition
 
369
                                      corresponding to this index */
 
370
        hash_table_t*   search_table; /*!< hash table protected by
 
371
                                      search_latch */
368
372
        mem_heap_t*     heap;   /*!< memory heap */
369
373
        const char*     name;   /*!< index name */
370
374
        const char*     table_name;/*!< table name */