From 67215833df15e1ebf82c42ce6331921035aac153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Thu, 14 Nov 2013 14:43:24 +0200 Subject: [PATCH] Add new configuration variable --- mysql-test/suite/sys_vars/r/all_vars.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/suite/sys_vars/r/all_vars.result b/mysql-test/suite/sys_vars/r/all_vars.result index 1bd4e394f6a..435b8a68ee8 100644 --- a/mysql-test/suite/sys_vars/r/all_vars.result +++ b/mysql-test/suite/sys_vars/r/all_vars.result @@ -10,5 +10,6 @@ there should be *no* long test name listed below: select distinct variable_name as `there should be *no* variables listed below:` from t2 left join t1 on variable_name=test_name where test_name is null; there should be *no* variables listed below: +innodb_use_stacktrace drop table t1; drop table t2;