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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-05-11 18:47:32 UTC
  • mto: (2.1.2 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100511184732-jhn055kfhxze24kt
Tags: upstream-5.1.46
ImportĀ upstreamĀ versionĀ 5.1.46

Show diffs side-by-side

added added

removed removed

Lines of Context:
1232
1232
SET GLOBAL max_binlog_cache_size = 5 * 1024 * 1024 * 1024;
1233
1233
SELECT @@GLOBAL.max_binlog_cache_size;
1234
1234
SET GLOBAL max_binlog_cache_size = @old_max_binlog_cache_size;
 
1235
 
 
1236
--echo #
 
1237
--echo # Bug #37168 : Missing variable - skip_name_resolve
 
1238
--echo #
 
1239
 
 
1240
SELECT @@skip_name_resolve;
 
1241
SHOW VARIABLES LIKE 'skip_name_resolve';
 
1242
 
1235
1243
--echo End of 5.1 tests