mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
02c33646b3
- Don't omit the @@debug variable from testcase check, since it can cause real problems. - Fix some bad merges by reverting to be identical to MySQL 5.1. mysql-test/include/mtr_check.sql: Don't omit the @@debug variable from testcase check, since it can cause real problems. mysql-test/r/mysqlbinlog_row_big.result: Fix incorrect merge. mysql-test/r/variables-big.result: Fix incorrect merge, by reverting to MySQL 5.1 version. mysql-test/t/mysqlbinlog_row_big.test: Fix incorrect merge. mysql-test/t/variables-big.test: Fix incorrect merge, by reverting to MySQL 5.1 version.
20 lines
870 B
Text
20 lines
870 B
Text
SET SESSION transaction_prealloc_size=1024*1024*1024*1;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*2;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*3;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*4;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*5;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|