summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables-big.result
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-04-23 17:01:02 +0200
committerunknown <msvensson@pilot.blaudden>2007-04-23 17:01:02 +0200
commit0d5a18b53bd30af029b27e39579b52f05b8f7115 (patch)
tree8cc026fffb64b3233d53f89373b5f930e8ed9a49 /mysql-test/r/variables-big.result
parent2c4ad7372c0737d49812f1e22a108dc841b4ba74 (diff)
parente4a8fd700ef4078cdd7ea11cd57e7d2bc9c11253 (diff)
downloadmariadb-git-0d5a18b53bd30af029b27e39579b52f05b8f7115.tar.gz
Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint BitKeeper/etc/ignore: auto-union client/Makefile.am: Auto merged client/mysql.cc: Auto merged configure.in: Auto merged client/mysqltest.c: Auto merged libmysqld/Makefile.am: Auto merged sql/Makefile.am: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/item.cc: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_func.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_delete.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_table.cc: Auto merged
Diffstat (limited to 'mysql-test/r/variables-big.result')
-rw-r--r--mysql-test/r/variables-big.result20
1 files changed, 20 insertions, 0 deletions
diff --git a/mysql-test/r/variables-big.result b/mysql-test/r/variables-big.result
new file mode 100644
index 00000000000..ae1e20109b9
--- /dev/null
+++ b/mysql-test/r/variables-big.result
@@ -0,0 +1,20 @@
+set session transaction_prealloc_size=1024*1024*1024*1;
+show processlist;
+Id User Host db Command Time State Info
+1 root localhost test Query 0 NULL show processlist
+set session transaction_prealloc_size=1024*1024*1024*2;
+show processlist;
+Id User Host db Command Time State Info
+1 root localhost test Query 0 NULL show processlist
+set session transaction_prealloc_size=1024*1024*1024*3;
+show processlist;
+Id User Host db Command Time State Info
+1 root localhost test Query 0 NULL show processlist
+set session transaction_prealloc_size=1024*1024*1024*4;
+show processlist;
+Id User Host db Command Time State Info
+1 root localhost test Query 0 NULL show processlist
+set session transaction_prealloc_size=1024*1024*1024*5;
+show processlist;
+Id User Host db Command Time State Info
+1 root localhost test Query 0 NULL show processlist