Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
690ae1de
Commit
690ae1de
authored
Jun 19, 2021
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spider tests for --ps in 10.4
see also
068246c0
parent
a4f48591
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
storage/spider/mysql-test/spider/regression/e1121/t/direct_join_by_pkey_key.test
...st/spider/regression/e1121/t/direct_join_by_pkey_key.test
+4
-0
storage/spider/mysql-test/spider/regression/e1121/t/direct_join_by_pkey_pkey.test
...t/spider/regression/e1121/t/direct_join_by_pkey_pkey.test
+4
-0
No files found.
storage/spider/mysql-test/spider/regression/e1121/t/direct_join_by_pkey_key.test
View file @
690ae1de
...
...
@@ -21,8 +21,10 @@ USE auto_test_remote;
--
connection
child2_1
--
disable_query_log
--
disable_ps_protocol
echo
CHILD2_1_CREATE_TABLES
;
eval
$CHILD2_1_CREATE_TABLES
;
--
enable_ps_protocol
--
enable_query_log
TRUNCATE
TABLE
mysql
.
general_log
;
...
...
@@ -62,8 +64,10 @@ TRUNCATE TABLE mysql.general_log;
SELECT
a
.
val
,
a
.
akey
FROM
tbl_a
a
,
tbl_b
b
WHERE
a
.
akey
=
b
.
akey
AND
b
.
bkey
=
5
;
--
connection
child2_1
--
disable_ps_protocol
eval
$CHILD2_1_SELECT_ARGUMENT1
;
eval
$CHILD2_1_SELECT_TABLES
;
--
enable_ps_protocol
--
echo
--
echo
deinit
...
...
storage/spider/mysql-test/spider/regression/e1121/t/direct_join_by_pkey_pkey.test
View file @
690ae1de
...
...
@@ -22,7 +22,9 @@ USE auto_test_remote;
--
connection
child2_1
--
disable_query_log
echo
CHILD2_1_CREATE_TABLES
;
--
disable_ps_protocol
eval
$CHILD2_1_CREATE_TABLES
;
--
enable_ps_protocol
--
enable_query_log
TRUNCATE
TABLE
mysql
.
general_log
;
...
...
@@ -62,8 +64,10 @@ TRUNCATE TABLE mysql.general_log;
SELECT
a
.
val
,
a
.
akey
FROM
tbl_a
a
,
tbl_b
b
WHERE
a
.
akey
=
b
.
akey
AND
b
.
bkey
=
5
;
--
connection
child2_1
--
disable_ps_protocol
eval
$CHILD2_1_SELECT_ARGUMENT1
;
eval
$CHILD2_1_SELECT_TABLES
;
--
enable_ps_protocol
--
echo
--
echo
deinit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment