~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/backwards_compatibility.test

  • Committer: patrick crews
  • Date: 2011-04-22 22:41:58 UTC
  • mto: (2274.1.7 dbqp_server_setup)
  • mto: This revision was merged to the branch mainline in revision 2312.
  • Revision ID: gleebix@gmail.com-20110422224158-2o8apbd9absd7lnt
Updated the .test file with cleanup + info and removed some debuging code

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
 
1
8
SHOW TABLES;
2
9
SELECT * FROM A;
3
 
DESC A;
 
10
SHOW CREATE TABLE A;
 
11
# cleanup
 
12
DROP TABLE A;