~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

MergedĀ fromĀ Toru.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1328
1328
 
1329
1329
  /* Ensure that table handler get path in lower case */
1330
1330
  if (tmp_path != path)
1331
 
    my_stpcpy(tmp_path, path);
 
1331
    strcpy(tmp_path, path);
1332
1332
 
1333
1333
  /*
1334
1334
    we only should turn into lowercase database/table part