mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
rename debug variable to debug_dbug, to make test pass in release builds
(and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
This commit is contained in:
@@ -10,7 +10,7 @@ create table t2 (a int);
|
||||
insert into t2 values (2), (3);
|
||||
|
||||
set session join_cache_level=3;
|
||||
set @@debug = 'd:t:O,/tmp/trace.out';
|
||||
set @@debug_dbug= 'd:t:O,/tmp/trace.out';
|
||||
|
||||
explain select t1.b from t1,t2 where t1.b=t2.a;
|
||||
select t1.b from t1,t2 where t1.b=t2.a;
|
||||
|
||||
Reference in New Issue
Block a user