Dan,>I tried using prepared statements to make a procedure that >converts every table in a schema from ARCHIVE to MyISAM..."The following SQL statements can be used in prepared statements: CREATE TABLE, DELETE,
DO, INSERT, REPLACE, SELECT, SET, UPDATE, and
most SHOW statements. Other statements
are not yet supported."(http://dev.mysql.com/doc/refman/5.0/en/sqlps.html) PB ----- Burke, Dan wrote: I tried using prepared statements to make a procedure that converts every table in a schema from ARCHIVE to MyISAM (there's about three dozen archive tables here). But for some odd reason it will give an error after doing the first table, and abort. The really odd thing is that the table it gives the error on does successfully get converted. |
No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.14.20/233 - Release Date: 1/18/2006
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
