Skip to content

Commit

Permalink
MDEV-13179 main.errors fails in buildbot and outside with wrong errno…
Browse files Browse the repository at this point in the history
… 1290
  • Loading branch information
vuvova committed Jun 30, 2017
1 parent 330792f commit 273e0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-test/r/errors.result
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion mysql-test/t/errors.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 273e0f6

Please sign in to comment.