[Phplib-commit] CVS: php-lib/php/db/mysql db_sql.inc,1.3,1.4
Brought to you by:
nhruby,
richardarcher
From: Richard A. <ric...@us...> - 2001-08-12 23:23:22
|
Update of /cvsroot/phplib/php-lib/php/db/mysql In directory usw-pr-cvs1:/tmp/cvs-serv479 Modified Files: db_sql.inc Log Message: track a bug fix from the -stable tree Index: db_sql.inc =================================================================== RCS file: /cvsroot/phplib/php-lib/php/db/mysql/db_sql.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_sql.inc 2000/07/24 01:33:52 1.3 --- db_sql.inc 2001/08/12 23:23:20 1.4 *************** *** 157,161 **** $this->connect(); ! $res = @mysql_query('unlock tables'); if (!$res) { $this->halt('unlock() failed.'); --- 157,161 ---- $this->connect(); ! $res = @mysql_query('unlock tables', $this->Link_ID); if (!$res) { $this->halt('unlock() failed.'); |