mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge 10.2 (part) into 10.3
commit '6de482a6fe'
10.3 no longer errors in truncate_notembedded.test
but per comments, a non-crash is all that we are after.
This commit is contained in:
commit
a950086036
6 changed files with 46 additions and 116 deletions
|
|
@ -128,3 +128,13 @@ SELECT f1(1);
|
|||
Got one of the listed errors
|
||||
DROP FUNCTION f1;
|
||||
SET debug_dbug= @saved_dbug;
|
||||
#
|
||||
# MDEV-27978 wrong option name in error when exceeding max_session_mem_used
|
||||
#
|
||||
SET SESSION max_session_mem_used = 8192;
|
||||
SELECT * FROM information_schema.processlist;
|
||||
ERROR HY000: The MariaDB server is running with the --max-session-mem-used=8192 option so it cannot execute this statement
|
||||
SET SESSION max_session_mem_used = DEFAULT;
|
||||
#
|
||||
# End of 10.2 tests
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue