~drizzle-trunk/drizzle/development

2274.1.3 by patrick crews
Updated the .test file with cleanup + info and removed some debuging code
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
2274.1.1 by patrick crews
Added ability to do neat server tricks before start. Initial experiment = get the server to use a pre-loaded datadir! = backward_compatibility test
8
SHOW TABLES;
9
SELECT * FROM A;
2274.1.3 by patrick crews
Updated the .test file with cleanup + info and removed some debuging code
10
SHOW CREATE TABLE A;
11
# cleanup
12
DROP TABLE A;