~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
 
405
405
                                prtype = dtype_form_prtype(
406
406
                                        prtype,
407
 
                                        DATA_MYSQL_BINARY_CHARSET_COLL);
 
407
                                        DATA_DRIZZLE_BINARY_CHARSET_COLL);
408
408
                        } else {
409
409
                                /* Use the default charset for
410
410
                                other than binary columns. */