-
Shaohua Wang authored
autoinc is reset to 0 when table is loaded after table is evicted without any rows. The solution is store autoinc value in a map when table is evicted, and restore autoinc when table is loaded. Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com> RB: 9694
Shaohua Wang authoredautoinc is reset to 0 when table is loaded after table is evicted without any rows. The solution is store autoinc value in a map when table is evicted, and restore autoinc when table is loaded. Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com> RB: 9694
Loading