summaryrefslogtreecommitdiff
path: root/mysql-test/r/true.require
Commit message (Collapse)AuthorAgeFilesLines
* Required file for next tests (taken from work by JimW in Falcon)unknown2006-09-221-0/+2
| | | | | mysql-test/r/true.require: New BitKeeper file ``mysql-test/r/true.require''
* Update 'abort_not_supported_test' to print a reason why the test was abortedunknown2006-07-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and use it in mysql-test-run.pl Use standard defines as last argument to 'fn_format' mysql-test/r/not_ndb_default.require: Rename: mysql-test/r/true.require -> mysql-test/r/not_ndb_default.require client/mysqltest.c: Use proper defines for last argument to fn_format(they are defined in my_sys.h) Make abort_not_supported_test print info about in what file the test was aborted and a reason for it. The reason is a best guess, using the filename of the .require file to format it. mysql-test/include/not_ndb_default.inc: Use a more descriptive name of the .require file mysql-test/include/not_windows.inc: Use a more descriptive name of the .require file mysql-test/include/windows.inc: Use a more descriptive name of the .require file mysql-test/lib/mtr_io.pl: Add new function 'mtr_lastlinefromfile' that will return only the last line of a file. mysql-test/mysql-test-run.pl: Get reason why mysqltest decided to abort testcase from mysqltest.log mysql-test/r/not_windows.require: New BitKeeper file ``mysql-test/r/not_windows.require'' mysql-test/r/windows.require: New BitKeeper file ``mysql-test/r/windows.require''
* Ensure that one can't from the command line set a variable too small. (Bug ↵unknown2004-03-061-0/+2
#2710) Allow one to force lower_case_table_names to 0, even if the file system is case insensitive. This fixes some issues on Mac OS X (Bug #2994) Added variables "lower_case_file_system", "version_compile_os" and "license" mysql-test/t/lowercase_table3-master.opt: Rename: mysql-test/t/lowercase_table2-master.opt -> mysql-test/t/lowercase_table3-master.opt mysys/my_getopt.c: Ensure that one can't from the command line set a variable too small (could happen when sub_size was set) sql/mysql_priv.h: Added lower_case_file_system sql/mysqld.cc: Allow one to force lower_case_table_names to 0, even if the file system is case insensitive sql/set_var.cc: Added variable "lower_case_file_system" Added variable "version_compile_os" Added variable "license" sql/set_var.h: Added support for read only strings sql/sql_select.cc: Make join optimizer killable