~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/table.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 05:35:53 UTC
  • Revision ID: brian@tangent.org-20080720053553-gaooq10m1ujw4mo2
Cleanup on "VERSION" issues. Table FRM exists and prevents modifying back
the version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1974
1974
 
1975
1975
  for (; pos != end ; pos++)
1976
1976
  {
1977
 
#if defined(USE_MB) && MYSQL_VERSION_ID < 40100
 
1977
#if defined(USE_MB)
1978
1978
    uint mblen;
1979
1979
    if (use_mb(default_charset_info) &&
1980
1980
        (mblen= my_ismbchar(default_charset_info, pos, end)))