cles are allowed, 1 if the sequence should begin a new cycle when maximum_value is passed', `cycle_count` bigint(21) NOT NULL COMMENT 'How many cycles have been done' ) ENGINE=InnoDB SEQUENCE=1 SELECT * FROM s1\G *************************** 1. row *************************** next_not_cached_value: 50 minimum_value: 1 maximum_value: 9223372036854775806 start_value: 50 increment: 1 cache_size: 1000 cycle_option: 0 cycle_count: 0 URL: https://mariadb.com/kb/en/show-create-sequence/https://mariadb.com/kb/en/show-create-sequence/