Commit 273e0f66 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-13179 main.errors fails in buildbot and outside with wrong errno 1290

parent 330792f3
......@@ -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;
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment