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
edb6e2b9
Commit
edb6e2b9
authored
Sep 03, 2019
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-17610 - fix result, for the case when test runs with userstat=on
parent
4ba20e0a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/sp.result
mysql-test/r/sp.result
+1
-1
mysql-test/t/sp.test
mysql-test/t/sp.test
+1
-1
No files found.
mysql-test/r/sp.result
View file @
edb6e2b9
...
@@ -7644,7 +7644,7 @@ SELECT 1;
...
@@ -7644,7 +7644,7 @@ SELECT 1;
1
1
1
1
DROP PROCEDURE sp;
DROP PROCEDURE sp;
CREATE PROCEDURE sp() SHOW USER_STATISTICS;
CREATE PROCEDURE sp() S
ET STATEMENT SQL_SELECT_LIMIT=0 FOR S
HOW USER_STATISTICS;
CALL sp;
CALL sp;
User Total_connections Concurrent_connections Connected_time Busy_time Cpu_time Bytes_received Bytes_sent Binlog_bytes_written Rows_read Rows_sent Rows_deleted Rows_inserted Rows_updated Select_commands Update_commands Other_commands Commit_transactions Rollback_transactions Denied_connections Lost_connections Access_denied Empty_queries Total_ssl_connections Max_statement_time_exceeded
User Total_connections Concurrent_connections Connected_time Busy_time Cpu_time Bytes_received Bytes_sent Binlog_bytes_written Rows_read Rows_sent Rows_deleted Rows_inserted Rows_updated Select_commands Update_commands Other_commands Commit_transactions Rollback_transactions Denied_connections Lost_connections Access_denied Empty_queries Total_ssl_connections Max_statement_time_exceeded
SELECT 1;
SELECT 1;
...
...
mysql-test/t/sp.test
View file @
edb6e2b9
...
@@ -9078,7 +9078,7 @@ CREATE PROCEDURE sp() ALTER TABLE non_existing_table OPTIMIZE PARTITION p0;
...
@@ -9078,7 +9078,7 @@ CREATE PROCEDURE sp() ALTER TABLE non_existing_table OPTIMIZE PARTITION p0;
CALL
sp
;
CALL
sp
;
SELECT
1
;
SELECT
1
;
DROP
PROCEDURE
sp
;
DROP
PROCEDURE
sp
;
CREATE
PROCEDURE
sp
()
SHOW
USER_STATISTICS
;
CREATE
PROCEDURE
sp
()
S
ET
STATEMENT
SQL_SELECT_LIMIT
=
0
FOR
S
HOW
USER_STATISTICS
;
CALL
sp
;
CALL
sp
;
SELECT
1
;
SELECT
1
;
DROP
PROCEDURE
sp
;
DROP
PROCEDURE
sp
;
...
...
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