You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2002/04/18 03:02:36 UTC

cvs commit: tcl-rivet/rivet/packages/dio dio.tcl

damonc      02/04/17 18:02:36

  Modified:    rivet/packages/dio dio.tcl
  Log:
  le sigh.
  
  Another MySQL fix.
  
  Revision  Changes    Path
  1.3       +1 -1      tcl-rivet/rivet/packages/dio/dio.tcl
  
  Index: dio.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/rivet/packages/dio/dio.tcl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dio.tcl	18 Apr 2002 00:56:57 -0000	1.2
  +++ dio.tcl	18 Apr 2002 01:02:36 -0000	1.3
  @@ -649,7 +649,7 @@
   	set command "mysqlconnect"
   
   	if {![lempty $user]} { lappend command -user $user }
  -	if {![lempty $pass]} { lappend command -pass $pass }
  +	if {![lempty $pass]} { lappend command -password $pass }
   	if {![lempty $port]} { lappend command -port $port }
   	if {![lempty $host]} { lappend command $host }
   
  
  
  

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