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

« back to all changes in this revision

Viewing changes to lib/proxy/CMakeLists.txt

  • 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
 
INSTALL(FILES
2
 
        auto-config.lua
3
 
        balance.lua
4
 
        commands.lua
5
 
        parser.lua
6
 
        tokenizer.lua
7
 
        test.lua
8
 
 
9
 
        DESTINATION lib/mysql-proxy/lua/proxy/
10
 
)