summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-07-22 00:57:31 +0200
committerserg@serg.mylan <>2004-07-22 00:57:31 +0200
commit27e61d1585d142758e6122df25a4ce43fea5c9c1 (patch)
tree985b3ebdce3b1e8c60a8b31f8dcfa494df083a44 /mysql-test/r/variables.result
parentaa35efd2924ab403a1bf68d16633b3c07c9f87f7 (diff)
downloadmariadb-git-27e61d1585d142758e6122df25a4ce43fea5c9c1.tar.gz
after merge fixes 2
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 37e848ad0d9..498e1634dc4 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -364,7 +364,7 @@ set sql_log_bin=1;
set sql_log_off=1;
set sql_log_update=1;
Warnings:
-Note 1313 The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored
+Note 1314 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;