mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
BUG#20821 (INSERT DELAYED failes to write some rows to binlog):
Fixing typo and potential memory problem. Reducing number of concurrent mysqlslap threads since tests fail in pushbuild due to too many threads.
This commit is contained in:
@@ -9,8 +9,8 @@ USE mysqlslap;
|
||||
CREATE TABLE t1 (id INT, name VARCHAR(64));
|
||||
SELECT COUNT(*) FROM mysqlslap.t1;
|
||||
COUNT(*)
|
||||
20000
|
||||
5000
|
||||
SELECT COUNT(*) FROM mysqlslap.t1;
|
||||
COUNT(*)
|
||||
20000
|
||||
5000
|
||||
DROP SCHEMA IF EXISTS mysqlslap;
|
||||
|
||||
Reference in New Issue
Block a user