appdb/tables create_tables

WineHQ wineowner at wine.codeweavers.com
Sun Jul 29 18:01:34 CDT 2007


ChangeSet ID:	31286
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/07/29 18:01:34

Modified files:
	tables         : create_tables 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Add a note so users don't think that the user creation failure isn't necessarily a bad thing

Patch: http://cvs.winehq.org/patch.py?id=31286

Old revision  New revision  Changes     Path
 1.11          1.12          +4 -0       appdb/tables/create_tables

Index: appdb/tables/create_tables
diff -u -p appdb/tables/create_tables:1.11 appdb/tables/create_tables:1.12
--- appdb/tables/create_tables:1.11	29 Jul 2007 23: 1:34 -0000
+++ appdb/tables/create_tables	29 Jul 2007 23: 1:34 -0000
@@ -1,6 +1,10 @@
 #! /bin/sh
 
 echo Create the base user
+echo NOTE: It's ok for this to fail if the user already exists
+echo       there doesn't appear to be a way to create a user only
+echo       if they don't exist so we have to live with a potential
+echo       error after we try.
 mysql -p -u root < create_user.sql
 
 echo Create the apidb database, and tables



More information about the wine-cvs mailing list