summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorTatiana A. Nurnberg <azundris@mysql.com>2009-03-11 23:32:53 +0100
committerTatiana A. Nurnberg <azundris@mysql.com>2009-03-11 23:32:53 +0100
commit59fbffa45cc804bde74d504129eb705cd80b3bba (patch)
tree07de7887085e3b95f72e3ed995042a594223f589 /mysql-test/r/variables.result
parentf79cb0de91a6b320966a7675dd6998c0bcf128e5 (diff)
downloadmariadb-git-59fbffa45cc804bde74d504129eb705cd80b3bba.tar.gz
Bug#40657: assertion with out of range variables and traditional sql_mode
normalize error-messages mysql-test/r/variables.result: show that warning uses underscore (sysvar-name), not hyphens (option-name) mysql-test/t/variables.test: show that warning uses underscore (sysvar-name), not hyphens (option-name) sql/set_var.cc: normalize error-messages
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 28b35c1461d..aeda5b59dab 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -1421,6 +1421,12 @@ SELECT @@global.expire_logs_days;
@@global.expire_logs_days
99
SET GLOBAL expire_logs_days = @old_eld;
+SET GLOBAL auto_increment_offset=-1;
+Warnings:
+Warning 1292 Truncated incorrect auto_increment_offset value: '-1'
+SET GLOBAL auto_increment_offset=0;
+Warnings:
+Warning 1292 Truncated incorrect auto_increment_offset value: '0'
select @@storage_engine;
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
def @@storage_engine 253 6 6 N 1 31 8