~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/clef.test

Moved the last of the libdrizzleclient calls into Protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
DROP DATABASE 𝄢;
35
35
CREATE DATABASE `𝄢`;
36
36
DROP DATABASE `𝄢`;
37
 
DROP TABLE t1;