Skip to content

Commit

Permalink
replace 1 with 101
Browse files Browse the repository at this point in the history
  • Loading branch information
djshow832 committed Nov 18, 2024
1 parent eb555f5 commit c580d47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions auto-random.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit c580d47

Please sign in to comment.