From 1389e967d0a5c71bacb617613a6caad212e2f775 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 5 Aug 2006 11:30:41 +0000 Subject: [PATCH] a few notes about RENAME --- libraries/Table.class.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 554db3243..1a5af8a14 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -501,7 +501,12 @@ class PMA_Table { /** * Copies or renames table - * FIXME: use RENAME + * FIXME: use RENAME for move operations + * - works only if the databases are on the same filesystem, + * how can we check that? try the operation and + * catch an error? + * - for views, only if MYSQL > 50013 + * - still have to handle pmadb synch. * * @author Michal Cihar */