mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
ce2eb6d8cb
tree to get rid of multiple typos in CS comments and unify the patch.
14 lines
533 B
PHP
14 lines
533 B
PHP
--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
|