diff options
Diffstat (limited to 'mysql-test/include/im_check_os.inc')
-rw-r--r-- | mysql-test/include/im_check_os.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-test/include/im_check_os.inc b/mysql-test/include/im_check_os.inc deleted file mode 100644 index 33105f79d52..00000000000 --- a/mysql-test/include/im_check_os.inc +++ /dev/null @@ -1,14 +0,0 @@ ---connect (dflt_server_con,localhost,root,,mysql,$IM_MYSQLD1_PORT,$IM_MYSQLD1_SOCK) ---connection dflt_server_con - ---source include/not_windows.inc - -# check that CSV engine was compiled in, as IM the test suite uses -# logs tables-specific option and the option is not present if CSV -# (and => the log tables) are not in. -# NOTE: In future we should remove this check and make the test suite -# to pass correct opyions to IM depending on the CSV presence ---source include/have_csv.inc - ---connection default ---disconnect dflt_server_con |