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
273e0f66
Commit
273e0f66
authored
Jun 30, 2017
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-13179 main.errors fails in buildbot and outside with wrong errno 1290
parent
330792f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/errors.result
mysql-test/r/errors.result
+1
-1
mysql-test/t/errors.test
mysql-test/t/errors.test
+1
-1
No files found.
mysql-test/r/errors.result
View file @
273e0f66
...
...
@@ -170,5 +170,5 @@ ERROR 22007: Illegal value used as argument of dynamic column function
drop table t1;
set max_session_mem_used = 8192;
select * from seq_1_to_1000;
ERROR HY000: Engine SEQUENCE failed to discover table `test`.`seq_1_to_1000` with 'create table seq (seq bigint unsigned primary key)'
Got one of the listed errors
set global max_session_mem_used = default;
mysql-test/t/errors.test
View file @
273e0f66
...
...
@@ -204,6 +204,6 @@ drop table t1;
# errors caused by max_session_mem_used
#
set
max_session_mem_used
=
8192
;
--
error
ER_SQL_DISCOVER_ERROR
--
error
ER_SQL_DISCOVER_ERROR
,
ER_OPTION_PREVENTS_STATEMENT
select
*
from
seq_1_to_1000
;
set
global
max_session_mem_used
=
default
;
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