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
b40c316f
Commit
b40c316f
authored
Jul 24, 2013
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update filesort_debug.test (see comment #1 in MDEV-4786 for analysis)
parent
b2aea91f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/filesort_debug.result
mysql-test/r/filesort_debug.result
+1
-1
mysql-test/t/filesort_debug.test
mysql-test/t/filesort_debug.test
+1
-1
No files found.
mysql-test/r/filesort_debug.result
View file @
b40c316f
...
...
@@ -7,7 +7,7 @@ INSERT INTO t1(f1) VALUES (0),(1),(2),(3),(4),(5);
SET session debug_dbug= '+d,alloc_sort_buffer_fail';
CALL mtr.add_suppression("Out of sort memory");
SELECT * FROM t1 ORDER BY f1 ASC, f0;
ERROR HY001: Out of sort memory, consider increasing server sort buffer size
Got one of the listed errors
SET session debug_dbug= @old_debug;
CREATE FUNCTION f1() RETURNS INT RETURN 1;
DELETE FROM t1 ORDER BY (f1(10)) LIMIT 1;
...
...
mysql-test/t/filesort_debug.test
View file @
b40c316f
...
...
@@ -13,7 +13,7 @@ INSERT INTO t1(f1) VALUES (0),(1),(2),(3),(4),(5);
SET
session
debug_dbug
=
'+d,alloc_sort_buffer_fail'
;
CALL
mtr
.
add_suppression
(
"Out of sort memory"
);
--
error
ER_OUT_OF_SORTMEMORY
--
error
ER_OUT_OF_SORTMEMORY
,
ER_OUT_OF_RESOURCES
SELECT
*
FROM
t1
ORDER
BY
f1
ASC
,
f0
;
SET
session
debug_dbug
=
@
old_debug
;
...
...
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