You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by sa...@apache.org on 2007/06/27 10:53:15 UTC

svn commit: r551103 - /webservices/sandesha/trunk/c/config/mysql_schema.txt

Author: samisa
Date: Wed Jun 27 01:53:15 2007
New Revision: 551103

URL: http://svn.apache.org/viewvc?view=rev&rev=551103
Log:
Fixed to check for IF EXISTS

Modified:
    webservices/sandesha/trunk/c/config/mysql_schema.txt

Modified: webservices/sandesha/trunk/c/config/mysql_schema.txt
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/config/mysql_schema.txt?view=diff&rev=551103&r1=551102&r2=551103
==============================================================================
--- webservices/sandesha/trunk/c/config/mysql_schema.txt (original)
+++ webservices/sandesha/trunk/c/config/mysql_schema.txt Wed Jun 27 01:53:15 2007
@@ -1,5 +1,5 @@
-drop database sandesha2_svr_db;
-drop database sandesha2_client_db;
+drop database IF EXISTS sandesha2_svr_db;
+drop database IF EXISTS sandesha2_client_db;
 create database sandesha2_svr_db;
 create database sandesha2_client_db;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org