~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
-- source include/not_embedded.inc
3
3
 
4
4
SET @old_general_log= @@global.general_log;
 
5
SET @old_slow_query_log= @@global.slow_query_log;
5
6
 
6
7
# We run with different binaries for normal and --embedded-server
7
8
#
17
18
echo ok;
18
19
 
19
20
SET @@global.general_log= @old_general_log;
 
21
SET @@global.slow_query_log= @old_slow_query_log;