What happens if the IDs hit 99999?
Since the key's [[A-Z][0-9]], the first 5 characters alone allow for 36^5, not 10^5, characters. Since we know ALL 5 initial characters correspond to keys, it allows for (potentially) 60,466,176 keys.
Short answer? Probably nothing.