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
b25951cc
Commit
b25951cc
authored
Feb 05, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the test to be independent from the stack size
parent
2ab48b44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
mysql-test/r/not_embedded_server.result
mysql-test/r/not_embedded_server.result
+1
-0
mysql-test/t/not_embedded_server.test
mysql-test/t/not_embedded_server.test
+1
-3
No files found.
mysql-test/r/not_embedded_server.result
View file @
b25951cc
...
...
@@ -6,6 +6,7 @@ slave_skip_errors OFF
# Bug#58026: massive recursion and crash in regular expression handling
#
SELECT '1' RLIKE RPAD('1', 10000, '(');
Got one of the listed errors
#
# WL#4284: Transactional DDL locking
#
...
...
mysql-test/t/not_embedded_server.test
View file @
b25951cc
...
...
@@ -18,10 +18,8 @@ SHOW VARIABLES like 'slave_skip_errors';
--
echo
# Bug#58026: massive recursion and crash in regular expression handling
--
echo
#
--
disable_result_log
--
error
ER_STACK_OVERRUN_NEED_MORE
--
error
ER_STACK_OVERRUN_NEED_MORE
,
ER_REGEXP_ERROR
SELECT
'1'
RLIKE
RPAD
(
'1'
,
10000
,
'('
);
--
enable_result_log
# End of 5.1 tests
...
...
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