~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_db.cc

MergedĀ fromĀ Mats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
  bool error=1;
379
379
  uint nbytes;
380
380
 
381
 
  memset((char*) create, 0, sizeof(*create));
 
381
  memset(create, 0, sizeof(*create));
382
382
  create->default_table_charset= thd->variables.collation_server;
383
383
 
384
384
  /* Check if options for this database are already in the hash */