mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
- 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
This commit is contained in:
parent
163629f32b
commit
558245d540
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
-- 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;
|
||||
|
|
5
storage/connect/mysql-test/connect/t/windows.inc
Normal file
5
storage/connect/mysql-test/connect/t/windows.inc
Normal file
|
@ -0,0 +1,5 @@
|
|||
if (`select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows") = 0`)
|
||||
{
|
||||
skip Need windows;
|
||||
}
|
||||
|
Loading…
Reference in a new issue