diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2021-09-15 16:37:54 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2021-09-15 16:37:54 +0200 |
commit | 02af8de33f70b8ed01957c50b20bfe75ac38cb19 (patch) | |
tree | 8c751fb74f8471e5bb51e9ef50317a65125d0dae /mysql-test/t | |
parent | 696de6d06c0eeaf7b20d5f89278ed7d62a9f204f (diff) | |
download | mariadb-git-bb-10.2-truncate_notembedded-fix.tar.gz |
Give less memory to get reliable error.bb-10.2-truncate_notembedded-fix
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/truncate_notembedded.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/truncate_notembedded.test b/mysql-test/t/truncate_notembedded.test index 7e186c8f7d5..3addad2d975 100644 --- a/mysql-test/t/truncate_notembedded.test +++ b/mysql-test/t/truncate_notembedded.test @@ -9,7 +9,7 @@ CREATE TABLE t1 (a INT) ENGINE=MyISAM; LOCK TABLE t1 READ; --connect (con1,localhost,root,,test) -SET SESSION max_session_mem_used= 65536; +SET SESSION max_session_mem_used= 45500; --send LOCK TABLE t1 WRITE; |