mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Backport test cases for Bug#46198 and Bug#38054
from 6.0 to trunk-bugfixing.
This commit is contained in:
@ -10,3 +10,13 @@ set debug= '+P';
|
||||
select @@debug;
|
||||
set debug= '-P';
|
||||
select @@debug;
|
||||
|
||||
#
|
||||
# Bug#38054: "SET SESSION debug" modifies @@global.debug variable
|
||||
#
|
||||
|
||||
SELECT @@session.debug, @@global.debug;
|
||||
|
||||
SET SESSION debug = '';
|
||||
|
||||
SELECT @@session.debug, @@global.debug;
|
||||
|
Reference in New Issue
Block a user