From: mmatthews Date: August 14 2006 6:28pm Subject: Connector/J commit: r5630 - branches/branch_5_0/connector-j/src/com/mysql/jdbc List-Archive: http://lists.mysql.com/commits/10382 Message-Id: <200608141828.k7EIS3qF009935@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: branches/branch_5_0/connector-j/src/com/mysql/jdbc/ConnectionProperties.java Log: Fixed typo. Modified: branches/branch_5_0/connector-j/src/com/mysql/jdbc/ConnectionProperties.java =================================================================== --- branches/branch_5_0/connector-j/src/com/mysql/jdbc/ConnectionProperties.java 2006-08-14 00:01:22 UTC (rev 5629) +++ branches/branch_5_0/connector-j/src/com/mysql/jdbc/ConnectionProperties.java 2006-08-14 18:28:02 UTC (rev 5630) @@ -1156,7 +1156,7 @@ + "for SQL injection if using plain java.sql.Statements and your code doesn't sanitize input correctly.\n\n" + "Notice that for prepared statements, server-side prepared statements can not currently take advantage of " + "this rewrite option, and that if you don't specify stream lengths when using PreparedStatement.set*Stream()," - + "the driver won't be able to determine the optimium number of parameters per batch and you might receive an" + + "the driver won't be able to determine the optimium number of parameters per batch and you might receive " + "an error from the driver that the resultant packet is too large.\n\n" + "Statement.getGeneratedKeys() for these rewritten statements only works when the entire " + "batch includes INSERT statements.",