From 80377bbf6dadd1772f6b4f4d4258892a023d586a Mon Sep 17 00:00:00 2001 From: Igor Babaev Date: Wed, 1 Dec 2010 23:39:39 -0800 Subject: MWL #21: "index_merge: non-ROR intersection". The second (final) patch. --- mysql-test/t/variables.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/variables.test') diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index 3e9dc5e39d3..3bd192f8cd1 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -736,6 +736,7 @@ select * from information_schema.session_variables where variable_name like 'tmp # Bug #19606: make ssl settings available via SHOW VARIABLES and @@variables # # Don't actually output, since it depends on the system +set sort_buffer_size=1024*8; --replace_column 1 # 2 # 3 # 4 # 5 # select @@ssl_ca, @@ssl_capath, @@ssl_cert, @@ssl_cipher, @@ssl_key; --replace_column 2 # -- cgit v1.2.1