~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/t/variables_debug.test

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--source include/have_debug.inc
2
2
 
 
3
SET @old_debug = @@GLOBAL.debug;
 
4
 
3
5
#
4
6
# Bug#34678 @@debug variable's incremental mode
5
7
#
21
23
SET GLOBAL debug='';
22
24
SELECT @@global.debug;
23
25
 
 
26
SET GLOBAL debug=@old_debug;
24
27
 
25
28
--echo End of 5.1 tests