~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Brian Aker
  • Date: 2009-01-17 00:52:59 UTC
  • Revision ID: brian@gir-3.local-20090117005259-goyecyq0tpi9irnb
Pass through on refactoring functions to clases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2859
2859
  name= check_lowercase_names(table.file, share.path.str, name_buff);
2860
2860
 
2861
2861
  error= table.file->ha_create(name, &table, create_info);
2862
 
  closefrm(&table, 0);
 
2862
  table.closefrm(false);
2863
2863
  if (error)
2864
2864
  {
2865
2865
    sprintf(name_buff,"%s.%s",db,table_name);