~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/dictionary.cc

Updating test cases + added Drizzle specific schema_names and schema_info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                                  &referential_constraints));
74
74
  assert(ret.second == true);
75
75
 
 
76
  ret= table_map.insert(make_pair(schemas.getPath(),
 
77
                                  &schemas));
 
78
  assert(ret.second == true);
 
79
 
 
80
  ret= table_map.insert(make_pair(schemas_full.getPath(),
 
81
                                  &schemas_full));
 
82
  assert(ret.second == true);
 
83
 
76
84
  ret= table_map.insert(make_pair(schemata.getPath(),
77
85
                                  &schemata));
78
86
  assert(ret.second == true);