~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/backwards_compatibility.test

  • Committer: Mark Atwood
  • Date: 2011-05-15 01:16:29 UTC
  • mfrom: (2274.1.9 dbqp_server_setup)
  • Revision ID: me@mark.atwood.name-20110515011629-votxs0oxy9s3gnpl
Tags: 2011.05.18
mergeĀ lp:~patrick-crews/drizzle/dbqp_server_setup

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;