~drizzle-developers/ubuntu/karmic/drizzle/ppa

« back to all changes in this revision

Viewing changes to plugin/innobase/include/hash0hash.h

  • Committer: Monty Taylor
  • Date: 2010-11-24 18:44:57 UTC
  • mfrom: (1308.1.31 trunk)
  • Revision ID: mordred@inaugust.com-20101124184457-qd6jvoe2wgnvl3yq
Tags: 2010.11.04-0ubuntu1~karmic1
* New upstream release.
* Turn off -Werror for packaging builds. (Closes: #602662)

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
                                these heaps */
435
435
#endif /* !UNIV_HOTBACKUP */
436
436
        mem_heap_t*     heap;
 
437
#ifdef UNIV_DEBUG
437
438
        ulint           magic_n;
 
439
# define HASH_TABLE_MAGIC_N     76561114
 
440
#endif /* UNIV_DEBUG */
438
441
};
439
442
 
440
 
#define HASH_TABLE_MAGIC_N      76561114
441
 
 
442
443
#ifndef UNIV_NONINL
443
444
#include "hash0hash.ic"
444
445
#endif