~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/dict/dict0dict.c

  • Committer: Monty Taylor
  • Date: 2008-10-16 20:02:16 UTC
  • mfrom: (511.1.9 codestyle)
  • Revision ID: monty@inaugust.com-20081016200216-dvp7f7xx6k5wppkl
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                                        this must keep book on the mode in
47
47
                                        trx->dict_operation_lock_mode */
48
48
 
49
 
#define DICT_HEAP_SIZE          100     /* initial memory heap size when
50
 
                                        creating a table or index object */
51
49
#define DICT_POOL_PER_TABLE_HASH 512    /* buffer pool max size per table
52
50
                                        hash table fixed size in bytes */
53
 
#define DICT_POOL_PER_VARYING   4       /* buffer pool max size per data
54
 
                                        dictionary varying size in bytes */
55
51
 
56
52
/* Identifies generated InnoDB foreign key names */
57
53
static char     dict_ibfk[] = "_ibfk_";