~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to tags/mysql-proxy-0.6.1/tests/suite/base/r/Makefile.am

  • Committer: Kay Roepke
  • Author(s): Jan Kneschke
  • Date: 2008-01-23 22:00:28 UTC
  • Revision ID: kay@mysql.com-20080123220028-hq2xqb69apa75fnx
first round on mysql-shell based on the proxy code

this is mostly a verification if the proxy-code is flexible enough to handle 
all three scenarios of: client, server and forwarding (proxy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = \
 
2
             select_null.result \
 
3
             select_affected_rows.result \
 
4
             raw_packets.result \
 
5
             resultset.result \
 
6
                 bug_30867.result \
 
7
                 error_struct.result \
 
8
                 xtab1.result \
 
9
                 xtab2.result \
 
10
                 tokens1.result \
 
11
                 tokens2.result \
 
12
                 chain1.result 
 
13