summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorramil@mysql.com <>2005-08-31 10:25:00 +0500
committerramil@mysql.com <>2005-08-31 10:25:00 +0500
commita16da25e06d10acc6dbffbe0646cc76e15c5ea28 (patch)
tree362fedc1c7bc244cd193620869e0a203d37434e8 /mysql-test/r
parent01f3a901a93661682e762e70c7257c0c32338d07 (diff)
parentdba11de02a31755e707307bd11bd0f298b143b8f (diff)
downloadmariadb-git-a16da25e06d10acc6dbffbe0646cc76e15c5ea28.tar.gz
Merge mysql.com:/usr/home/ram/work/4.1.b9613
into mysql.com:/usr/home/ram/work/mysql-5.0
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/variables.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index a7c96d89f0d..4983e0ae3e8 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -537,3 +537,6 @@ set @@max_heap_table_size= 4294967296;
select @@max_heap_table_size > 0;
@@max_heap_table_size > 0
1
+select @@have_innodb;
+@@have_innodb
+#