From: Jim Starkey Date: January 31 2009 11:33pm Subject: Re: NULLs and stuff List-Archive: http://lists.mysql.com/falcon/473 Message-Id: <4984DFC9.4090905@NimbusDB.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Vladislav Vaintroub wrote: > >> Correct me if I am wrong, however Jim's design allows for a database >> version >> counter that we can increment in order to handle older tablespaces the >> way >> we handled them previously and handle new tablespaces the new way. >> > > Maybe , but my point is not to do it, even if possibility is there. After > release, we need to handle backward compatibility. Before release, we do > not. > > Nope, Vlad. Falcon is a beta and we shouldn't obsolete databases. Besides, you'd still have to change the minor version number to prevent crashes on older databases. Just introduce a new index version and get on with life. > >