~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_2/t/innodb_charset.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#################################################################################
 
2
# Author:  Serge Kozlov                                                         #
 
3
# Date:    09/21/2005                                                           #
 
4
# Purpose: Testing the charsets for InnoDB engine                               #
 
5
#################################################################################
 
6
 
 
7
--source include/have_innodb.inc
 
8
 
 
9
let $engine_type= InnoDB;
 
10
--source suite/funcs_2/charset/charset_master.test
 
11