From 4115b858a3931e1b093b4735367e74c80f1d59a3 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 30 Oct 2008 00:57:31 +0000 Subject: [PATCH] branches/5.1: correct the result file innodb-autoinc.result Change the followings: auto_increment_increment auto_increment_offset to auto-increment-increment auto-increment-offset --- mysql-test/innodb-autoinc.result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/innodb-autoinc.result b/mysql-test/innodb-autoinc.result index 589bf2f30b0..4d097731953 100644 --- a/mysql-test/innodb-autoinc.result +++ b/mysql-test/innodb-autoinc.result @@ -566,8 +566,8 @@ c1 18446744073709551610 SET @@SESSION.AUTO_INCREMENT_INCREMENT=1152921504606846976, @@SESSION.AUTO_INCREMENT_OFFSET=1152921504606846976; Warnings: -Warning 1292 Truncated incorrect auto_increment_increment value: '1152921504606846976' -Warning 1292 Truncated incorrect auto_increment_offset value: '1152921504606846976' +Warning 1292 Truncated incorrect auto-increment-increment value: '1152921504606846976' +Warning 1292 Truncated incorrect auto-increment-offset value: '1152921504606846976' SHOW VARIABLES LIKE "%auto_inc%"; Variable_name Value auto_increment_increment 65535