450
450
/* Default way of knowing if a table exists. (checking .frm exists) */
455
456
if (table_proto_exists(path)==EEXIST)
457
458
drizzled::message::Table table;
462
462
LEX_STRING engine_name= { (char*)table.engine().name().c_str(),
463
463
strlen(table.engine().name().c_str()) };