mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Return to original version of jdbc.test
This commit is contained in:
parent
efe9982873
commit
8bd1f06c5a
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
-- source windows.inc
|
||||
-- source jdbconn.inc
|
||||
SET GLOBAL time_zone='+0:00';
|
||||
SET GLOBAL time_zone='+1:00';
|
||||
|
||||
let $MYSQLD_DATADIR= `select @@datadir`;
|
||||
--copy_file $MTR_SUITE_DIR/std_data/girls.txt $MYSQLD_DATADIR/test/girls.txt
|
||||
|
@ -27,8 +27,7 @@ SELECT * FROM t2;
|
|||
--echo #
|
||||
USE test;
|
||||
--replace_result $PORT PORT
|
||||
CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=JDBC TABNAME=t2
|
||||
CONNECTION="jdbc:mysql://localhost:3306/connect?user=root&globalVariables=time_zone='+0:00'&useSSL=false";
|
||||
--eval CREATE TABLE t1 ENGINE=CONNECT TABLE_TYPE=JDBC TABNAME=t2 CONNECTION='jdbc:mysql://localhost:$PORT/connect?user=root'
|
||||
SELECT * FROM t1;
|
||||
INSERT INTO t1 VALUES(786325481247, 'Hello!', '19:45:03', '1933-08-10', '1985-11-12 09:02:44', '2014-06-17 10:32:01');
|
||||
SELECT * FROM t1;
|
||||
|
|
Loading…
Reference in a new issue