Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.2(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/3246
|
10.2 50653e021f1678c3c28c6b5886fadb9f |
binlog.flashback-largebinlog 'row' w2 [ fail ]
|
Test ended at 2019-06-14 11:54:09
|
|
|
CURRENT_TEST: binlog.flashback-largebinlog
|
mysqltest: At line 77: query 'INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 67108864))' failed: 1041: Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
|
|
|
The result from queries just before the failure was:
|
< snip >
|
connect default, localhost,root,,;
|
#
|
# Delete all existing binary logs.
|
#
|
RESET MASTER;
|
#
|
# Create a test table.
|
#
|
use mysqltest;
|
CREATE TABLE t1 (
|
c1 LONGTEXT
|
) DEFAULT CHARSET latin1;
|
#
|
# Show how many rows are affected by each statement.
|
#
|
#
|
# Insert some big rows.
|
#
|
insert 1024MB data twice
|
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 67108864));
|
Attachments
Issue Links
- relates to
-
MDEV-32352 binlog.flashback-largebinlog crashes server on Debian CI amd64 and arm64 runner
-
- Open
-