~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

First pass through data dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
    return true;
356
356
  }
357
357
 
358
 
 
359
358
  /*
360
359
    Do not drop database if another thread is holding read lock.
361
360
    Wait for global read lock before acquiring LOCK_create_db.
812
811
 
813
812
    return false;
814
813
  }
815
 
 
816
814
  /*
817
815
    Now we need to make a copy because check_db_name requires a
818
816
    non-constant argument. Actually, it takes database file name.