Re: [Maria-developers] [Commits] Rev 3005: Changed MariaDB error numbers to start from 1900 to not conflict with MySQL error numbers in lp:maria/5.3

2011-05-20 Thread Sergei Golubchik
Hi, Michael! There are more MariaDB-only error messages, I think you need to move all of them. On May 21, Michael Widenius wrote: > === modified file 'sql/share/errmsg.txt' > --- a/sql/share/errmsg.txt2011-05-18 13:27:19 + > +++ b/sql/share/errmsg.txt2011-05-20 21:46:18 + > @@ -62

Re: [Maria-developers] mysql improvement idea - field type "file"

2011-05-20 Thread Stewart Smith
On Thu, 19 May 2011 17:51:50 +0300, Tõnu Samuel wrote: > I think best way to implement this is to introduce field type "file" > which is stored outside of usual data storage. Only his physical > location on disk is stored in MyISAM or similar. This is exactly same as > people keep file name in CHA