mariadb/mysql-test/suite/funcs_2
Monty 9cba6c5aa3 Updated mtr files to support different compiled in options
This allows one to run the test suite even if any of the following
options are changed:
- character-set-server
- collation-server
- join-cache-level
- log-basename
- max-allowed-packet
- optimizer-switch
- query-cache-size and query-cache-type
- skip-name-resolve
- table-definition-cache
- table-open-cache
- Some innodb options
etc

Changes:
- Don't print out the value of system variables as one can't depend on
  them to being constants.
- Don't set global variables to 'default' as the default may not
  be the same as the test was started with if there was an additional
  option file. Instead save original value and reset it at end of test.
- Test that depends on the latin1 character set should include
  default_charset.inc or set the character set to latin1
- Test that depends on the original optimizer switch, should include
  default_optimizer_switch.inc
- Test that depends on the value of a specific system variable should
  set it in the test (like optimizer_use_condition_selectivity)
- Split subselect3.test into subselect3.test and subselect3.inc to
  make it easier to set and reset system variables.
- Added .opt files for test that required specfic options that could
  be changed by external configuration files.
- Fixed result files in rockdsb & tokudb that had not been updated for
  a while.
2019-09-01 19:17:35 +03:00
..
charset Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
data
include MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
lib
r Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
t MDEV-11700 funcs_2.innodb_charset fails in buldbot on valgrind builder with timeout 2017-01-05 17:33:48 +02:00
disabled.def overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
readme.txt MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
suite.opt making more use of My::Suite object 2012-02-07 18:53:33 +01:00

funcs_2 suite
=============

Serge Kozlov 11/17/05
---------------------

Currently the suite covers testing all combination of charsets/collations
for MySQL 5.0 only. All cases separated by 4 test scenarios (by engines): 
 - innodb_charset.test;
 - memory_charset.test;
 - myisam_charset.test;

Before running the suite under Windows/cygwin make sure that all files
inside it converted to unix text format.

Whole suite can be running by following command line:
./mysql-test-run.pl --suite=funcs_2