From: Martin B. Jespersen Date: March 17 1999 4:01pm Subject: Re: configuration question List-Archive: http://lists.mysql.com/mysql/432 Message-Id: <36EFD1EB.55486B32@IconMedialab.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Christian Mack wrote: > > You can only work on byte basis. > > Tschau > Christian > Hmm this one might be for monty, not sure: Is there any chance that a bittype could be implemented in MySQL e.g. called FLAG where length was bit-length? It is an awfull waste of space to use a byte where you only need a bit... Here i am not only thinking about diskspace but also bandwidth since mysql bitwise operators are limited i will have to retrieve the byte and do bit-math on it in a serverside scripting language like php and then update the database again with the byte. Now if this has to be done all the time it is a considerable waste of bandwith i would think, please corect me if i am way off here. -- Martin B. Jespersen Technical Project Leader Icon Medialab A/S (http://www.IconMedialab.dk) E-Mail: Martin@stripped Mail: Havnegade 39, DK-1058 Copenhagen K Voice: (+45) 7023-1001 Fax: (+45) 33320209