From 3a321d49e8f50a0773c4637fbe2ad74f0f94bdd7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Apr 2003 21:18:52 +0200 Subject: [PATCH] Updated result file. --- mysql-test/r/variables.result | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result index 822fab5ae47..e4101f3d754 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -297,6 +297,8 @@ set sql_buffer_result=1; set sql_log_bin=1; set sql_log_off=1; set sql_log_update=1; +Warnings: +Note 1266 The update log is deprecated and replaced by the binary log. SET SQL_LOG_UPDATE has been ignored. set sql_low_priority_updates=1; set sql_max_join_size=200; select @@sql_max_join_size,@@max_join_size;