~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to servers/slapd/back-sql/rdbms_depend/mysql/testdb_drop.sql

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2008-07-10 14:45:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080710144549-wck73med0e72gfyo
Tags: upstream-2.4.10
ImportĀ upstreamĀ versionĀ 2.4.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DROP TABLE IF EXISTS persons;
 
2
DROP TABLE IF EXISTS institutes;
 
3
DROP TABLE IF EXISTS documents;
 
4
DROP TABLE IF EXISTS authors_docs;
 
5
DROP TABLE IF EXISTS phones;