Commit 558245d5 authored by Olivier Bertrand's avatar Olivier Bertrand

- MDEV-11051 place Java classes ApacheInterface and JdbcInterface into single jar file.

  Try to fix the INSTALL command.
  modified:   storage/connect/CMakeLists.txt

- Make some JDBC tests available on Windows
  modified:   storage/connect/mysql-test/connect/t/jdbc.test
  modified:   storage/connect/mysql-test/connect/t/jdbc_new.test
  added:      storage/connect/mysql-test/connect/t/windows.inc
parent 163629f3
-- source windows.inc
-- source jdbconn.inc
SET GLOBAL time_zone='+1:00';
......
......@@ -5,6 +5,7 @@ connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);
connection master;
-- source windows.inc
-- source jdbconn.inc
connection slave;
......
if (`select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows") = 0`)
{
skip Need windows;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment