Author: mcbrown
Date: 2007-12-18 12:50:12 +0100 (Tue, 18 Dec 2007)
New Revision: 9371
Log:
Typo fix in example
Modified:
trunk/refman-common/connector-j.xml
Modified: trunk/refman-common/connector-j.xml
===================================================================
--- trunk/refman-common/connector-j.xml 2007-12-18 11:48:56 UTC (rev 9370)
+++ trunk/refman-common/connector-j.xml 2007-12-18 11:50:12 UTC (rev 9371)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 425 bytes
@@ -2968,7 +2968,7 @@
// process result set
...
- hadResults = rs.getMoreResults();
+ hadResults = cStmt.getMoreResults();
}
//
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9371 - trunk/refman-common | mcbrown | 18 Dec |