1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Backport test cases for Bug#46198 and Bug#38054

from 6.0 to trunk-bugfixing.
This commit is contained in:
Alexander Nozdrin
2010-05-19 16:31:18 +04:00
parent f11008baa3
commit 5009ab856d
4 changed files with 82 additions and 0 deletions

View File

@@ -10,3 +10,10 @@ set debug= '-P';
select @@debug;
@@debug
T
SELECT @@session.debug, @@global.debug;
@@session.debug @@global.debug
T
SET SESSION debug = '';
SELECT @@session.debug, @@global.debug;
@@session.debug @@global.debug