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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f3034236
Commit
f3034236
authored
Sep 18, 2012
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed test for ps-protocol
parent
caf31114
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mysql-test/t/view.test
mysql-test/t/view.test
+2
-1
No files found.
mysql-test/t/view.test
View file @
f3034236
...
...
@@ -4619,7 +4619,7 @@ DROP TABLE t1,t2,t3;
--
echo
#
flush
status
;
--
disable_ps_protocol
CREATE
TABLE
t1
(
a
INT
);
CREATE
ALGORITHM
=
MERGE
VIEW
v1
AS
SELECT
a1
.*
FROM
t1
AS
a1
,
t1
AS
a2
;
CREATE
ALGORITHM
=
MERGE
VIEW
v2
AS
SELECT
*
FROM
v1
;
...
...
@@ -4629,6 +4629,7 @@ drop view v2,v1;
drop
table
t1
;
show
status
like
'%view%'
;
show
status
like
'Opened_table%'
;
--
enable_ps_protocol
--
echo
#
--
echo
# MDEV-486 LP BUG#1010116 Incorrect query results in
...
...
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