~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-07-14 22:40:46 UTC
  • Revision ID: brian@tangent.org-20080714224046-x183907w9wp1txwv
Removed sql_manager. Ever heard of just setting up the OS to sync when you
want it to?

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. */