~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/backwards_compatibility.test

Merge Monty - Added inter-plugin dependencies for controlling plugin load order

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This test uses a pre-created / loaded datadir
2
 
# And is populated via t/backwards_compatibility.cnf
3
 
# It is meant to signal an issue with compatibility
4
 
# If we have an issue reading this pre-created tables
5
 
# from an earlier version, then we may need to reconsider
6
 
# what is happening and handle things accordingly
7
 
 
8
 
SHOW TABLES;
9
 
SELECT * FROM A;
10
 
SHOW CREATE TABLE A;
11
 
# cleanup
12
 
DROP TABLE A;