Re: MySQL 4.0.12 / UPDATE using 2 tables / ERROR 1114: The table is full

2003-04-04 Thread Gerrit Hannaert
It seems this issue will be fixed in 4.0.13, I filed a bug and it was closed with this report: Sinisa Milivojevic: Yes, this is a known problem. It is already fixed in 4.0.13, which will come out this month. This is a patch: = sql/sql_update.cc 1.79 vs 1.80 = *** /tmp/sql_update.cc-1.79

MySQL 4.0.12 / UPDATE using 2 tables / ERROR 1114: The table is full

2003-04-03 Thread Gerrit Hannaert
I've seen this on the mailing lists just a day ago ('*have a problem'*), and wow! I have a similar problem. None of the suggestions in the online documentation helped. I tried both MyISAM and InnoDB table formats. This obviously only works on MySQL >=4.0 (I'm running the 4.0.12 RPM on Linux). U

Update using 2 tables

2001-11-18 Thread Michael Wesner
When will MySql support the UPDATE statement with more then one table. E.g. UPDATE table1, table2 SET table1.col1=table2.col1 WHERE ... Or ist there a work around? Many regards, Michael - Before posting, please check: http