From f89ba3fb6dc196d7977a002ca3b67b64fb20d974 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 28 Feb 2011 09:43:17 +0100 Subject: Remove database recreation code from "support/schema/reloadtestdb.sh". Database is being dropped and recreated in the schema, so there's no need to do this in "reloadtestdb.sh" as well. Signed-off-by: Lukas Fleischer --- support/schema/reloadtestdb.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'support') diff --git a/support/schema/reloadtestdb.sh b/support/schema/reloadtestdb.sh index 53ddf867..1cf392a2 100755 --- a/support/schema/reloadtestdb.sh +++ b/support/schema/reloadtestdb.sh @@ -6,13 +6,7 @@ if [ `basename $mydir` != "schema" ]; then exit fi -echo "dropping old database..." -yes | mysqladmin -uaur -paur drop AUR - echo "recreating database..." -mysqladmin -uaur -paur create AUR - -echo "recreating tables..." mysql -uaur -paur AUR < ./aur-schema.sql echo "loading dummy-data..." -- cgit v1.2.3-24-g4f1b