From 611ecf27963ea40c9feef4370f879e67d86f495b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Sep 2008 22:56:18 +0000 Subject: [PATCH] Remove files not required. Now conversion between database syntax is done in real time during install. --- htdocs/install/etape2.php | 2 +- mysql/functions/functions.sql | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 mysql/functions/functions.sql diff --git a/htdocs/install/etape2.php b/htdocs/install/etape2.php index 3efee49fb2d..794c20b60af 100644 --- a/htdocs/install/etape2.php +++ b/htdocs/install/etape2.php @@ -394,7 +394,7 @@ if ($_POST["action"] == "set") if ($ok) { // We always choose in mysql directory (Conversion is done by driver to translate SQL syntax) - $dir = "../../mysql/tables/"; + $dir = "../../mysql/data/"; // Creation donnees $file = "data.sql"; diff --git a/mysql/functions/functions.sql b/mysql/functions/functions.sql new file mode 100644 index 00000000000..7f9e64ed9d6 --- /dev/null +++ b/mysql/functions/functions.sql @@ -0,0 +1,23 @@ +-- ============================================================================ +-- Copyright (C) 2008 Laurent Destailleur +-- +-- This program is free software; you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation; either version 2 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +-- +-- $Id$ +-- $Source$ +-- +-- ============================================================================ + +-- Nothing to do for MySql