# File lib/tapkit/access/adapters/mysql.rb, line 62
                def create_channel
                        channel = MySQLChannel.new self
                        @channels << channel
                        channel
                end