~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-22 05:48:51 UTC
  • mto: (202.1.3 toru)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: monty@inaugust.com-20080722054851-airxt73370725p7x
Re-enabled optimizations for the normal build, and added back the --with-debug option to turn them off. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
*******************************************************/
9
9
 
10
10
#include "dict0load.h"
 
11
#ifndef UNIV_HOTBACKUP
 
12
#include "drizzle_version.h"
 
13
#endif /* !UNIV_HOTBACKUP */
11
14
 
12
15
#ifdef UNIV_NONINL
13
16
#include "dict0load.ic"
404
407
 
405
408
                                prtype = dtype_form_prtype(
406
409
                                        prtype,
407
 
                                        DATA_DRIZZLE_BINARY_CHARSET_COLL);
 
410
                                        DATA_MYSQL_BINARY_CHARSET_COLL);
408
411
                        } else {
409
412
                                /* Use the default charset for
410
413
                                other than binary columns. */