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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to