From c580d4708e156c1a636d619de814506e418acfe2 Mon Sep 17 00:00:00 2001 From: djshow832 Date: Mon, 18 Nov 2024 17:41:03 +0800 Subject: [PATCH] replace 1 with 101 --- auto-random.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/auto-random.md b/auto-random.md index e3b7ee266448..7cf6af87fe73 100644 --- a/auto-random.md +++ b/auto-random.md @@ -170,11 +170,11 @@ ALTER TABLE t AUTO_RANDOM_BASE=0; Query OK, 0 rows affected, 1 warning (0.52 sec) SHOW WARNINGS; -+---------+------+-----------------------------------------------------------------------+ -| Level | Code | Message | -+---------+------+-----------------------------------------------------------------------+ -| Warning | 1105 | Can't reset AUTO_INCREMENT to 0 without FORCE option, using 1 instead | -+---------+------+-----------------------------------------------------------------------+ ++---------+------+-------------------------------------------------------------------------+ +| Level | Code | Message | ++---------+------+-------------------------------------------------------------------------+ +| Warning | 1105 | Can't reset AUTO_INCREMENT to 0 without FORCE option, using 101 instead | ++---------+------+-------------------------------------------------------------------------+ 1 row in set (0.00 sec) ```