From 224eb4a2486c0aeebd5352af70dac1a43968495f Mon Sep 17 00:00:00 2001 From: Chlorophyne <13510056@std.stei.itb.ac.id> Date: Sat, 18 May 2013 17:01:11 +0700 Subject: [PATCH 01/18] Initialize Client and Server project --- .gitignore | 2 + Client/build.xml | 74 ++ Client/manifest.mf | 3 + Client/nbproject/build-impl.xml | 1411 ++++++++++++++++++++++++++ Client/nbproject/genfiles.properties | 8 + Client/nbproject/project.properties | 71 ++ Client/nbproject/project.xml | 15 + Client/src/client/Client.java | 19 + Server/build.xml | 74 ++ Server/manifest.mf | 3 + Server/nbproject/build-impl.xml | 1411 ++++++++++++++++++++++++++ Server/nbproject/genfiles.properties | 8 + Server/nbproject/project.properties | 71 ++ Server/nbproject/project.xml | 15 + Server/src/server/Server.java | 19 + 15 files changed, 3204 insertions(+) create mode 100644 .gitignore create mode 100644 Client/build.xml create mode 100644 Client/manifest.mf create mode 100644 Client/nbproject/build-impl.xml create mode 100644 Client/nbproject/genfiles.properties create mode 100644 Client/nbproject/project.properties create mode 100644 Client/nbproject/project.xml create mode 100644 Client/src/client/Client.java create mode 100644 Server/build.xml create mode 100644 Server/manifest.mf create mode 100644 Server/nbproject/build-impl.xml create mode 100644 Server/nbproject/genfiles.properties create mode 100644 Server/nbproject/project.properties create mode 100644 Server/nbproject/project.xml create mode 100644 Server/src/server/Server.java diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..90874fa9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/Client/nbproject/private/ +/Server/nbproject/private/ \ No newline at end of file diff --git a/Client/build.xml b/Client/build.xml new file mode 100644 index 00000000..4f989572 --- /dev/null +++ b/Client/build.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + Builds, tests, and runs the project Client. + + + diff --git a/Client/manifest.mf b/Client/manifest.mf new file mode 100644 index 00000000..328e8e5b --- /dev/null +++ b/Client/manifest.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +X-COMMENT: Main-Class will be added automatically by build + diff --git a/Client/nbproject/build-impl.xml b/Client/nbproject/build-impl.xml new file mode 100644 index 00000000..3b5b7e80 --- /dev/null +++ b/Client/nbproject/build-impl.xml @@ -0,0 +1,1411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set test.src.dir + Must set build.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.test.classes.dir + Must set build.test.results.dir + Must set build.classes.excludes + Must set dist.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No tests executed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set JVM to use for profiling in profiler.info.jvm + Must set profiler agent JVM arguments in profiler.info.jvmargs.agent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + + + + + + java -cp "${run.classpath.with.dist.jar}" ${main.class} + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + java -jar "${dist.jar.resolved}" + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set debug.class + + + + + Must select one file in the IDE or set debug.class + + + + + Must set fix.includes + + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + Must select one file in the IDE or set profile.class + This target only works when run from inside the NetBeans IDE. + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + + + Must select some files in the IDE or set test.includes + + + + + Must select one file in the IDE or set run.class + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + Some tests failed; see details above. + + + + + + + + + Must select some files in the IDE or set test.includes + + + + Some tests failed; see details above. + + + + Must select some files in the IDE or set test.class + Must select some method in the IDE or set test.method + + + + Some tests failed; see details above. + + + + + Must select one file in the IDE or set test.class + + + + Must select one file in the IDE or set test.class + Must select some method in the IDE or set test.method + + + + + + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Client/nbproject/genfiles.properties b/Client/nbproject/genfiles.properties new file mode 100644 index 00000000..153688c1 --- /dev/null +++ b/Client/nbproject/genfiles.properties @@ -0,0 +1,8 @@ +build.xml.data.CRC32=b87a2947 +build.xml.script.CRC32=612b5c9b +build.xml.stylesheet.CRC32=28e38971@1.56.1.46 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. +nbproject/build-impl.xml.data.CRC32=b87a2947 +nbproject/build-impl.xml.script.CRC32=77e84829 +nbproject/build-impl.xml.stylesheet.CRC32=c6d2a60f@1.56.1.46 diff --git a/Client/nbproject/project.properties b/Client/nbproject/project.properties new file mode 100644 index 00000000..f1616adc --- /dev/null +++ b/Client/nbproject/project.properties @@ -0,0 +1,71 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=false +annotation.processing.processor.options= +annotation.processing.processors.list= +annotation.processing.run.all.processors=true +annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +build.classes.dir=${build.dir}/classes +build.classes.excludes=**/*.java,**/*.form +# This directory is removed when the project is cleaned: +build.dir=build +build.generated.dir=${build.dir}/generated +build.generated.sources.dir=${build.dir}/generated-sources +# Only compile against the classpath explicitly listed here: +build.sysclasspath=ignore +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +# Uncomment to specify the preferred debugger connection transport: +#debug.transport=dt_socket +debug.classpath=\ + ${run.classpath} +debug.test.classpath=\ + ${run.test.classpath} +# This directory is removed when the project is cleaned: +dist.dir=dist +dist.jar=${dist.dir}/Client.jar +dist.javadoc.dir=${dist.dir}/javadoc +excludes= +includes=** +jar.compress=false +javac.classpath= +# Space-separated list of extra javac options +javac.compilerargs= +javac.deprecation=false +javac.processorpath=\ + ${javac.classpath} +javac.source=1.7 +javac.target=1.7 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +javac.test.processorpath=\ + ${javac.test.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +main.class=client.Client +manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF +mkdist.disabled=false +platform.active=default_platform +run.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +# Space-separated list of JVM arguments used when running the project. +# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. +# To set system properties for unit tests define test-sys-prop.name=value: +run.jvmargs= +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +source.encoding=UTF-8 +src.dir=src +test.src.dir=test diff --git a/Client/nbproject/project.xml b/Client/nbproject/project.xml new file mode 100644 index 00000000..f027ba71 --- /dev/null +++ b/Client/nbproject/project.xml @@ -0,0 +1,15 @@ + + + org.netbeans.modules.java.j2seproject + + + Client + + + + + + + + + diff --git a/Client/src/client/Client.java b/Client/src/client/Client.java new file mode 100644 index 00000000..798d6668 --- /dev/null +++ b/Client/src/client/Client.java @@ -0,0 +1,19 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package client; + +/** + * + * @author Compaq + */ +public class Client { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } +} diff --git a/Server/build.xml b/Server/build.xml new file mode 100644 index 00000000..fa80ae64 --- /dev/null +++ b/Server/build.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + Builds, tests, and runs the project Server. + + + diff --git a/Server/manifest.mf b/Server/manifest.mf new file mode 100644 index 00000000..328e8e5b --- /dev/null +++ b/Server/manifest.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +X-COMMENT: Main-Class will be added automatically by build + diff --git a/Server/nbproject/build-impl.xml b/Server/nbproject/build-impl.xml new file mode 100644 index 00000000..f1b6346e --- /dev/null +++ b/Server/nbproject/build-impl.xml @@ -0,0 +1,1411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set test.src.dir + Must set build.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.test.classes.dir + Must set build.test.results.dir + Must set build.classes.excludes + Must set dist.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No tests executed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set JVM to use for profiling in profiler.info.jvm + Must set profiler agent JVM arguments in profiler.info.jvmargs.agent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + + + + + + java -cp "${run.classpath.with.dist.jar}" ${main.class} + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + java -jar "${dist.jar.resolved}" + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set debug.class + + + + + Must select one file in the IDE or set debug.class + + + + + Must set fix.includes + + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + Must select one file in the IDE or set profile.class + This target only works when run from inside the NetBeans IDE. + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + + + Must select some files in the IDE or set test.includes + + + + + Must select one file in the IDE or set run.class + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + Some tests failed; see details above. + + + + + + + + + Must select some files in the IDE or set test.includes + + + + Some tests failed; see details above. + + + + Must select some files in the IDE or set test.class + Must select some method in the IDE or set test.method + + + + Some tests failed; see details above. + + + + + Must select one file in the IDE or set test.class + + + + Must select one file in the IDE or set test.class + Must select some method in the IDE or set test.method + + + + + + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Server/nbproject/genfiles.properties b/Server/nbproject/genfiles.properties new file mode 100644 index 00000000..bdf5b9ac --- /dev/null +++ b/Server/nbproject/genfiles.properties @@ -0,0 +1,8 @@ +build.xml.data.CRC32=6f248d50 +build.xml.script.CRC32=5a7fa1ba +build.xml.stylesheet.CRC32=28e38971@1.56.1.46 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. +nbproject/build-impl.xml.data.CRC32=6f248d50 +nbproject/build-impl.xml.script.CRC32=0f64e03c +nbproject/build-impl.xml.stylesheet.CRC32=c6d2a60f@1.56.1.46 diff --git a/Server/nbproject/project.properties b/Server/nbproject/project.properties new file mode 100644 index 00000000..c99228da --- /dev/null +++ b/Server/nbproject/project.properties @@ -0,0 +1,71 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=false +annotation.processing.processor.options= +annotation.processing.processors.list= +annotation.processing.run.all.processors=true +annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +build.classes.dir=${build.dir}/classes +build.classes.excludes=**/*.java,**/*.form +# This directory is removed when the project is cleaned: +build.dir=build +build.generated.dir=${build.dir}/generated +build.generated.sources.dir=${build.dir}/generated-sources +# Only compile against the classpath explicitly listed here: +build.sysclasspath=ignore +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +# Uncomment to specify the preferred debugger connection transport: +#debug.transport=dt_socket +debug.classpath=\ + ${run.classpath} +debug.test.classpath=\ + ${run.test.classpath} +# This directory is removed when the project is cleaned: +dist.dir=dist +dist.jar=${dist.dir}/Server.jar +dist.javadoc.dir=${dist.dir}/javadoc +excludes= +includes=** +jar.compress=false +javac.classpath= +# Space-separated list of extra javac options +javac.compilerargs= +javac.deprecation=false +javac.processorpath=\ + ${javac.classpath} +javac.source=1.7 +javac.target=1.7 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +javac.test.processorpath=\ + ${javac.test.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +main.class=server.Server +manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF +mkdist.disabled=false +platform.active=default_platform +run.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +# Space-separated list of JVM arguments used when running the project. +# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. +# To set system properties for unit tests define test-sys-prop.name=value: +run.jvmargs= +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +source.encoding=UTF-8 +src.dir=src +test.src.dir=test diff --git a/Server/nbproject/project.xml b/Server/nbproject/project.xml new file mode 100644 index 00000000..61113d04 --- /dev/null +++ b/Server/nbproject/project.xml @@ -0,0 +1,15 @@ + + + org.netbeans.modules.java.j2seproject + + + Server + + + + + + + + + diff --git a/Server/src/server/Server.java b/Server/src/server/Server.java new file mode 100644 index 00000000..59ba2bd3 --- /dev/null +++ b/Server/src/server/Server.java @@ -0,0 +1,19 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package server; + +/** + * + * @author Compaq + */ +public class Server { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } +} From f3708751d88a842dc8a854f1bb5c96b43db4f64e Mon Sep 17 00:00:00 2001 From: Kania Azrina Date: Sat, 18 May 2013 18:11:05 +0700 Subject: [PATCH 02/18] GUI --- .DS_Store | Bin 0 -> 6148 bytes Timolous/build.xml | 74 + Timolous/manifest.mf | 3 + Timolous/nbproject/build-impl.xml | 1411 +++++++++++++++++ Timolous/nbproject/genfiles.properties | 8 + Timolous/nbproject/private/private.properties | 2 + Timolous/nbproject/project.properties | 72 + Timolous/nbproject/project.xml | 15 + Timolous/src/Front.form | 99 ++ Timolous/src/Front.java | 109 ++ Timolous/src/Main.form | 54 + Timolous/src/Main.java | 84 + Timolous/src/front.png | Bin 0 -> 103487 bytes Timolous/src/login.png | Bin 0 -> 5968 bytes Timolous/src/logout.png | Bin 0 -> 6244 bytes Timolous/src/main.png | Bin 0 -> 201737 bytes Timolous/src/timolous/Timolous.java | 19 + Timolous/src/timolous/front.png | Bin 0 -> 215399 bytes 18 files changed, 1950 insertions(+) create mode 100644 .DS_Store create mode 100644 Timolous/build.xml create mode 100644 Timolous/manifest.mf create mode 100644 Timolous/nbproject/build-impl.xml create mode 100644 Timolous/nbproject/genfiles.properties create mode 100644 Timolous/nbproject/private/private.properties create mode 100644 Timolous/nbproject/project.properties create mode 100644 Timolous/nbproject/project.xml create mode 100644 Timolous/src/Front.form create mode 100644 Timolous/src/Front.java create mode 100644 Timolous/src/Main.form create mode 100644 Timolous/src/Main.java create mode 100644 Timolous/src/front.png create mode 100644 Timolous/src/login.png create mode 100644 Timolous/src/logout.png create mode 100644 Timolous/src/main.png create mode 100644 Timolous/src/timolous/Timolous.java create mode 100644 Timolous/src/timolous/front.png diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..7bbd729d44b4e37023da32202cd6715e0a4a77ea GIT binary patch literal 6148 zcmeHKyKVw85ZnzEC#AWP(!anTSO|*L$p;`v6Y01+DR$7m} z-m&E=Zf`|ISEui#NGl=@+)&OoOwIPqC-#;R1;TMgC%v5H_|f(IN%rG_aU1!PA31<~ z$KQ4R4two&WRDMFlnPJ*DnJFO02O#y0js^R<~@)j6`%rC;HH3m9}3*CCJurA>A>JE z0C0}58|L0i0E-2HHE{?;1g1d+2351g(4Zq;GOs2Mfk7Abn{iIwtl6Qc-;Q|kbkQ2f zkqS_Ou>!MLwpRZ)@F)HMn8XzopaTC&0iCZu*DE|JYwP53R%;7<3%8sL+zfN4VDNGb j^m2@amE(mcMP9Kv_G{u0=yb%L4&={(=|ZCdf33hTdZr^} literal 0 HcmV?d00001 diff --git a/Timolous/build.xml b/Timolous/build.xml new file mode 100644 index 00000000..fdb0b75f --- /dev/null +++ b/Timolous/build.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + Builds, tests, and runs the project Timolous. + + + diff --git a/Timolous/manifest.mf b/Timolous/manifest.mf new file mode 100644 index 00000000..328e8e5b --- /dev/null +++ b/Timolous/manifest.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +X-COMMENT: Main-Class will be added automatically by build + diff --git a/Timolous/nbproject/build-impl.xml b/Timolous/nbproject/build-impl.xml new file mode 100644 index 00000000..4472b06b --- /dev/null +++ b/Timolous/nbproject/build-impl.xml @@ -0,0 +1,1411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set test.src.dir + Must set build.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.test.classes.dir + Must set build.test.results.dir + Must set build.classes.excludes + Must set dist.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No tests executed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set JVM to use for profiling in profiler.info.jvm + Must set profiler agent JVM arguments in profiler.info.jvmargs.agent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + + + + + + java -cp "${run.classpath.with.dist.jar}" ${main.class} + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + java -jar "${dist.jar.resolved}" + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set debug.class + + + + + Must select one file in the IDE or set debug.class + + + + + Must set fix.includes + + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + Must select one file in the IDE or set profile.class + This target only works when run from inside the NetBeans IDE. + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + + + + + This target only works when run from inside the NetBeans IDE. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + + + Must select some files in the IDE or set test.includes + + + + + Must select one file in the IDE or set run.class + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + Some tests failed; see details above. + + + + + + + + + Must select some files in the IDE or set test.includes + + + + Some tests failed; see details above. + + + + Must select some files in the IDE or set test.class + Must select some method in the IDE or set test.method + + + + Some tests failed; see details above. + + + + + Must select one file in the IDE or set test.class + + + + Must select one file in the IDE or set test.class + Must select some method in the IDE or set test.method + + + + + + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Timolous/nbproject/genfiles.properties b/Timolous/nbproject/genfiles.properties new file mode 100644 index 00000000..a6287b3b --- /dev/null +++ b/Timolous/nbproject/genfiles.properties @@ -0,0 +1,8 @@ +build.xml.data.CRC32=157ecfb9 +build.xml.script.CRC32=9511f67c +build.xml.stylesheet.CRC32=28e38971@1.56.1.46 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. +nbproject/build-impl.xml.data.CRC32=157ecfb9 +nbproject/build-impl.xml.script.CRC32=7fd65455 +nbproject/build-impl.xml.stylesheet.CRC32=c6d2a60f@1.56.1.46 diff --git a/Timolous/nbproject/private/private.properties b/Timolous/nbproject/private/private.properties new file mode 100644 index 00000000..31c42f2e --- /dev/null +++ b/Timolous/nbproject/private/private.properties @@ -0,0 +1,2 @@ +compile.on.save=true +user.properties.file=/Users/kaniaazrina/Library/Application Support/NetBeans/7.3/build.properties diff --git a/Timolous/nbproject/project.properties b/Timolous/nbproject/project.properties new file mode 100644 index 00000000..fa0a8343 --- /dev/null +++ b/Timolous/nbproject/project.properties @@ -0,0 +1,72 @@ +annotation.processing.enabled=true +annotation.processing.enabled.in.editor=false +annotation.processing.processor.options= +annotation.processing.processors.list= +annotation.processing.run.all.processors=true +annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +build.classes.dir=${build.dir}/classes +build.classes.excludes=**/*.java,**/*.form +# This directory is removed when the project is cleaned: +build.dir=build +build.generated.dir=${build.dir}/generated +build.generated.sources.dir=${build.dir}/generated-sources +# Only compile against the classpath explicitly listed here: +build.sysclasspath=ignore +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +# Uncomment to specify the preferred debugger connection transport: +#debug.transport=dt_socket +debug.classpath=\ + ${run.classpath} +debug.test.classpath=\ + ${run.test.classpath} +# This directory is removed when the project is cleaned: +dist.dir=dist +dist.jar=${dist.dir}/Timolous.jar +dist.javadoc.dir=${dist.dir}/javadoc +excludes= +includes=** +jar.compress=false +javac.classpath=\ + ${libs.swing-layout.classpath} +# Space-separated list of extra javac options +javac.compilerargs= +javac.deprecation=false +javac.processorpath=\ + ${javac.classpath} +javac.source=1.6 +javac.target=1.6 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +javac.test.processorpath=\ + ${javac.test.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +main.class=timolous.Timolous +manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF +mkdist.disabled=false +platform.active=default_platform +run.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +# Space-separated list of JVM arguments used when running the project. +# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. +# To set system properties for unit tests define test-sys-prop.name=value: +run.jvmargs= +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +source.encoding=UTF-8 +src.dir=src +test.src.dir=test diff --git a/Timolous/nbproject/project.xml b/Timolous/nbproject/project.xml new file mode 100644 index 00000000..674b3d19 --- /dev/null +++ b/Timolous/nbproject/project.xml @@ -0,0 +1,15 @@ + + + org.netbeans.modules.java.j2seproject + + + Timolous + + + + + + + + + diff --git a/Timolous/src/Front.form b/Timolous/src/Front.form new file mode 100644 index 00000000..bfc32f9f --- /dev/null +++ b/Timolous/src/Front.form @@ -0,0 +1,99 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/Timolous/src/Front.java b/Timolous/src/Front.java new file mode 100644 index 00000000..e70886dc --- /dev/null +++ b/Timolous/src/Front.java @@ -0,0 +1,109 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +/** + * + * @author kaniaazrina + */ +public class Front extends javax.swing.JFrame { + + /** + * Creates new form Front + */ + public Front() { + initComponents(); + } + + /** + * This method is called from within the constructor to initialize the form. + * WARNING: Do NOT modify this code. The content of this method is always + * regenerated by the Form Editor. + */ + @SuppressWarnings("unchecked") + // //GEN-BEGIN:initComponents + private void initComponents() { + + jLabel2 = new javax.swing.JLabel(); + jTextField1 = new javax.swing.JTextField(); + jTextField3 = new javax.swing.JTextField(); + jPasswordField1 = new javax.swing.JPasswordField(); + jLabel1 = new javax.swing.JLabel(); + jPasswordField2 = new javax.swing.JPasswordField(); + jScrollPane1 = new javax.swing.JScrollPane(); + + setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); + getContentPane().setLayout(null); + + jLabel2.setIcon(new javax.swing.ImageIcon(getClass().getResource("/login.png"))); // NOI18N + getContentPane().add(jLabel2); + jLabel2.setBounds(350, 330, 200, 70); + getContentPane().add(jTextField1); + jTextField1.setBounds(440, 260, 130, 28); + + jTextField3.setText("jTextField1"); + getContentPane().add(jTextField3); + jTextField3.setBounds(440, 260, 130, 28); + + jPasswordField1.setText("jPasswordField1"); + getContentPane().add(jPasswordField1); + jPasswordField1.setBounds(440, 300, 134, 28); + + jLabel1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/front.png"))); // NOI18N + getContentPane().add(jLabel1); + jLabel1.setBounds(0, 0, 900, 480); + + jPasswordField2.setText("jPasswordField2"); + getContentPane().add(jPasswordField2); + jPasswordField2.setBounds(430, 300, 134, 28); + getContentPane().add(jScrollPane1); + jScrollPane1.setBounds(570, 270, 110, 110); + + pack(); + }// //GEN-END:initComponents + + /** + * @param args the command line arguments + */ + public static void main(String args[]) { + /* Set the Nimbus look and feel */ + // + /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel. + * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html + */ + try { + for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { + if ("Nimbus".equals(info.getName())) { + javax.swing.UIManager.setLookAndFeel(info.getClassName()); + break; + } + } + } catch (ClassNotFoundException ex) { + java.util.logging.Logger.getLogger(Front.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (InstantiationException ex) { + java.util.logging.Logger.getLogger(Front.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (IllegalAccessException ex) { + java.util.logging.Logger.getLogger(Front.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (javax.swing.UnsupportedLookAndFeelException ex) { + java.util.logging.Logger.getLogger(Front.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } + // + + /* Create and display the form */ + java.awt.EventQueue.invokeLater(new Runnable() { + public void run() { + new Front().setVisible(true); + } + }); + } + // Variables declaration - do not modify//GEN-BEGIN:variables + private javax.swing.JLabel jLabel1; + private javax.swing.JLabel jLabel2; + private javax.swing.JPasswordField jPasswordField1; + private javax.swing.JPasswordField jPasswordField2; + private javax.swing.JScrollPane jScrollPane1; + private javax.swing.JTextField jTextField1; + private javax.swing.JTextField jTextField3; + // End of variables declaration//GEN-END:variables +} diff --git a/Timolous/src/Main.form b/Timolous/src/Main.form new file mode 100644 index 00000000..72bd8d15 --- /dev/null +++ b/Timolous/src/Main.form @@ -0,0 +1,54 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/Timolous/src/Main.java b/Timolous/src/Main.java new file mode 100644 index 00000000..83564d4e --- /dev/null +++ b/Timolous/src/Main.java @@ -0,0 +1,84 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +/** + * + * @author kaniaazrina + */ +public class Main extends javax.swing.JFrame { + + /** + * Creates new form Main + */ + public Main() { + initComponents(); + } + + /** + * This method is called from within the constructor to initialize the form. + * WARNING: Do NOT modify this code. The content of this method is always + * regenerated by the Form Editor. + */ + @SuppressWarnings("unchecked") + // //GEN-BEGIN:initComponents + private void initComponents() { + + jLabel2 = new javax.swing.JLabel(); + jLabel1 = new javax.swing.JLabel(); + + setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); + getContentPane().setLayout(null); + + jLabel2.setIcon(new javax.swing.ImageIcon("/Users/kaniaazrina/Desktop/logout.png")); // NOI18N + getContentPane().add(jLabel2); + jLabel2.setBounds(20, 390, 200, 60); + + jLabel1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/main.png"))); // NOI18N + jLabel1.setText("jLabel1"); + getContentPane().add(jLabel1); + jLabel1.setBounds(0, 0, 900, 480); + + pack(); + }// //GEN-END:initComponents + + /** + * @param args the command line arguments + */ + public static void main(String args[]) { + /* Set the Nimbus look and feel */ + // + /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel. + * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html + */ + try { + for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { + if ("Nimbus".equals(info.getName())) { + javax.swing.UIManager.setLookAndFeel(info.getClassName()); + break; + } + } + } catch (ClassNotFoundException ex) { + java.util.logging.Logger.getLogger(Main.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (InstantiationException ex) { + java.util.logging.Logger.getLogger(Main.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (IllegalAccessException ex) { + java.util.logging.Logger.getLogger(Main.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } catch (javax.swing.UnsupportedLookAndFeelException ex) { + java.util.logging.Logger.getLogger(Main.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); + } + // + + /* Create and display the form */ + java.awt.EventQueue.invokeLater(new Runnable() { + public void run() { + new Main().setVisible(true); + } + }); + } + // Variables declaration - do not modify//GEN-BEGIN:variables + private javax.swing.JLabel jLabel1; + private javax.swing.JLabel jLabel2; + // End of variables declaration//GEN-END:variables +} diff --git a/Timolous/src/front.png b/Timolous/src/front.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca5bb8a49d14f6bfbfcb3f10d10ccf065216d50 GIT binary patch literal 103487 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

soEgm%@w_2iq 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%0D}-BFb-{gqFKcbyvC1UPCpw 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 z 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

Y{F;R16Dz)h3tY*Z7gE#&Wp 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 C^~>4- literal 0 HcmV?d00001 From 39ef5e4420fe83899631b441ce1482927d16baff Mon Sep 17 00:00:00 2001 From: Chlorophyne <13510056@std.stei.itb.ac.id> Date: Sat, 18 May 2013 19:38:38 +0700 Subject: [PATCH 03/18] Simple Server and Multi Client connection have been implemented --- Client/src/client/Client.java | 27 +++++++++++++++-- Server/src/server/Server.java | 57 ++++++++++++++++++++++++++++++----- 2 files changed, 73 insertions(+), 11 deletions(-) diff --git a/Client/src/client/Client.java b/Client/src/client/Client.java index 798d6668..8e4bf8a4 100644 --- a/Client/src/client/Client.java +++ b/Client/src/client/Client.java @@ -3,10 +3,11 @@ * and open the template in the editor. */ package client; - +import java.io.*; +import java.net.*; /** * - * @author Compaq + * @author Timotius */ public class Client { @@ -14,6 +15,26 @@ public class Client { * @param args the command line arguments */ public static void main(String[] args) { - // TODO code application logic here + String command; + String message; + Boolean running; + + try{ + running = true; + BufferedReader inClient = new BufferedReader( new InputStreamReader(System.in)); + Socket clientSocket = new Socket("localhost", 1234); + DataOutputStream outServer = new DataOutputStream(clientSocket.getOutputStream()); + BufferedReader inServer = new BufferedReader(new InputStreamReader(clientSocket.getInputStream())); + while (running){ + System.out.print(">> "); + command = inClient.readLine(); + outServer.writeBytes(command + '\n'); + message = inServer.readLine(); + System.out.println("From Server: " + message); + } + clientSocket.close(); + } catch (Exception e){ + System.out.println(e.getMessage()); + } } } diff --git a/Server/src/server/Server.java b/Server/src/server/Server.java index 59ba2bd3..8385f7ec 100644 --- a/Server/src/server/Server.java +++ b/Server/src/server/Server.java @@ -3,17 +3,58 @@ * and open the template in the editor. */ package server; - +import java.io.*; +import java.net.*; /** * - * @author Compaq + * @author Timotius */ -public class Server { - - /** - * @param args the command line arguments - */ +public class Server implements Runnable{ + + protected static int port = 1234; + Socket connection; + private int ID; + private static int count = 0; + String message; + String capitalizedMessage; + + Server(Socket socket, int id) { + this.connection = socket; + this.ID = id; + } + + public static void main(String[] args) { - // TODO code application logic here + + try{ + ServerSocket socket = new ServerSocket(port); + System.out.println("Server ready..."); + while (true) { + Socket connection = socket.accept(); + Runnable runnable = new Server(connection, ++count); + System.out.println("New connection with ID: "+count); + Thread thread = new Thread(runnable); + thread.start(); + } + } catch(Exception e){ + System.out.println(e.getMessage()); + } + } + + public void run() { + + try{ + BufferedReader in = new BufferedReader(new InputStreamReader(connection.getInputStream())); + DataOutputStream out = new DataOutputStream(connection.getOutputStream()); + while (true){ + message = in.readLine(); + System.out.println("From Client: " + message); + capitalizedMessage = message.toUpperCase() + '\n'; + out.writeBytes(capitalizedMessage); + Thread.sleep(1000); + } + } catch (Exception e){ + System.out.println(e.getMessage()); + } } } From 9d89b7ffb6a2c2ea2b21f4f7a2eb566732aef74e Mon Sep 17 00:00:00 2001 From: Chlorophyne <13510056@std.stei.itb.ac.id> Date: Sat, 18 May 2013 20:14:26 +0700 Subject: [PATCH 04/18] Integrating Client and Server to database with JDBC Note : change database name, user, and password to fit yours --- .gitignore | 4 +- Client/mysql-connector-java-5.1.25/CHANGES | 4885 +++++++++ Client/mysql-connector-java-5.1.25/COPYING | 307 + Client/mysql-connector-java-5.1.25/README | 2304 +++++ Client/mysql-connector-java-5.1.25/README.txt | 2304 +++++ Client/mysql-connector-java-5.1.25/build.xml | 1247 +++ .../docs/README.txt | 5927 +++++++++++ .../docs/connector-j.html | 5478 +++++++++++ .../docs/connector-j.pdf | Bin 0 -> 405352 bytes .../mysql-connector-java-5.1.25-bin.jar | Bin 0 -> 848401 bytes .../AbandonedConnectionCleanupThread.java | 64 + .../mysql/jdbc/AssertionFailedException.java | 71 + .../com/mysql/jdbc/AuthenticationPlugin.java | 119 + .../src/com/mysql/jdbc/BalanceStrategy.java | 77 + .../jdbc/BestResponseTimeBalanceStrategy.java | 120 + .../src/com/mysql/jdbc/Blob.java | 389 + .../src/com/mysql/jdbc/BlobFromLocator.java | 708 ++ .../src/com/mysql/jdbc/Buffer.java | 712 ++ .../src/com/mysql/jdbc/BufferRow.java | 766 ++ .../src/com/mysql/jdbc/ByteArrayRow.java | 297 + .../src/com/mysql/jdbc/CacheAdapter.java | 40 + .../com/mysql/jdbc/CacheAdapterFactory.java | 35 + .../mysql/jdbc/CachedResultSetMetaData.java | 57 + .../src/com/mysql/jdbc/CallableStatement.java | 2673 +++++ .../src/com/mysql/jdbc/CharsetMapping.java | 1022 ++ .../src/com/mysql/jdbc/Charsets.properties | 102 + .../src/com/mysql/jdbc/Clob.java | 305 + .../mysql/jdbc/CommunicationsException.java | 105 + .../com/mysql/jdbc/CompressedInputStream.java | 324 + .../src/com/mysql/jdbc/Connection.java | 434 + ...onnectionFeatureNotAvailableException.java | 70 + .../src/com/mysql/jdbc/ConnectionGroup.java | 250 + .../mysql/jdbc/ConnectionGroupManager.java | 214 + .../src/com/mysql/jdbc/ConnectionImpl.java | 6104 ++++++++++++ .../jdbc/ConnectionLifecycleInterceptor.java | 128 + .../com/mysql/jdbc/ConnectionProperties.java | 1708 ++++ .../mysql/jdbc/ConnectionPropertiesImpl.java | 4739 +++++++++ .../jdbc/ConnectionPropertiesTransform.java | 56 + .../src/com/mysql/jdbc/Constants.java | 57 + .../src/com/mysql/jdbc/DatabaseMetaData.java | 8543 ++++++++++++++++ .../jdbc/DatabaseMetaDataUsingInfoSchema.java | 1680 ++++ .../mysql/jdbc/DocsConnectionPropsHelper.java | 39 + .../src/com/mysql/jdbc/Driver.java | 81 + .../src/com/mysql/jdbc/EscapeProcessor.java | 806 ++ .../com/mysql/jdbc/EscapeProcessorResult.java | 44 + .../src/com/mysql/jdbc/EscapeTokenizer.java | 197 + .../com/mysql/jdbc/ExceptionInterceptor.java | 30 + .../src/com/mysql/jdbc/ExportControlled.java | 266 + .../src/com/mysql/jdbc/Extension.java | 57 + .../mysql/jdbc/FailoverConnectionProxy.java | 229 + .../src/com/mysql/jdbc/Field.java | 1102 +++ .../src/com/mysql/jdbc/IterateBlock.java | 76 + .../mysql/jdbc/JDBC4CallableStatement.java | 284 + .../mysql/jdbc/JDBC4ClientInfoProvider.java | 138 + .../mysql/jdbc/JDBC4ClientInfoProviderSP.java | 169 + .../jdbc/JDBC4CommentClientInfoProvider.java | 108 + .../src/com/mysql/jdbc/JDBC4Connection.java | 241 + .../com/mysql/jdbc/JDBC4DatabaseMetaData.java | 205 + .../JDBC4DatabaseMetaDataUsingInfoSchema.java | 93 + .../JDBC4LoadBalancedMySQLConnection.java | 138 + .../com/mysql/jdbc/JDBC4MySQLConnection.java | 73 + .../src/com/mysql/jdbc/JDBC4MysqlSQLXML.java | 838 ++ .../src/com/mysql/jdbc/JDBC4NClob.java | 45 + .../mysql/jdbc/JDBC4PreparedStatement.java | 79 + .../jdbc/JDBC4PreparedStatementHelper.java | 77 + .../src/com/mysql/jdbc/JDBC4ResultSet.java | 549 ++ .../jdbc/JDBC4ServerPreparedStatement.java | 152 + .../mysql/jdbc/JDBC4UpdatableResultSet.java | 614 ++ .../com/mysql/jdbc/LicenseConfiguration.java | 59 + .../jdbc/LoadBalanceExceptionChecker.java | 46 + .../LoadBalancedAutoCommitInterceptor.java | 140 + .../jdbc/LoadBalancedMySQLConnection.java | 2638 +++++ .../jdbc/LoadBalancingConnectionProxy.java | 1132 +++ .../jdbc/LocalizedErrorMessages.properties | 673 ++ .../src/com/mysql/jdbc/Messages.java | 116 + .../src/com/mysql/jdbc/MiniAdmin.java | 110 + .../src/com/mysql/jdbc/MySQLConnection.java | 209 + .../com/mysql/jdbc/MysqlDataTruncation.java | 83 + .../src/com/mysql/jdbc/MysqlDefs.java | 592 ++ .../src/com/mysql/jdbc/MysqlErrorNumbers.java | 947 ++ .../src/com/mysql/jdbc/MysqlIO.java | 5325 ++++++++++ .../mysql/jdbc/MysqlParameterMetadata.java | 215 + .../src/com/mysql/jdbc/MysqlSavepoint.java | 112 + .../mysql/jdbc/NamedPipeSocketFactory.java | 224 + .../jdbc/NdbLoadBalanceExceptionChecker.java | 18 + .../src/com/mysql/jdbc/NetworkResources.java | 93 + .../mysql/jdbc/NoSubInterceptorWrapper.java | 75 + .../com/mysql/jdbc/NonRegisteringDriver.java | 969 ++ .../jdbc/NonRegisteringReplicationDriver.java | 53 + .../src/com/mysql/jdbc/NotImplemented.java | 47 + .../src/com/mysql/jdbc/NotUpdatable.java | 73 + .../jdbc/OperationNotSupportedException.java | 34 + .../com/mysql/jdbc/OutputStreamWatcher.java | 43 + .../com/mysql/jdbc/PacketTooBigException.java | 58 + .../src/com/mysql/jdbc/ParameterBindings.java | 95 + .../mysql/jdbc/PerConnectionLRUFactory.java | 96 + .../jdbc/PerVmServerConfigCacheFactory.java | 65 + .../src/com/mysql/jdbc/PingTarget.java | 30 + .../src/com/mysql/jdbc/PreparedStatement.java | 5760 +++++++++++ .../jdbc/ProfilerEventHandlerFactory.java | 88 + .../com/mysql/jdbc/RandomBalanceStrategy.java | 132 + ...ReflectiveStatementInterceptorAdapter.java | 100 + .../com/mysql/jdbc/ReplicationConnection.java | 2698 +++++ .../src/com/mysql/jdbc/ReplicationDriver.java | 84 + .../src/com/mysql/jdbc/ResultSetImpl.java | 8750 +++++++++++++++++ .../mysql/jdbc/ResultSetInternalMethods.java | 179 + .../src/com/mysql/jdbc/ResultSetMetaData.java | 862 ++ .../src/com/mysql/jdbc/ResultSetRow.java | 1484 +++ .../src/com/mysql/jdbc/RowData.java | 247 + .../src/com/mysql/jdbc/RowDataCursor.java | 482 + .../src/com/mysql/jdbc/RowDataDynamic.java | 515 + .../src/com/mysql/jdbc/RowDataStatic.java | 269 + .../src/com/mysql/jdbc/SQLError.java | 1344 +++ .../src/com/mysql/jdbc/Security.java | 359 + .../mysql/jdbc/SequentialBalanceStrategy.java | 168 + .../mysql/jdbc/ServerPreparedStatement.java | 3082 ++++++ .../jdbc/SingleByteCharsetConverter.java | 337 + .../src/com/mysql/jdbc/SocketFactory.java | 97 + .../src/com/mysql/jdbc/SocketMetadata.java | 33 + .../StandardLoadBalanceExceptionChecker.java | 122 + .../com/mysql/jdbc/StandardSocketFactory.java | 478 + .../src/com/mysql/jdbc/Statement.java | 106 + .../src/com/mysql/jdbc/StatementImpl.java | 3054 ++++++ .../com/mysql/jdbc/StatementInterceptor.java | 144 + .../mysql/jdbc/StatementInterceptorV2.java | 129 + .../com/mysql/jdbc/StreamingNotifiable.java | 30 + .../src/com/mysql/jdbc/StringUtils.java | 1942 ++++ .../src/com/mysql/jdbc/TimeUtil.java | 1330 +++ .../com/mysql/jdbc/UpdatableResultSet.java | 2626 +++++ .../src/com/mysql/jdbc/Util.java | 612 ++ .../V1toV2StatementInterceptorAdapter.java | 57 + .../com/mysql/jdbc/WatchableOutputStream.java | 65 + .../src/com/mysql/jdbc/WatchableWriter.java | 65 + .../src/com/mysql/jdbc/WriterWatcher.java | 43 + .../MysqlClearPasswordPlugin.java | 83 + .../MysqlNativePasswordPlugin.java | 106 + .../MysqlOldPasswordPlugin.java | 94 + .../authentication/Sha256PasswordPlugin.java | 83 + .../mysql/jdbc/configs/3-0-Compat.properties | 19 + .../mysql/jdbc/configs/5-0-Compat.properties | 6 + .../mysql/jdbc/configs/clusterBase.properties | 4 + .../mysql/jdbc/configs/coldFusion.properties | 25 + .../mysql/jdbc/configs/fullDebug.properties | 6 + .../jdbc/configs/maxPerformance.properties | 34 + .../configs/solarisMaxPerformance.properties | 13 + .../DeadlockTimeoutRollbackMarker.java | 32 + .../jdbc/exceptions/MySQLDataException.java | 46 + ...IntegrityConstraintViolationException.java | 47 + ...ySQLInvalidAuthorizationSpecException.java | 47 + .../MySQLNonTransientConnectionException.java | 47 + .../MySQLNonTransientException.java | 48 + .../MySQLQueryInterruptedException.java | 48 + .../MySQLStatementCancelledException.java | 46 + .../exceptions/MySQLSyntaxErrorException.java | 46 + .../exceptions/MySQLTimeoutException.java | 46 + .../MySQLTransactionRollbackException.java | 47 + .../MySQLTransientConnectionException.java | 47 + .../exceptions/MySQLTransientException.java | 48 + .../jdbc4/CommunicationsException.java | 88 + .../exceptions/jdbc4/MySQLDataException.java | 46 + ...IntegrityConstraintViolationException.java | 47 + ...ySQLInvalidAuthorizationSpecException.java | 47 + .../MySQLNonTransientConnectionException.java | 47 + .../jdbc4/MySQLNonTransientException.java | 47 + .../jdbc4/MySQLSyntaxErrorException.java | 46 + .../jdbc4/MySQLTimeoutException.java | 51 + .../MySQLTransactionRollbackException.java | 49 + .../MySQLTransientConnectionException.java | 47 + .../jdbc4/MySQLTransientException.java | 47 + .../c3p0/MysqlConnectionTester.java | 137 + .../jboss/ExtendedMysqlExceptionSorter.java | 56 + .../jboss/MysqlValidConnectionChecker.java | 78 + .../ResultSetScannerInterceptor.java | 113 + .../ServerStatusDiffInterceptor.java | 107 + .../SessionAssociationInterceptor.java | 94 + .../optional/CallableStatementWrapper.java | 2639 +++++ .../jdbc2/optional/ConnectionWrapper.java | 2837 ++++++ .../JDBC4CallableStatementWrapper.java | 1009 ++ .../optional/JDBC4ConnectionWrapper.java | 339 + .../optional/JDBC4MysqlPooledConnection.java | 108 + .../optional/JDBC4MysqlXAConnection.java | 100 + .../JDBC4PreparedStatementWrapper.java | 538 + .../jdbc2/optional/JDBC4StatementWrapper.java | 199 + .../JDBC4SuspendableXAConnection.java | 100 + .../MysqlConnectionPoolDataSource.java | 89 + .../jdbc/jdbc2/optional/MysqlDataSource.java | 453 + .../optional/MysqlDataSourceFactory.java | 152 + .../jdbc2/optional/MysqlPooledConnection.java | 257 + .../jdbc2/optional/MysqlXAConnection.java | 675 ++ .../jdbc2/optional/MysqlXADataSource.java | 78 + .../jdbc/jdbc2/optional/MysqlXAException.java | 67 + .../mysql/jdbc/jdbc2/optional/MysqlXid.java | 111 + .../optional/PreparedStatementWrapper.java | 1227 +++ .../jdbc/jdbc2/optional/StatementWrapper.java | 869 ++ .../optional/SuspendableXAConnection.java | 212 + .../jdbc/jdbc2/optional/WrapperBase.java | 134 + .../LoadBalanceConnectionGroupManager.java | 119 + ...oadBalanceConnectionGroupManagerMBean.java | 54 + .../src/com/mysql/jdbc/log/Jdk14Logger.java | 299 + .../src/com/mysql/jdbc/log/Log.java | 185 + .../src/com/mysql/jdbc/log/LogFactory.java | 133 + .../src/com/mysql/jdbc/log/LogUtils.java | 161 + .../src/com/mysql/jdbc/log/NullLogger.java | 197 + .../src/com/mysql/jdbc/log/Slf4JLogger.java | 111 + .../com/mysql/jdbc/log/StandardLogger.java | 327 + .../profiler/LoggingProfilerEventHandler.java | 59 + .../mysql/jdbc/profiler/ProfilerEvent.java | 522 + .../jdbc/profiler/ProfilerEventHandler.java | 32 + .../com/mysql/jdbc/util/BaseBugReport.java | 265 + .../jdbc/util/ErrorMappingsDocGenerator.java | 44 + .../src/com/mysql/jdbc/util/LRUCache.java | 53 + .../jdbc/util/PropertiesDocGenerator.java | 43 + .../mysql/jdbc/util/ReadAheadInputStream.java | 310 + .../com/mysql/jdbc/util/ResultSetUtil.java | 91 + .../com/mysql/jdbc/util/ServerController.java | 348 + .../src/com/mysql/jdbc/util/TimezoneDump.java | 94 + .../jdbc/util/VersionFSHierarchyMaker.java | 133 + .../src/doc/sources/connPropsToDocbook.xsl | 101 + .../src/doc/sources/errorMapToDocbook.xsl | 51 + .../src/doc/sources/placeholder.txt | 5 + .../src/doc/sources/pom.xml | 37 + .../src/lib/ant-contrib.jar | Bin 0 -> 194050 bytes .../src/lib/c3p0-0.9.1-pre6.jar | Bin 0 -> 531005 bytes .../src/lib/c3p0-0.9.1-pre6.src.zip | Bin 0 -> 603604 bytes .../src/lib/jboss-common-jdbc-wrapper-src.jar | Bin 0 -> 35342 bytes .../src/lib/jboss-common-jdbc-wrapper.jar | Bin 0 -> 50184 bytes .../src/lib/slf4j-api-1.6.1.jar | Bin 0 -> 25496 bytes .../src/org/gjt/mm/mysql/Driver.java | 48 + .../src/testsuite/BaseTestCase.java | 1027 ++ .../testsuite/UnreliableSocketFactory.java | 491 + .../src/testsuite/perf/BasePerfTest.java | 237 + .../src/testsuite/perf/LoadStorePerfTest.java | 366 + .../src/testsuite/perf/RetrievalPerfTest.java | 235 + .../regression/BlobRegressionTest.java | 378 + .../regression/CachedRowsetTest.java | 101 + .../CallableStatementRegressionTest.java | 1943 ++++ .../regression/ConnectionRegressionTest.java | 4876 +++++++++ .../regression/DataSourceRegressionTest.java | 515 + .../EscapeProcessorRegressionTest.java | 158 + .../regression/MetaDataRegressionTest.java | 3402 +++++++ .../MicroPerformanceRegressionTest.java | 502 + .../regression/NumbersRegressionTest.java | 269 + .../PooledConnectionRegressionTest.java | 438 + .../regression/ResultSetRegressionTest.java | 4893 +++++++++ .../regression/StatementRegressionTest.java | 6909 +++++++++++++ .../regression/StressRegressionTest.java | 319 + .../regression/StringRegressionTest.java | 900 ++ .../regression/SubqueriesRegressionTest.java | 221 + .../regression/SyntaxRegressionTest.java | 567 ++ .../src/testsuite/simple/BlobTest.java | 266 + .../simple/CallableStatementTest.java | 514 + .../src/testsuite/simple/CharsetTests.java | 455 + .../src/testsuite/simple/ConnectionTest.java | 1880 ++++ .../src/testsuite/simple/DataSourceTest.java | 253 + .../src/testsuite/simple/DateTest.java | 403 + .../simple/EscapeProcessingTest.java | 140 + .../src/testsuite/simple/MetadataTest.java | 828 ++ .../src/testsuite/simple/MiniAdminTest.java | 94 + .../src/testsuite/simple/NumbersTest.java | 111 + .../simple/ReadOnlyCallableStatementTest.java | 146 + .../src/testsuite/simple/ResultSetTest.java | 277 + .../src/testsuite/simple/SSLTest.java | 82 + .../simple/ServerControllerTest.java | 87 + .../testsuite/simple/SimpleTransformer.java | 55 + .../testsuite/simple/SplitDBdotNameTest.java | 128 + .../src/testsuite/simple/StatementsTest.java | 1998 ++++ .../testsuite/simple/TestBug57662Logger.java | 47 + .../simple/TestLifecycleInterceptor.java | 87 + .../src/testsuite/simple/TransactionTest.java | 116 + .../src/testsuite/simple/TraversalTest.java | 233 + .../testsuite/simple/UpdatabilityTest.java | 370 + .../src/testsuite/simple/XATest.java | 479 + .../simple/jdbc4/StatementsTest.java | 648 ++ .../src/testsuite/simple/tb2-data.txt.gz | Bin 0 -> 237499 bytes .../src/testsuite/ssl-test-certs/ca-cert.pem | 25 + .../src/testsuite/ssl-test-certs/ca-key.pem | 27 + .../testsuite/ssl-test-certs/server-cert.pem | 21 + .../testsuite/ssl-test-certs/server-key.pem | 27 + .../testsuite/ssl-test-certs/server-req.pem | 17 + .../testsuite/ssl-test-certs/test-cert-store | Bin 0 -> 1158 bytes Client/nbproject/project.properties | 8 +- Client/src/client/Client.java | 28 + Server/mysql-connector-java-5.1.25/CHANGES | 4885 +++++++++ Server/mysql-connector-java-5.1.25/COPYING | 307 + Server/mysql-connector-java-5.1.25/README | 2304 +++++ Server/mysql-connector-java-5.1.25/README.txt | 2304 +++++ Server/mysql-connector-java-5.1.25/build.xml | 1247 +++ .../docs/README.txt | 5927 +++++++++++ .../docs/connector-j.html | 5478 +++++++++++ .../docs/connector-j.pdf | Bin 0 -> 405352 bytes .../mysql-connector-java-5.1.25-bin.jar | Bin 0 -> 848401 bytes .../AbandonedConnectionCleanupThread.java | 64 + .../mysql/jdbc/AssertionFailedException.java | 71 + .../com/mysql/jdbc/AuthenticationPlugin.java | 119 + .../src/com/mysql/jdbc/BalanceStrategy.java | 77 + .../jdbc/BestResponseTimeBalanceStrategy.java | 120 + .../src/com/mysql/jdbc/Blob.java | 389 + .../src/com/mysql/jdbc/BlobFromLocator.java | 708 ++ .../src/com/mysql/jdbc/Buffer.java | 712 ++ .../src/com/mysql/jdbc/BufferRow.java | 766 ++ .../src/com/mysql/jdbc/ByteArrayRow.java | 297 + .../src/com/mysql/jdbc/CacheAdapter.java | 40 + .../com/mysql/jdbc/CacheAdapterFactory.java | 35 + .../mysql/jdbc/CachedResultSetMetaData.java | 57 + .../src/com/mysql/jdbc/CallableStatement.java | 2673 +++++ .../src/com/mysql/jdbc/CharsetMapping.java | 1022 ++ .../src/com/mysql/jdbc/Charsets.properties | 102 + .../src/com/mysql/jdbc/Clob.java | 305 + .../mysql/jdbc/CommunicationsException.java | 105 + .../com/mysql/jdbc/CompressedInputStream.java | 324 + .../src/com/mysql/jdbc/Connection.java | 434 + ...onnectionFeatureNotAvailableException.java | 70 + .../src/com/mysql/jdbc/ConnectionGroup.java | 250 + .../mysql/jdbc/ConnectionGroupManager.java | 214 + .../src/com/mysql/jdbc/ConnectionImpl.java | 6104 ++++++++++++ .../jdbc/ConnectionLifecycleInterceptor.java | 128 + .../com/mysql/jdbc/ConnectionProperties.java | 1708 ++++ .../mysql/jdbc/ConnectionPropertiesImpl.java | 4739 +++++++++ .../jdbc/ConnectionPropertiesTransform.java | 56 + .../src/com/mysql/jdbc/Constants.java | 57 + .../src/com/mysql/jdbc/DatabaseMetaData.java | 8543 ++++++++++++++++ .../jdbc/DatabaseMetaDataUsingInfoSchema.java | 1680 ++++ .../mysql/jdbc/DocsConnectionPropsHelper.java | 39 + .../src/com/mysql/jdbc/Driver.java | 81 + .../src/com/mysql/jdbc/EscapeProcessor.java | 806 ++ .../com/mysql/jdbc/EscapeProcessorResult.java | 44 + .../src/com/mysql/jdbc/EscapeTokenizer.java | 197 + .../com/mysql/jdbc/ExceptionInterceptor.java | 30 + .../src/com/mysql/jdbc/ExportControlled.java | 266 + .../src/com/mysql/jdbc/Extension.java | 57 + .../mysql/jdbc/FailoverConnectionProxy.java | 229 + .../src/com/mysql/jdbc/Field.java | 1102 +++ .../src/com/mysql/jdbc/IterateBlock.java | 76 + .../mysql/jdbc/JDBC4CallableStatement.java | 284 + .../mysql/jdbc/JDBC4ClientInfoProvider.java | 138 + .../mysql/jdbc/JDBC4ClientInfoProviderSP.java | 169 + .../jdbc/JDBC4CommentClientInfoProvider.java | 108 + .../src/com/mysql/jdbc/JDBC4Connection.java | 241 + .../com/mysql/jdbc/JDBC4DatabaseMetaData.java | 205 + .../JDBC4DatabaseMetaDataUsingInfoSchema.java | 93 + .../JDBC4LoadBalancedMySQLConnection.java | 138 + .../com/mysql/jdbc/JDBC4MySQLConnection.java | 73 + .../src/com/mysql/jdbc/JDBC4MysqlSQLXML.java | 838 ++ .../src/com/mysql/jdbc/JDBC4NClob.java | 45 + .../mysql/jdbc/JDBC4PreparedStatement.java | 79 + .../jdbc/JDBC4PreparedStatementHelper.java | 77 + .../src/com/mysql/jdbc/JDBC4ResultSet.java | 549 ++ .../jdbc/JDBC4ServerPreparedStatement.java | 152 + .../mysql/jdbc/JDBC4UpdatableResultSet.java | 614 ++ .../com/mysql/jdbc/LicenseConfiguration.java | 59 + .../jdbc/LoadBalanceExceptionChecker.java | 46 + .../LoadBalancedAutoCommitInterceptor.java | 140 + .../jdbc/LoadBalancedMySQLConnection.java | 2638 +++++ .../jdbc/LoadBalancingConnectionProxy.java | 1132 +++ .../jdbc/LocalizedErrorMessages.properties | 673 ++ .../src/com/mysql/jdbc/Messages.java | 116 + .../src/com/mysql/jdbc/MiniAdmin.java | 110 + .../src/com/mysql/jdbc/MySQLConnection.java | 209 + .../com/mysql/jdbc/MysqlDataTruncation.java | 83 + .../src/com/mysql/jdbc/MysqlDefs.java | 592 ++ .../src/com/mysql/jdbc/MysqlErrorNumbers.java | 947 ++ .../src/com/mysql/jdbc/MysqlIO.java | 5325 ++++++++++ .../mysql/jdbc/MysqlParameterMetadata.java | 215 + .../src/com/mysql/jdbc/MysqlSavepoint.java | 112 + .../mysql/jdbc/NamedPipeSocketFactory.java | 224 + .../jdbc/NdbLoadBalanceExceptionChecker.java | 18 + .../src/com/mysql/jdbc/NetworkResources.java | 93 + .../mysql/jdbc/NoSubInterceptorWrapper.java | 75 + .../com/mysql/jdbc/NonRegisteringDriver.java | 969 ++ .../jdbc/NonRegisteringReplicationDriver.java | 53 + .../src/com/mysql/jdbc/NotImplemented.java | 47 + .../src/com/mysql/jdbc/NotUpdatable.java | 73 + .../jdbc/OperationNotSupportedException.java | 34 + .../com/mysql/jdbc/OutputStreamWatcher.java | 43 + .../com/mysql/jdbc/PacketTooBigException.java | 58 + .../src/com/mysql/jdbc/ParameterBindings.java | 95 + .../mysql/jdbc/PerConnectionLRUFactory.java | 96 + .../jdbc/PerVmServerConfigCacheFactory.java | 65 + .../src/com/mysql/jdbc/PingTarget.java | 30 + .../src/com/mysql/jdbc/PreparedStatement.java | 5760 +++++++++++ .../jdbc/ProfilerEventHandlerFactory.java | 88 + .../com/mysql/jdbc/RandomBalanceStrategy.java | 132 + ...ReflectiveStatementInterceptorAdapter.java | 100 + .../com/mysql/jdbc/ReplicationConnection.java | 2698 +++++ .../src/com/mysql/jdbc/ReplicationDriver.java | 84 + .../src/com/mysql/jdbc/ResultSetImpl.java | 8750 +++++++++++++++++ .../mysql/jdbc/ResultSetInternalMethods.java | 179 + .../src/com/mysql/jdbc/ResultSetMetaData.java | 862 ++ .../src/com/mysql/jdbc/ResultSetRow.java | 1484 +++ .../src/com/mysql/jdbc/RowData.java | 247 + .../src/com/mysql/jdbc/RowDataCursor.java | 482 + .../src/com/mysql/jdbc/RowDataDynamic.java | 515 + .../src/com/mysql/jdbc/RowDataStatic.java | 269 + .../src/com/mysql/jdbc/SQLError.java | 1344 +++ .../src/com/mysql/jdbc/Security.java | 359 + .../mysql/jdbc/SequentialBalanceStrategy.java | 168 + .../mysql/jdbc/ServerPreparedStatement.java | 3082 ++++++ .../jdbc/SingleByteCharsetConverter.java | 337 + .../src/com/mysql/jdbc/SocketFactory.java | 97 + .../src/com/mysql/jdbc/SocketMetadata.java | 33 + .../StandardLoadBalanceExceptionChecker.java | 122 + .../com/mysql/jdbc/StandardSocketFactory.java | 478 + .../src/com/mysql/jdbc/Statement.java | 106 + .../src/com/mysql/jdbc/StatementImpl.java | 3054 ++++++ .../com/mysql/jdbc/StatementInterceptor.java | 144 + .../mysql/jdbc/StatementInterceptorV2.java | 129 + .../com/mysql/jdbc/StreamingNotifiable.java | 30 + .../src/com/mysql/jdbc/StringUtils.java | 1942 ++++ .../src/com/mysql/jdbc/TimeUtil.java | 1330 +++ .../com/mysql/jdbc/UpdatableResultSet.java | 2626 +++++ .../src/com/mysql/jdbc/Util.java | 612 ++ .../V1toV2StatementInterceptorAdapter.java | 57 + .../com/mysql/jdbc/WatchableOutputStream.java | 65 + .../src/com/mysql/jdbc/WatchableWriter.java | 65 + .../src/com/mysql/jdbc/WriterWatcher.java | 43 + .../MysqlClearPasswordPlugin.java | 83 + .../MysqlNativePasswordPlugin.java | 106 + .../MysqlOldPasswordPlugin.java | 94 + .../authentication/Sha256PasswordPlugin.java | 83 + .../mysql/jdbc/configs/3-0-Compat.properties | 19 + .../mysql/jdbc/configs/5-0-Compat.properties | 6 + .../mysql/jdbc/configs/clusterBase.properties | 4 + .../mysql/jdbc/configs/coldFusion.properties | 25 + .../mysql/jdbc/configs/fullDebug.properties | 6 + .../jdbc/configs/maxPerformance.properties | 34 + .../configs/solarisMaxPerformance.properties | 13 + .../DeadlockTimeoutRollbackMarker.java | 32 + .../jdbc/exceptions/MySQLDataException.java | 46 + ...IntegrityConstraintViolationException.java | 47 + ...ySQLInvalidAuthorizationSpecException.java | 47 + .../MySQLNonTransientConnectionException.java | 47 + .../MySQLNonTransientException.java | 48 + .../MySQLQueryInterruptedException.java | 48 + .../MySQLStatementCancelledException.java | 46 + .../exceptions/MySQLSyntaxErrorException.java | 46 + .../exceptions/MySQLTimeoutException.java | 46 + .../MySQLTransactionRollbackException.java | 47 + .../MySQLTransientConnectionException.java | 47 + .../exceptions/MySQLTransientException.java | 48 + .../jdbc4/CommunicationsException.java | 88 + .../exceptions/jdbc4/MySQLDataException.java | 46 + ...IntegrityConstraintViolationException.java | 47 + ...ySQLInvalidAuthorizationSpecException.java | 47 + .../MySQLNonTransientConnectionException.java | 47 + .../jdbc4/MySQLNonTransientException.java | 47 + .../jdbc4/MySQLSyntaxErrorException.java | 46 + .../jdbc4/MySQLTimeoutException.java | 51 + .../MySQLTransactionRollbackException.java | 49 + .../MySQLTransientConnectionException.java | 47 + .../jdbc4/MySQLTransientException.java | 47 + .../c3p0/MysqlConnectionTester.java | 137 + .../jboss/ExtendedMysqlExceptionSorter.java | 56 + .../jboss/MysqlValidConnectionChecker.java | 78 + .../ResultSetScannerInterceptor.java | 113 + .../ServerStatusDiffInterceptor.java | 107 + .../SessionAssociationInterceptor.java | 94 + .../optional/CallableStatementWrapper.java | 2639 +++++ .../jdbc2/optional/ConnectionWrapper.java | 2837 ++++++ .../JDBC4CallableStatementWrapper.java | 1009 ++ .../optional/JDBC4ConnectionWrapper.java | 339 + .../optional/JDBC4MysqlPooledConnection.java | 108 + .../optional/JDBC4MysqlXAConnection.java | 100 + .../JDBC4PreparedStatementWrapper.java | 538 + .../jdbc2/optional/JDBC4StatementWrapper.java | 199 + .../JDBC4SuspendableXAConnection.java | 100 + .../MysqlConnectionPoolDataSource.java | 89 + .../jdbc/jdbc2/optional/MysqlDataSource.java | 453 + .../optional/MysqlDataSourceFactory.java | 152 + .../jdbc2/optional/MysqlPooledConnection.java | 257 + .../jdbc2/optional/MysqlXAConnection.java | 675 ++ .../jdbc2/optional/MysqlXADataSource.java | 78 + .../jdbc/jdbc2/optional/MysqlXAException.java | 67 + .../mysql/jdbc/jdbc2/optional/MysqlXid.java | 111 + .../optional/PreparedStatementWrapper.java | 1227 +++ .../jdbc/jdbc2/optional/StatementWrapper.java | 869 ++ .../optional/SuspendableXAConnection.java | 212 + .../jdbc/jdbc2/optional/WrapperBase.java | 134 + .../LoadBalanceConnectionGroupManager.java | 119 + ...oadBalanceConnectionGroupManagerMBean.java | 54 + .../src/com/mysql/jdbc/log/Jdk14Logger.java | 299 + .../src/com/mysql/jdbc/log/Log.java | 185 + .../src/com/mysql/jdbc/log/LogFactory.java | 133 + .../src/com/mysql/jdbc/log/LogUtils.java | 161 + .../src/com/mysql/jdbc/log/NullLogger.java | 197 + .../src/com/mysql/jdbc/log/Slf4JLogger.java | 111 + .../com/mysql/jdbc/log/StandardLogger.java | 327 + .../profiler/LoggingProfilerEventHandler.java | 59 + .../mysql/jdbc/profiler/ProfilerEvent.java | 522 + .../jdbc/profiler/ProfilerEventHandler.java | 32 + .../com/mysql/jdbc/util/BaseBugReport.java | 265 + .../jdbc/util/ErrorMappingsDocGenerator.java | 44 + .../src/com/mysql/jdbc/util/LRUCache.java | 53 + .../jdbc/util/PropertiesDocGenerator.java | 43 + .../mysql/jdbc/util/ReadAheadInputStream.java | 310 + .../com/mysql/jdbc/util/ResultSetUtil.java | 91 + .../com/mysql/jdbc/util/ServerController.java | 348 + .../src/com/mysql/jdbc/util/TimezoneDump.java | 94 + .../jdbc/util/VersionFSHierarchyMaker.java | 133 + .../src/doc/sources/connPropsToDocbook.xsl | 101 + .../src/doc/sources/errorMapToDocbook.xsl | 51 + .../src/doc/sources/placeholder.txt | 5 + .../src/doc/sources/pom.xml | 37 + .../src/lib/ant-contrib.jar | Bin 0 -> 194050 bytes .../src/lib/c3p0-0.9.1-pre6.jar | Bin 0 -> 531005 bytes .../src/lib/c3p0-0.9.1-pre6.src.zip | Bin 0 -> 603604 bytes .../src/lib/jboss-common-jdbc-wrapper-src.jar | Bin 0 -> 35342 bytes .../src/lib/jboss-common-jdbc-wrapper.jar | Bin 0 -> 50184 bytes .../src/lib/slf4j-api-1.6.1.jar | Bin 0 -> 25496 bytes .../src/org/gjt/mm/mysql/Driver.java | 48 + .../src/testsuite/BaseTestCase.java | 1027 ++ .../testsuite/UnreliableSocketFactory.java | 491 + .../src/testsuite/perf/BasePerfTest.java | 237 + .../src/testsuite/perf/LoadStorePerfTest.java | 366 + .../src/testsuite/perf/RetrievalPerfTest.java | 235 + .../regression/BlobRegressionTest.java | 378 + .../regression/CachedRowsetTest.java | 101 + .../CallableStatementRegressionTest.java | 1943 ++++ .../regression/ConnectionRegressionTest.java | 4876 +++++++++ .../regression/DataSourceRegressionTest.java | 515 + .../EscapeProcessorRegressionTest.java | 158 + .../regression/MetaDataRegressionTest.java | 3402 +++++++ .../MicroPerformanceRegressionTest.java | 502 + .../regression/NumbersRegressionTest.java | 269 + .../PooledConnectionRegressionTest.java | 438 + .../regression/ResultSetRegressionTest.java | 4893 +++++++++ .../regression/StatementRegressionTest.java | 6909 +++++++++++++ .../regression/StressRegressionTest.java | 319 + .../regression/StringRegressionTest.java | 900 ++ .../regression/SubqueriesRegressionTest.java | 221 + .../regression/SyntaxRegressionTest.java | 567 ++ .../src/testsuite/simple/BlobTest.java | 266 + .../simple/CallableStatementTest.java | 514 + .../src/testsuite/simple/CharsetTests.java | 455 + .../src/testsuite/simple/ConnectionTest.java | 1880 ++++ .../src/testsuite/simple/DataSourceTest.java | 253 + .../src/testsuite/simple/DateTest.java | 403 + .../simple/EscapeProcessingTest.java | 140 + .../src/testsuite/simple/MetadataTest.java | 828 ++ .../src/testsuite/simple/MiniAdminTest.java | 94 + .../src/testsuite/simple/NumbersTest.java | 111 + .../simple/ReadOnlyCallableStatementTest.java | 146 + .../src/testsuite/simple/ResultSetTest.java | 277 + .../src/testsuite/simple/SSLTest.java | 82 + .../simple/ServerControllerTest.java | 87 + .../testsuite/simple/SimpleTransformer.java | 55 + .../testsuite/simple/SplitDBdotNameTest.java | 128 + .../src/testsuite/simple/StatementsTest.java | 1998 ++++ .../testsuite/simple/TestBug57662Logger.java | 47 + .../simple/TestLifecycleInterceptor.java | 87 + .../src/testsuite/simple/TransactionTest.java | 116 + .../src/testsuite/simple/TraversalTest.java | 233 + .../testsuite/simple/UpdatabilityTest.java | 370 + .../src/testsuite/simple/XATest.java | 479 + .../simple/jdbc4/StatementsTest.java | 648 ++ .../src/testsuite/simple/tb2-data.txt.gz | Bin 0 -> 237499 bytes .../src/testsuite/ssl-test-certs/ca-cert.pem | 25 + .../src/testsuite/ssl-test-certs/ca-key.pem | 27 + .../testsuite/ssl-test-certs/server-cert.pem | 21 + .../testsuite/ssl-test-certs/server-key.pem | 27 + .../testsuite/ssl-test-certs/server-req.pem | 17 + .../testsuite/ssl-test-certs/test-cert-store | Bin 0 -> 1158 bytes Server/nbproject/project.properties | 8 +- Server/src/server/Server.java | 32 +- 563 files changed, 340443 insertions(+), 7 deletions(-) create mode 100644 Client/mysql-connector-java-5.1.25/CHANGES create mode 100644 Client/mysql-connector-java-5.1.25/COPYING create mode 100644 Client/mysql-connector-java-5.1.25/README create mode 100644 Client/mysql-connector-java-5.1.25/README.txt create mode 100644 Client/mysql-connector-java-5.1.25/build.xml create mode 100644 Client/mysql-connector-java-5.1.25/docs/README.txt create mode 100644 Client/mysql-connector-java-5.1.25/docs/connector-j.html create mode 100644 Client/mysql-connector-java-5.1.25/docs/connector-j.pdf create mode 100644 Client/mysql-connector-java-5.1.25/mysql-connector-java-5.1.25-bin.jar create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/AbandonedConnectionCleanupThread.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/AssertionFailedException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/AuthenticationPlugin.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/BalanceStrategy.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/BestResponseTimeBalanceStrategy.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Blob.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/BlobFromLocator.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Buffer.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/BufferRow.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ByteArrayRow.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CacheAdapter.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CacheAdapterFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CachedResultSetMetaData.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CallableStatement.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CharsetMapping.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Charsets.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Clob.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CommunicationsException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CompressedInputStream.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Connection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionFeatureNotAvailableException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionGroup.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionGroupManager.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionImpl.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionLifecycleInterceptor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionProperties.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionPropertiesImpl.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionPropertiesTransform.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Constants.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/DatabaseMetaData.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/DatabaseMetaDataUsingInfoSchema.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/DocsConnectionPropsHelper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Driver.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/EscapeProcessor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/EscapeProcessorResult.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/EscapeTokenizer.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ExceptionInterceptor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ExportControlled.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Extension.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/FailoverConnectionProxy.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Field.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/IterateBlock.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4CallableStatement.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4ClientInfoProvider.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4ClientInfoProviderSP.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4CommentClientInfoProvider.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4Connection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4DatabaseMetaData.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4DatabaseMetaDataUsingInfoSchema.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4LoadBalancedMySQLConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4MySQLConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4MysqlSQLXML.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4NClob.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4PreparedStatement.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4PreparedStatementHelper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4ResultSet.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4ServerPreparedStatement.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4UpdatableResultSet.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LicenseConfiguration.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LoadBalanceExceptionChecker.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LoadBalancedAutoCommitInterceptor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LoadBalancedMySQLConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LoadBalancingConnectionProxy.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LocalizedErrorMessages.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Messages.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MiniAdmin.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MySQLConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlDataTruncation.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlDefs.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlErrorNumbers.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlIO.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlParameterMetadata.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlSavepoint.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NamedPipeSocketFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NdbLoadBalanceExceptionChecker.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NetworkResources.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NoSubInterceptorWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NonRegisteringDriver.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NonRegisteringReplicationDriver.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NotImplemented.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NotUpdatable.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/OperationNotSupportedException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/OutputStreamWatcher.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PacketTooBigException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ParameterBindings.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PerConnectionLRUFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PerVmServerConfigCacheFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PingTarget.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PreparedStatement.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ProfilerEventHandlerFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RandomBalanceStrategy.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ReflectiveStatementInterceptorAdapter.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ReplicationConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ReplicationDriver.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ResultSetImpl.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ResultSetInternalMethods.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ResultSetMetaData.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ResultSetRow.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RowData.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RowDataCursor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RowDataDynamic.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RowDataStatic.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SQLError.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Security.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SequentialBalanceStrategy.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ServerPreparedStatement.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SingleByteCharsetConverter.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SocketFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SocketMetadata.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StandardLoadBalanceExceptionChecker.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StandardSocketFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Statement.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StatementImpl.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StatementInterceptor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StatementInterceptorV2.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StreamingNotifiable.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StringUtils.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/TimeUtil.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/UpdatableResultSet.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Util.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/V1toV2StatementInterceptorAdapter.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/WatchableOutputStream.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/WatchableWriter.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/WriterWatcher.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/authentication/MysqlClearPasswordPlugin.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/authentication/MysqlNativePasswordPlugin.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/authentication/MysqlOldPasswordPlugin.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/authentication/Sha256PasswordPlugin.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/3-0-Compat.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/5-0-Compat.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/clusterBase.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/coldFusion.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/fullDebug.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/maxPerformance.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/solarisMaxPerformance.properties create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/DeadlockTimeoutRollbackMarker.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLDataException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLIntegrityConstraintViolationException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLInvalidAuthorizationSpecException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLNonTransientConnectionException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLNonTransientException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLQueryInterruptedException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLStatementCancelledException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLSyntaxErrorException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLTimeoutException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLTransactionRollbackException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLTransientConnectionException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLTransientException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/CommunicationsException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLDataException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLIntegrityConstraintViolationException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLInvalidAuthorizationSpecException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLNonTransientConnectionException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLNonTransientException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLSyntaxErrorException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLTimeoutException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLTransactionRollbackException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLTransientConnectionException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLTransientException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/integration/c3p0/MysqlConnectionTester.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/integration/jboss/ExtendedMysqlExceptionSorter.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/integration/jboss/MysqlValidConnectionChecker.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/interceptors/ResultSetScannerInterceptor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/interceptors/ServerStatusDiffInterceptor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/interceptors/SessionAssociationInterceptor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/CallableStatementWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/ConnectionWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4CallableStatementWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4ConnectionWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4MysqlPooledConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4MysqlXAConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4PreparedStatementWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4StatementWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4SuspendableXAConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlConnectionPoolDataSource.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlDataSource.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlDataSourceFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlPooledConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlXAConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlXADataSource.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlXAException.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlXid.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/PreparedStatementWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/StatementWrapper.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/SuspendableXAConnection.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/WrapperBase.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jmx/LoadBalanceConnectionGroupManager.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jmx/LoadBalanceConnectionGroupManagerMBean.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/Jdk14Logger.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/Log.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/LogFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/LogUtils.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/NullLogger.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/Slf4JLogger.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/StandardLogger.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/profiler/LoggingProfilerEventHandler.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/profiler/ProfilerEvent.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/profiler/ProfilerEventHandler.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/BaseBugReport.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/ErrorMappingsDocGenerator.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/LRUCache.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/PropertiesDocGenerator.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/ReadAheadInputStream.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/ResultSetUtil.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/ServerController.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/TimezoneDump.java create mode 100644 Client/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/VersionFSHierarchyMaker.java create mode 100644 Client/mysql-connector-java-5.1.25/src/doc/sources/connPropsToDocbook.xsl create mode 100644 Client/mysql-connector-java-5.1.25/src/doc/sources/errorMapToDocbook.xsl create mode 100644 Client/mysql-connector-java-5.1.25/src/doc/sources/placeholder.txt create mode 100644 Client/mysql-connector-java-5.1.25/src/doc/sources/pom.xml create mode 100644 Client/mysql-connector-java-5.1.25/src/lib/ant-contrib.jar create mode 100644 Client/mysql-connector-java-5.1.25/src/lib/c3p0-0.9.1-pre6.jar create mode 100644 Client/mysql-connector-java-5.1.25/src/lib/c3p0-0.9.1-pre6.src.zip create mode 100644 Client/mysql-connector-java-5.1.25/src/lib/jboss-common-jdbc-wrapper-src.jar create mode 100644 Client/mysql-connector-java-5.1.25/src/lib/jboss-common-jdbc-wrapper.jar create mode 100644 Client/mysql-connector-java-5.1.25/src/lib/slf4j-api-1.6.1.jar create mode 100644 Client/mysql-connector-java-5.1.25/src/org/gjt/mm/mysql/Driver.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/BaseTestCase.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/UnreliableSocketFactory.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/perf/BasePerfTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/perf/LoadStorePerfTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/perf/RetrievalPerfTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/BlobRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/CachedRowsetTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/CallableStatementRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/ConnectionRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/DataSourceRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/EscapeProcessorRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/MetaDataRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/MicroPerformanceRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/NumbersRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/PooledConnectionRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/ResultSetRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/StatementRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/StressRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/StringRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/SubqueriesRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/regression/SyntaxRegressionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/BlobTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/CallableStatementTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/CharsetTests.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/ConnectionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/DataSourceTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/DateTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/EscapeProcessingTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/MetadataTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/MiniAdminTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/NumbersTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/ReadOnlyCallableStatementTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/ResultSetTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/SSLTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/ServerControllerTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/SimpleTransformer.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/SplitDBdotNameTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/StatementsTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/TestBug57662Logger.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/TestLifecycleInterceptor.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/TransactionTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/TraversalTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/UpdatabilityTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/XATest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/jdbc4/StatementsTest.java create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/simple/tb2-data.txt.gz create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/ca-cert.pem create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/ca-key.pem create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/server-cert.pem create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/server-key.pem create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/server-req.pem create mode 100644 Client/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/test-cert-store create mode 100644 Server/mysql-connector-java-5.1.25/CHANGES create mode 100644 Server/mysql-connector-java-5.1.25/COPYING create mode 100644 Server/mysql-connector-java-5.1.25/README create mode 100644 Server/mysql-connector-java-5.1.25/README.txt create mode 100644 Server/mysql-connector-java-5.1.25/build.xml create mode 100644 Server/mysql-connector-java-5.1.25/docs/README.txt create mode 100644 Server/mysql-connector-java-5.1.25/docs/connector-j.html create mode 100644 Server/mysql-connector-java-5.1.25/docs/connector-j.pdf create mode 100644 Server/mysql-connector-java-5.1.25/mysql-connector-java-5.1.25-bin.jar create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/AbandonedConnectionCleanupThread.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/AssertionFailedException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/AuthenticationPlugin.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/BalanceStrategy.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/BestResponseTimeBalanceStrategy.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Blob.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/BlobFromLocator.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Buffer.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/BufferRow.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ByteArrayRow.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CacheAdapter.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CacheAdapterFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CachedResultSetMetaData.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CallableStatement.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CharsetMapping.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Charsets.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Clob.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CommunicationsException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/CompressedInputStream.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Connection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionFeatureNotAvailableException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionGroup.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionGroupManager.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionImpl.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionLifecycleInterceptor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionProperties.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionPropertiesImpl.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ConnectionPropertiesTransform.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Constants.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/DatabaseMetaData.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/DatabaseMetaDataUsingInfoSchema.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/DocsConnectionPropsHelper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Driver.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/EscapeProcessor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/EscapeProcessorResult.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/EscapeTokenizer.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ExceptionInterceptor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ExportControlled.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Extension.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/FailoverConnectionProxy.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Field.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/IterateBlock.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4CallableStatement.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4ClientInfoProvider.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4ClientInfoProviderSP.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4CommentClientInfoProvider.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4Connection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4DatabaseMetaData.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4DatabaseMetaDataUsingInfoSchema.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4LoadBalancedMySQLConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4MySQLConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4MysqlSQLXML.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4NClob.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4PreparedStatement.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4PreparedStatementHelper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4ResultSet.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4ServerPreparedStatement.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/JDBC4UpdatableResultSet.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LicenseConfiguration.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LoadBalanceExceptionChecker.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LoadBalancedAutoCommitInterceptor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LoadBalancedMySQLConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LoadBalancingConnectionProxy.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/LocalizedErrorMessages.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Messages.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MiniAdmin.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MySQLConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlDataTruncation.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlDefs.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlErrorNumbers.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlIO.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlParameterMetadata.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/MysqlSavepoint.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NamedPipeSocketFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NdbLoadBalanceExceptionChecker.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NetworkResources.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NoSubInterceptorWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NonRegisteringDriver.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NonRegisteringReplicationDriver.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NotImplemented.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/NotUpdatable.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/OperationNotSupportedException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/OutputStreamWatcher.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PacketTooBigException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ParameterBindings.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PerConnectionLRUFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PerVmServerConfigCacheFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PingTarget.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/PreparedStatement.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ProfilerEventHandlerFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RandomBalanceStrategy.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ReflectiveStatementInterceptorAdapter.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ReplicationConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ReplicationDriver.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ResultSetImpl.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ResultSetInternalMethods.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ResultSetMetaData.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ResultSetRow.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RowData.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RowDataCursor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RowDataDynamic.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/RowDataStatic.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SQLError.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Security.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SequentialBalanceStrategy.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/ServerPreparedStatement.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SingleByteCharsetConverter.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SocketFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/SocketMetadata.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StandardLoadBalanceExceptionChecker.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StandardSocketFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Statement.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StatementImpl.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StatementInterceptor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StatementInterceptorV2.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StreamingNotifiable.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/StringUtils.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/TimeUtil.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/UpdatableResultSet.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/Util.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/V1toV2StatementInterceptorAdapter.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/WatchableOutputStream.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/WatchableWriter.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/WriterWatcher.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/authentication/MysqlClearPasswordPlugin.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/authentication/MysqlNativePasswordPlugin.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/authentication/MysqlOldPasswordPlugin.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/authentication/Sha256PasswordPlugin.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/3-0-Compat.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/5-0-Compat.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/clusterBase.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/coldFusion.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/fullDebug.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/maxPerformance.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/configs/solarisMaxPerformance.properties create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/DeadlockTimeoutRollbackMarker.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLDataException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLIntegrityConstraintViolationException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLInvalidAuthorizationSpecException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLNonTransientConnectionException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLNonTransientException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLQueryInterruptedException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLStatementCancelledException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLSyntaxErrorException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLTimeoutException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLTransactionRollbackException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLTransientConnectionException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/MySQLTransientException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/CommunicationsException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLDataException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLIntegrityConstraintViolationException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLInvalidAuthorizationSpecException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLNonTransientConnectionException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLNonTransientException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLSyntaxErrorException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLTimeoutException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLTransactionRollbackException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLTransientConnectionException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/exceptions/jdbc4/MySQLTransientException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/integration/c3p0/MysqlConnectionTester.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/integration/jboss/ExtendedMysqlExceptionSorter.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/integration/jboss/MysqlValidConnectionChecker.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/interceptors/ResultSetScannerInterceptor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/interceptors/ServerStatusDiffInterceptor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/interceptors/SessionAssociationInterceptor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/CallableStatementWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/ConnectionWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4CallableStatementWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4ConnectionWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4MysqlPooledConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4MysqlXAConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4PreparedStatementWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4StatementWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/JDBC4SuspendableXAConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlConnectionPoolDataSource.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlDataSource.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlDataSourceFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlPooledConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlXAConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlXADataSource.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlXAException.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/MysqlXid.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/PreparedStatementWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/StatementWrapper.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/SuspendableXAConnection.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jdbc2/optional/WrapperBase.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jmx/LoadBalanceConnectionGroupManager.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/jmx/LoadBalanceConnectionGroupManagerMBean.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/Jdk14Logger.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/Log.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/LogFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/LogUtils.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/NullLogger.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/Slf4JLogger.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/log/StandardLogger.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/profiler/LoggingProfilerEventHandler.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/profiler/ProfilerEvent.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/profiler/ProfilerEventHandler.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/BaseBugReport.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/ErrorMappingsDocGenerator.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/LRUCache.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/PropertiesDocGenerator.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/ReadAheadInputStream.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/ResultSetUtil.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/ServerController.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/TimezoneDump.java create mode 100644 Server/mysql-connector-java-5.1.25/src/com/mysql/jdbc/util/VersionFSHierarchyMaker.java create mode 100644 Server/mysql-connector-java-5.1.25/src/doc/sources/connPropsToDocbook.xsl create mode 100644 Server/mysql-connector-java-5.1.25/src/doc/sources/errorMapToDocbook.xsl create mode 100644 Server/mysql-connector-java-5.1.25/src/doc/sources/placeholder.txt create mode 100644 Server/mysql-connector-java-5.1.25/src/doc/sources/pom.xml create mode 100644 Server/mysql-connector-java-5.1.25/src/lib/ant-contrib.jar create mode 100644 Server/mysql-connector-java-5.1.25/src/lib/c3p0-0.9.1-pre6.jar create mode 100644 Server/mysql-connector-java-5.1.25/src/lib/c3p0-0.9.1-pre6.src.zip create mode 100644 Server/mysql-connector-java-5.1.25/src/lib/jboss-common-jdbc-wrapper-src.jar create mode 100644 Server/mysql-connector-java-5.1.25/src/lib/jboss-common-jdbc-wrapper.jar create mode 100644 Server/mysql-connector-java-5.1.25/src/lib/slf4j-api-1.6.1.jar create mode 100644 Server/mysql-connector-java-5.1.25/src/org/gjt/mm/mysql/Driver.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/BaseTestCase.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/UnreliableSocketFactory.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/perf/BasePerfTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/perf/LoadStorePerfTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/perf/RetrievalPerfTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/BlobRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/CachedRowsetTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/CallableStatementRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/ConnectionRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/DataSourceRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/EscapeProcessorRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/MetaDataRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/MicroPerformanceRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/NumbersRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/PooledConnectionRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/ResultSetRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/StatementRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/StressRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/StringRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/SubqueriesRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/regression/SyntaxRegressionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/BlobTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/CallableStatementTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/CharsetTests.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/ConnectionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/DataSourceTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/DateTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/EscapeProcessingTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/MetadataTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/MiniAdminTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/NumbersTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/ReadOnlyCallableStatementTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/ResultSetTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/SSLTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/ServerControllerTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/SimpleTransformer.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/SplitDBdotNameTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/StatementsTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/TestBug57662Logger.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/TestLifecycleInterceptor.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/TransactionTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/TraversalTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/UpdatabilityTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/XATest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/jdbc4/StatementsTest.java create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/simple/tb2-data.txt.gz create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/ca-cert.pem create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/ca-key.pem create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/server-cert.pem create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/server-key.pem create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/server-req.pem create mode 100644 Server/mysql-connector-java-5.1.25/src/testsuite/ssl-test-certs/test-cert-store diff --git a/.gitignore b/.gitignore index 90874fa9..33fa673d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /Client/nbproject/private/ -/Server/nbproject/private/ \ No newline at end of file +/Server/nbproject/private/ +/Client/build/ +/Server/build/ \ No newline at end of file diff --git a/Client/mysql-connector-java-5.1.25/CHANGES b/Client/mysql-connector-java-5.1.25/CHANGES new file mode 100644 index 00000000..0cb9dccd --- /dev/null +++ b/Client/mysql-connector-java-5.1.25/CHANGES @@ -0,0 +1,4885 @@ +# Changelog +# $Id$ +05-06-13 - Version 5.1.25 + + - Fix for Bug#68801, java webstart mysql-connector-java lib calls -bin library. + + - Fix for Bug#16426462, SyntaxRegressionTest failing on C/J 5.1.24 against MySQL 5.6.10 + + - Fix for Bug#60816, Cannot pass NULL to an INOUT procedure parameter. + + - Added support for Connection Attributes when used with MySQL Server versions (5.6+) which support this feature. + By default, the following standard attributes are sent to the server, where they can be seen in the + performance_schema.session_connect_attrs table: + * _client_version : the version of MySQL Connector Java in use + * _client_name : "MySQL Connector Java" + * _runtime_version : the version of the Java runtime environment in which the driver is running + * _runtime_vendor : the name of company which produced the Java runtime environment + Additionally, users may supply their own key/value attributes to be exposed by providing them in + "key1:value1,key2:value2" format in the connectionAttributes connection property. + To avoid sending any connection attributes to the server, set connectionAttributes property to "none". + + - Fix for Bug#68763 (16545334), ReplicationConnection.isMasterConnection() returns false always. + + - Fix for Bug#68733 (16526938), ReplicationConnection doesn't ping all slaves. + + - Fix for Bug#68556, Tomcat can't stop a cleanup thread by clearReferencesStopThreads. + + - Fix for Bug#16436511, getDriverName() returns a string with company name "MySQL-AB". Driver name changed to "MySQL Connector Java". + + - Fix for Bug#68664 (16486957), Enable packaging of .JAR file from Eclipse. + +03-05-13 - Version 5.1.24 + + - Fix for Bug#64204, ResultSet.close hangs if streaming query is killed. + + - Fix for Bug#16224249, Deadlock on concurrently used LoadBalancedMySQLConnection: + 1) abortInternal() method was moved from com.mysql.jdbc.MySQLConnection to com.mysql.jdbc.Connection interface; + 2) load-balanced/failover proxy now broadcasts abortInternal() to all underlying physical connections; + 3) load-balanced/failover proxy now prevents picking of new physical connection after close() or abortInternal() were called explicitly on proxy; + 4) connection synchronization mutex was refactored, now mutex is proxy instance for proxied connection or connection instance itself if there is no proxy. + + - Fix for Bug#64805, StatementImpl$CancelTask occasionally throws NullPointerExceptions. + + - Fixed typos in descriptions of properties. + + - Fix for Bug#68011, Invalid error message noDatetimeSync property instead of noDatetimeStringSync. + +02-04-13 - Version 5.1.23 + + - Fix for Bug#35653, executeQuery() in Statement.java let "TRUNCATE" queries being executed. "TRUNCATE" and "RENAME" are now filtered for executeQuery(). + + - Fix for Bug#65909, referenceThread causes memory leak in Tomcat. + Abandoned connection cleanup thread was refactored to have static shutdown method. + If you encountered this leak problem, your application should implement context listener with + AbandonedConnectionCleanupThread.shutdown() call in contextDestroyed method. + + For example: + @WebListener + public class YourThreadsListener implements ServletContextListener { + public void contextDestroyed(ServletContextEvent arg0) { + try { + AbandonedConnectionCleanupThread.shutdown(); + } catch (InterruptedException e) { + } + } + ... + } + + Note that if container does not support annotations you should add description to web.xml: + + user.package.YourThreadsListener + + + - Added tests for explicit partition selection syntax introduced in 5.6GA. + + - Added support of password expiration protocol. This introduces new boolean connection property disconnectOnExpiredPasswords. + If disconnectOnExpiredPasswords = true and password expired then connection will be rejected by server with ErrorCode == 1820 (ER_MUST_CHANGE_PASSWORD). + If disconnectOnExpiredPasswords = false then connection will enter to "sandbox" mode, + all commands except SET PASSWORD = ... and SET PASSWORD FOR CURRRENT_USER() = ... will cause an error to be thrown. + + - Added tests for EXCHANGE PARTITION syntax introduced in 5.6GA. + + - Added tests for transportable tablespaces syntax introduced in 5.6GA. + + - Added tests for CREATE TABLE syntax changed in 5.6GA: CREATE TABLE ... DATA DIRECTORY = 'absolute/path/to/directory/' + + - Added tests for ALTER TABLE syntax changed in 5.6GA: ALGORITHM and LOCK keywords. + + - Fix for Bug#67954, stack trace used for point-of-origin in log and exception messages + causes permgen leak with webapp classloader on application redeploy. We no longer store the entire + stack trace, only the calling class and method, and even then, that only when using the usage advisor + or when profiling. + + - Fix for Bug#11237, useCompression=true and LOAD DATA LOCAL INFILE SQL Command. + + - Static charset/collation maps were updated. + + - Fix for Bug#14260352, difference in Timestamp value returned with rewriteBatchedStatements=true. + + - Fix for Bug#60598, nativeSQL() truncates fractional seconds. + + - Fix for Bug#40279, Timestamp values get truncated when passed as prepared statement parameters. + This was partly fixed in 5.1.19 but that fix did not cover useLegacyDatetimeCode=true case. + + - Fix for Bug#14665141, Diff results returned from ResultSet and CachedRowSet with new password hashing. + Test suite modified to don't perform comparison of PASSWORD() results if old_passwords=2 + because with SHA-256 password hashing enabled they are nondeterministic. + + - The driver now allows the mechanism for caching MySQL server configuration values replaceable at runtime, + via the "serverConfigCacheFactory" property. The default is an implementation that is a per-VM concurrent + map, keyed by URL. The driver will invalidate cache entries when SQLExceptions that indicate communications + errors are thrown (on the assumption that the server has been or is restarting), or if the server version + that is being connected to, differs from the one that was present when the cached values were populated. + + To replace the default implementation, implement CacheAdapterFactory>, and + use the fully-qualified class name of this implementation for "serverConfigCacheFactory". + + - Connection.setReadOnly() will take advantage of server-side support for read-only transactions + present in MySQL-5.6 and newer. Calling .isReadOnly() will incur a round-trip if useLocalSessionState + is not enabled. + +09-06-12 - Version 5.1.22 + - Fix for Bug#57662, Incorrect Query Duration When useNanosForElapsedTime Enabled. + + - Fix for Bug#65503, ResultSets created by PreparedStatement.getGeneratedKeys() are not close()d. + + - Fix for Bug#63800, getVersionColumns() does not return timestamp fields; always empty. + Added support of ON UPDATE CURRENT_TIMESTAMP for TIMESTAMP and DATETIME fields. + + - Fix for Bug#41752, Can't connect mysqld which character_set_server=ucs2. + + - Fix for Bug#65508, getCharsetNameForIndex() should be faster. + + - Fix for Bug#14563127, Load-balanced connection fails to select valid host, closes connection + on re-balance. + +07-05-12 - Version 5.1.21 + - Added new built-in authentication plugin com.mysql.jdbc.authentication.Sha256PasswordPlugin + ("sha256_password"). + + - Fix for Bug#64731, StringUtils.getBytesWrapped throws StringIndexOutOfBoundsException. + + - Added new built-in authentication plugin com.mysql.jdbc.authentication.MysqlClearPasswordPlugin + ("mysql_clear_password"). It allows C/J based clients to connect to MySQL accounts which use + PAM authentication for example. SSL connection required for this authentication method. + If SSL is not enabled then authentication which requires "mysql_clear_password" will lead to an error. + + - Fix for Bug#13980303, Auth plugin's confidentiality requirements are not checked after Auth Switch Request. + + - Fix for Bug#64205, Connected through Connector/J 5.1 to MySQL 5.5, the error message is garbled. + + - Fix for Bug#37931, Null Pointer Exception Thrown When specifying invalid character_set_results enc. + + - Fix for Bug#36662, TimeUtil.java: MEST mapping n/a. + + - Fix a scalability/memory footprint issue where Object.finalize() was being used on + ConnectionImpl to clean up the low-level network connection to MySQL should a + connection be abandoned by the application before being cleanly close()d. We now + track connections in a phantom reference queue, and have a single thread per-vm + clean these up when the VM notices the connection is no longer referenced by + anything else. + + - Added the ability to add new client-side prepared statement parse info caches by + implementing com.mysql.jdbc.CacheAdapterFactory and telling the driver to use it + when "cachePrepStmts=true" via the "parseInfoCacheFactory" configuration property. + + - Implemented JDBC-4.1 methods from Java-7: + + - Connection.setSchema(String) - no-op, until we support database==schema in the driver + - Connection.getSchema() - see above + - Connection.abort(Executor executor) + - Connection.setNetworkTimeout(Executor, int) + - Connection.getNetworkTimeout() throws SQLException; + - CallableStatement.getObject(int, Class) + - CallableStatement.getObject(String, Class) + - DBMD.getPseudoColumns() - returns an empty result set + - DBMD.generatedKeyAlwaysReturned() - always true for MySQL + - ResultSet.getObject(int, Class) + - ResultSet.getObject(String, Class) + - Statement.closeOnCompletion() + - Statement.isCloseOnCompletion() + +05-02-12 - Version 5.1.20 + - Fix for Bug#64983, 5.1.19 not working with JBoss AS 4.2.3.GA. + + - Fix for Bug#13960556, java.lang.StringIndexOutOfBoundsException in com.mysql.jdbc.PreparedStatement.formatNanos(int nanos). + + - Fix for pluggable authentication tests to run on Windows. + + - Fix for Bug#13897714, NPE in testsuite.regression.StatementRegressionTest.testBug1933() with 5.6.5_m8 server. + + - Fix for Bug#55962, Savepoint identifier is occasionally considered as floating point numbers. + + - Fix for Bug#13955027, SET OPTION syntax was removed starting from 5.6.5 server version. + + - Fix for Bug#13958793, ClassCastException in ConnectionImpl.buildCollationMapping() with 4.1 server. + + - Fix for Bug#36478, Client prepared statement bugged if word 'limit' included in the query. + +04-02-12 - Version 5.1.19 + - Fix for Bug#64621, setMaxRows was not correctly processed during CS PS metadata + collection causing entire resultset to be fetched and possibly leading to OOM. + + - Fix for Bug#63456, MetaData precision is different when using UTF8 or Latin1 tables. + The problem was in finding maxBytesPerChar through versioned mapping from Java charset to MySQL charset. + That map returns "utf8mb4" instead "utf8" for server versions starting with 5.5.2. + CharsetMapping, ConnectionImpl and Field have been reorganized to use static maps INDEX_TO_MYSQL_CHARSET, + STATIC_CHARSET_TO_NUM_BYTES_MAP instead. Also dynamic maps ConnectionImpl.indexToCustomMysqlCharset + and ConnectionImpl.mysqlCharsetToCustomMblen have been added for custom charsets. + + - Added support for pluggable authentication via the com.mysql.jdbc.AuthenticationPlugin + interface (which extends standard "extension" interface). Examples are in + com/mysql/jdbc/authentication and in testsuite.regression.ConnectionRegressionTest. + This introduces three new properties: + + authenticationPlugins defines comma-delimited list of classes that implement + com.mysql.jdbc.AuthenticationPlugin and which will be used for authentication + unless disabled by "disabledAuthenticationPlugins" property. + + disabledAuthenticationPlugins defines comma-delimited list of classes implementing + com.mysql.jdbc.AuthenticationPlugin or mechanisms, i.e. "mysql_native_password". + The authentication plugins or mechanisms listed will not be used for authentication + which will fail if it requires one of them. It is an error to disable the default + authentication plugin (either the one named by "defaultAuthenticationPlugin" property + or the hard-coded one if "defaultAuthenticationPlugin" propery is not set). + + defaultAuthenticationPlugin defines name of a class implementing + com.mysql.jdbc.AuthenticationPlugin which will be used as the default authentication + plugin. It is an error to use a class which is not listed in "authenticationPlugins" + nor it is one of the built-in plugins. It is an error to set as default a plugin + which was disabled with "disabledAuthenticationPlugins" property. It is an error + to set this value to null or the empty string (i.e. there must be at least a valid + default authentication plugin specified for the connection, meeting all constraints + listed above). + + - Fix for Bug#63526. The problem happens in com.mysql.jdbc.EscapeProcessor#escapeSQL. The function recognizes the string in the create table statement as an escape sequence (line 136+138). The "if" construct beginning in line 182 tries to match a white-space collapsed version of the string to prefixes for valid jdbc-escapes (till line 300). Since no matching escape sequence is found and no "else" clause is defined, neither the token, nor replacement are added to the resulting escaped SQL string. + + - Fix for Bug#61203, noAccessToProcedureBodies does not work anymore. + + - Fix for Bug#63811, pointless Socket.bind() when using ephemeral ports and interfaces, which limits scalability on some platforms. + + - Connection.changeUser() would not check for closed connections, leading to NPEs when this method was called on a closed connection. + + - Fix for Bug#63284, memory leak with Failover proxied Statement/PreparedStatement with DBCP due to improper implementation of equals(). + + - Prepared statements would needlessly allocate a 4K buffer for converting + streams when no set*Stream() methods had been used. + +10-03-11 - Version 5.1.18 + + - Fix for Bug#12565726, not putting the space between VALUES() and ON DUPLICATE KEY UPDATE + causes C/J a) enter rewriting the query although it has ON UPDATE + and b) to generate the wrong query with multiple ON DUPLICATE KEY + + - Fix for Bug#12784170, "process fork failure" errors while running test suite via ant on Windows. + Added new ant flag, com.mysql.jdbc.junit.fork, which controls whether JUnit will fork new processes + for testing ("on", default and legacy behavior) or not ("off", required for Windows). + + - Reverting changes made to ConnectionImpl.java, + private boolean characterSetNamesMatches function. + + - Added function MYSQL_INDEX_TO_MYSQL_CHARSET to retrieve server charset name + using index instead of parsing variables to CharsetMapping.java. + + - Completed fix for Bug#61201/12649557, fixed tests failures. + + - Fix for Bug#61201/12649557, Can't establish connection when url has + sessionVariables and characterEncoding. Fix covers only MySQL server 4.1+ + + - Fix for Bug#61501 - Calling Statement.cancel() on a statement that isn't + currently executing will cause some later-executed query on the same + connection to be cancelled unexpectedly. The driver now guards against this + condition, but it is an underlying server issue. The MySQL statement "KILL QUERY" + (which is what the driver uses to implement Statement.cancel()) is rather + non-deterministic, and thus the use of Statement.cancel() should be avoided + if possible. + + - Fix for Bug#61866/12791594 - Calling Statement.getWarnings() after + Statement.clearWarnings() has been called, returns the "old" warnings. + + - Fix for Bug#13036537 - LRUCache was really a least-recently-added cache. + + - Fix for Bug#13036309, Correcting parameter name in maxPerformance.properties. + + +07-04-11 - Version 5.1.17 + + - Fix for Bug#61332 - LIKE not optimized in server when run against I__S tables and no wildcards used. + Databases/tables with "_" and/or "%" in their names (escaped or not) will be handled by this code path, + although slower, since it's rare to find these characters in table names in SQL. If there's a "_" or "%" + in the string, LIKE will take care of that, otherwise we now use = . The only exception is + information_schema database which is handled separately. Patch covers both getTables() and getColumns(). + + - Fix for Bug#61150 - First call to stored procedure fails with "No Database Selected". + The workaround introduced in DatabaseMetaData.getCallStmtParameterTypes to fix + the bug in server where SHOW CREATE PROCEDURE was not respecting lower-case table names + is misbehaving when connection is not attached to database and on non-casesensitive OS. + + - Fix for Bug#61105 - Avoid a concurrent bottleneck in Java's character set + encoding/decoding when converting bytes to/from Strings. + +04-21-11 - Version 5.1.16 + + - Partial fix for BUG#54135 - setQueryTimeout unsafe across VIP. Fix prevents c/J from + killing the right ConnectionID but on wrong server. + + - Fix for BUG#57808 - wasNull not set for DATE field with value 0000-00-00 + in getDate() although zeroDateTimeBehavior is convertToNull. + + - Fix for Bug#54425 - Bypassing the server protocol bug where DB should be null-terminated + whether it exists or not. Affects COM_CHANGE_USER. + + - Fix for Bug#60313 (11890729), bug in + com.mysql.jdbc.ResultSetRow.getTimestampFast(). + + - Fix for bug 11782297, DBMD.getTables (so thus getColumns too) fails with + table names containing dot (like "junk_[Sp:e,c/ C-h+a=.r]"). + + - Added the ability to determine if the connection is against a server on the + same host via the Connection.isServerLocal() method. + + - Fix for bug 12325877, Setting "autoReconnect=true" and + "cacheServerConfiguration=true" would cause connections created after + an existing connection fails to have non-existent values for server + variables which lead to exceeding of max allowed packet exceptions when the + new connections were used. + +02-08-11 - Version 5.1.15 + + - Fix for Bug#38367, parameters metadata did not reflect the fact that NULL is allowed + parameter value. So DatabaseMetaData.getProcedureColumns will set isNullable member to + java.sql.DatabaseMetaData.procedureNullable now. + + - Completed fix for Bug#27916. + + - Fix for Bug#59224, adding 5.5 reserved words to DatabaseMetaData.getSQLKeywords(). + + - Fixed an issue where statement comments set via Connection.setStatementComment() + weren't represented in autoGenerateTestcaseScript=true output. + + - Added ability to include the current java thread dump in the exception message + given for deadlock/wait lock timeout exceptions, enable with + "includeThreadDumpInDeadlockExceptions=true" in your JDBC url. + + - Added ability to include current thread name as a statement comment visible + in MySQL's "SHOW PROCESSLIST" and Innodb deadlock diagnostics, enable with + "includeThreadNamesAsStatementComment=true". + + - Added an SLF4J logging adapter. Enable by adding setting the connection + property "logger" to "Slf4JLogger" and placing the appropriate bridge + from SLF4J to the logging framework of choice in your CLASSPATH. As with + other Connector/J logging adapters, the log category name used by the + driver is "MySQL". See http://www.slf4j.org/manual.html for more details. + +12-06-10 - Version 5.1.14 + + - Fix for Bug#58728, NPE in com.mysql.jdbc.jdbc2.optional.StatementWrappe.getResultSet() + if rs is null. Regression test case added to Statement regression tests. + + - Fix for Bug#58751, DatabaseMetadata.getIndexInfo() CARDINALITY now clamped + to Integer.MAX_VALUE. + + - Fix for BUG#58590 + - Testsuite.Simple.DateTest, MetadataTest, NumbersTest and StatementsTest cleaned and fixed. + + - Testsuite.simple, ConenctionTest & DataSourceTest are up to date. Major rework on + ConnectionTest.testDeadlockDetection (Sveta) and testUseCompress. + + - Testsuite.simple, CallableStatementTest & CharsetTests are up to date. + + - Testsuite.regression SubqueriesRegressionTest and StringRegressionTest are up to date. + + - Testsuite.regression MicroPerformanceRegressionTest, NumbersRegressionTest, PooledConnectionRegressionTest, + ResultSetRegressionTest are up to date. + + - Testsuite.regression.MetaDataRegressionTest up to date. + + - Typo in StatementRegressionTest.testLikeWithBackslashes fixed. StatementRegressionTest + is up to date. + + - Fix for Bug#58232 - CallableStatement fails to fetch OUT parameter against 5.5 server + + - Testsuite.regression.Connection, tests for BUG#45419 refined by Todd so not to cause failures. + + - Testsuite.regression.CallableStatement, tests for BUG#26959 failing against 5.5+ server. + + - Bringing testsuite.regression.CachedRowsetTest up to date. + + - Bringing BLOBregression tests up to date. + + - Fix for Bug#58042 - Statements test failure not handled. + + - Fix for Bug#57850 - Refresh SELECT statement doesn't use correct data type. + Added Field.valueNeedsQuoting (private final boolean) and protected boolean getvalueNeedsQuoting(). + UpdatableResultSet refresher and updater call upon this value now. + + - Removing commented source in fix for Bug#57697 + - Fix for Bug#57697 - Metadata getTables() was not checking for table_name already been quoted. + - Fix for Bug#57694 - 3byte UTF8 can not be used with 5.5.3+ server. + - Fix for Bug#57701 - StatementsTest.testBatchRewriteErrors() failing on new servers. + + - Fix for Bug#54756 - Cannot retrieve data from ResultSet by column name from a Sphinx daemon. + We were relying only on "server version string" passed. Now, determining + server version is done via protocol flags too, where applicable. + + - Fix for Bug#57022 - cannot execute a store procedure with output parameters, + database parameter was ignored in db.sp notation. The fix is to "sanitize" + db.sp call just like in patch for noAccessToProcedureBodies. BaseTestCase + extended with createDatabase and dropDatabase. Regression test added. + + - Fix for Bug#57262 - "useOldUTF8Behavior" behavior was broken since 5.1.3, + now explicitly sets connection character set to latin1 ("SET NAMES latin1") + during connection post-handshake process. + + - Patch for problem where "noAccessToProcedureBodies=true" was causing + "underprivileged" user not to have access to procedures created by him. + + - Patch for Bug#56305, unhandled NPE in DatabaseMetaData.java when calling + wrong-cased function without access to mysql.proc. Although simple by + itself, some more enhancements were needed for everything to function + properly. So, along with catching potential NPE due to server bug, a + guard against calling JDBC functions with db_name.proc_name notation was + also added. Necessary changes added to StringUtils.java too. + + - Added ability to load-balance while auto-commit is enabled. This + introduces two new properties: + + loadBalanceAutoCommitStatementThreshold defines the number of matching + statements which will trigger the driver to (potentially) swap physical + server connections, + + loadBalanceAutoCommitStatementRegex defines the regular expression + against which statements must match. The default values (0 and blank, + respectively) retain the previously-established behavior that + connections with auto-commit enabled are never balanced. Feature + request documented in Bug#55723. + + - Minor fix in getProcedureColumns() DisplaySize for Bug#51712. Fix for + Bug#41269 is not complete without this. getColumnDisplaySize on a + ResultSet already consisting of metadata is now functional thanks to + Bogdan. + + - Minor fix for Bug#55217, return 4 as a result of DataBaseMetadata.getJDBCMajorVersion() as per manual. + + - Added support for hosts specified in the URL of the form: + address=(key=value), supported keys are: + + (protocol=tcp or pipe (for named pipes on Windows) + (path=[] for named pipes) + (host=[]) for TCP connections + (port=[]) for TCP connections + + An example would be: + + jdbc:mysql://address=(protocol=tcp)(host=localhost)(port=3306)(user=test)/db + + Any other parameters are treated as host-specific properties that follow + the conventions of the JDBC URL properties. This now allows per-host + overrides of any configuration property for multi-host connections + (failover, loadbalance, replication). We do recommend that the overrides + are limited to user, password, network timeouts and statement and + metadata cache sizes. Unexpected behavior may be observed with other + per-host overrides. + + - Fix for Bug#56099 - Added support for JDBC4-specific functionality when + using load-balanced connections. + + - Fix for Bug#56200 - Added diagnostic information to SQLException message + thrown when a closed load-balanced connection is reused. This + information will identify the conditions which caused the connection to + be closed. + + - Fix for Bug#56429 - When using Connector/J configured for failover + (jdbc:mysql://host1,host2,... URLs), the non-primary servers re-balance + and spawned new idle connections when the transactions on the master were + committed or rolled-back, eventually exceeding max_connections. It was + also discovered that session state (autocommit, isolation level, catalog) + wasn't being copied from the primary connection to secondary + connections correctly because of the same changes that caused this bug, + and this was fixed as well. + + - Fix for Bug#56706 - Ensure read-only state is synchronized when new + load-balanced connections are selected. + + - Fixed Bug#56955 - Connection properties "trustCertificateKeyStoreType" + and "clientCertificateKeyStoreType" have invalid defaults, therefore + connections that specify "useSSL" will sometimes fail with exceptions + from JSSE unless "JKS" has been specified for both of these properties. + The default value for these properties is now "JKS", and thus it no + longer has to be specified. + + - Fixed Bug#56979 - Improper connection closing logic leads to TIME_WAIT + sockets on server + + - Fixed Bug#57380 - DatabaseMetaData.supportsMultipleResultSets() now returns + true when connected to a 4.1 version or later server. + + - Fixed Bug#58706 - Failover connections didn't honor "failOverReadOnly=false", and in some + situations would not fall back. + + - Removed logging integrations with log4j and apache-commons-logging due to license + incompatibility. Replacing with SLF4J integration in next release. + +06-24-10 - Version 5.1.13 + + - Minor fix in previous patch for Bug#51904. Function ConnectionImpl.setCatalog() was passed quoted argument thus breaking with "...for the right syntax to use near 'test``'" + + - Fix for Bug#51912 - Passing NULL as cat. param to getProcedureColumns with !nullCatalogMeansCurrent + + - Fix for Bug#52167 - Can't parse parameter list with special characters inside + + - Fix for Bug#51904 - getProcedureColumns() always returns PROCEDURE_CAT result column as NULL + + - Fix for Bug#51712 - Display Size is always 0 for columns returned by getProcedureColumns() + + - Fix for Bug#51908 - db variable might have end up unassigned when calling + getProcedureColumns()/Functions(). This is a followup on code changes made + for Bug#51022. + + - Fixed Bug#51266 - jdbc:mysql:loadbalance:// would stick to the first + host in the list in some cases, especially exacerbated if the host was + down. + + - Replaced URLs of the form jdbc:mysql://host-1,host-2 with a composite of + a normal connection and a jdbc:mysql:loadbalance:// connection for more + robustness and cleaner code. + + - Fixed BUG#51643 - Connections using jdbc:mysql:loadbalance:// would + have statements (and prepared statements) that did not have their connections + changed upon commit()/rollback(), and thus applications that held statement + instances past commit()/rollback() could have data written to or read from + un-intended connections. + + - Fixed BUG#51666 - StatementInterceptors were never "un-safed" after connection + establishment, causing interceptors which returned result sets pre/post execution + would not work. + + - Fixed BUG#51783 - Load-balanced connections could throw a SQLException + incorrectly on commit() or rollback(). This was not caused by failures in commit + or rollback, but rather by the possibility that the newly-selected physical + connection was stale. Added logic to catch and retry if this happens, up to + the number of hosts specified for load-balancing. Also added new property, + loadBalanceValidateConnectionOnSwapServer, which controls whether to explicitly + ping the selected host (otherwise, the host is presumed to be up, and will only + be noticed if auto-commit or transaction isolation state needs to be set and + fails). + + - Added loadBalancePingTimeout property to allow a specific timeout to be set + for each ping executed against the servers. This ping is executed when the + physical connections are rebalanced (commit/rollback or communication exception), + or when a query starting with (exactly) "/* ping */" is executed. The latter + causes each open underlying physical connection to be pinged. + + - Fixed BUG#51776 - Connection.rollback() could swallow exceptions incorrectly. + + - Fixed BUG#52231 - Differences in definitions of which SQLExceptions trigger + a failover event could result in failure to try more than a single host in + certain situations. + + - Fixed BUG#52534 - Performance regression using load-balanced connection. + + - More aggressively purge the statement timeout timers after they've been cancelled to + trade time for memory. This purge only happens if statement timeouts are in use. + + - Added management of running load-balanced connections. Statistics can be obtained, + and hosts added/dropped via com.mysql.jdbc.ConnectionGroupManager or the JMX + implementation. This functionality is enabled by setting the new paramenter, + loadBalanceConnectionGroup to the name of the logical grouping of connections. + All load-balanced connections sharing the same loadBalanceConnectionGroup value, + regardless of how the application creates them, will be managed together. To + enable JMX-based management, set loadBalanceEnableJMX=true and ensure that remote + JMX is enabled in the JRE (eg, use -Dcom.sun.management.jmxremote). + + - Added loadBalanceExceptionChecker property, which takes a fully-qualified class + name implementing com.mysql.jdbc.LoadBalancedExceptionChecker interface. This + allows custom evaluation of SQLExceptions thrown to determine whether they should + trigger failover to an alternate host in load-balanced deployments. The default + is com.mysql.jdbc.StandardLoadBalanceExceptionChecker. + + - Added two new properties which allow more flexibility in determining which + SQLExceptions should trigger failover in a load-balanced deployment. The new + loadBalanceSQLStateFailover property takes a comma-delimited list of SQLState + codes which are compared to the SQLState of the SQLException (matching done + with trailing wildcard), while loadBalanceSQLExceptionSubclassFailover takes + a comma-delimited list of fully-qualified class/interface names, against + which the SQLException is checked to determine if it is an instance of any. + Matches trigger failover to an alternate host. + + - Fixed Bug#51704 - Re-written batched statements don't honor escape processing + flag of their creator. + + - Fixed Bug#43576 - Sometimes not able to register OUT parameters for + CallableStatements. + + - Fixed Bug#54175 - Driver doesn't support utf8mb4 for servers 5.5.2 and newer. The + driver now auto-detects servers configured with character_set_server=utf8mb4 or + treats the Java encoding "utf-8" passed via "characterEncoding=..." as utf8mb4 in + the "SET NAMES=" calls it makes when establishing the connection. + +02-18-10 - Version 5.1.12 + + - NO_INDEX_USED and NO_GOOD_INDEX used were only being set when profileSQL + was set to "true", and in some cases their values were reversed. + + - Fix for Bug#51022 - conn.getMetaData().getProcedures("schema",null,"%"); + returns all stored procedures from all databases and not only for given + one. + + - Fixed Bug#50538 - ${svn.revno} shows up in DBMD.getDriverVersion(). + + - Removed usage of timestamp nanoseconds in PreparedStatement.setTimestamp(), + as long as Bug#50774 exists in the server and there's no real support + for nanos/micros in TIMESTAMPs, avoid the performance regression usage of + them causes. + + +01-20-10 - Version 5.1.11 + + - Fix for BUG#50288 - NullPointerException possible during invalidateCurrentConnection() for load-balanced + connections. + + - Fix for BUG#49745 - deleteRow() for updatable result sets can cause full table scan because escaped hex + values are used for primary key identifiers. + + - Fix for BUG#49607 - Provide Connection context in ExceptionInterceptor. + + - Fix for BUG#48605 - Ping leaves closed connections in liveConnections, causing subsequent Exceptions when + that connection is used. + + - Fix for BUG#48442 - Load-balanced Connection object returns inconsistent results for hashCode() and equals() + dependent upon state of underlying connections. + + - Fix for BUG#48172 - Batch rewrite requires space immediately after "VALUES" + + - Statement Interceptors didn't completely intercept server-side prepared statements. + + - Fix for BUG#48486 Cannot use load balanced connections with MysqlConnectionPoolDataSource. + + - Fix for Bug#32525 - "noDatetimeStringSync" doesn't work for server-side prepared statements. Now it does. + + - Hooked up exception interceptors so they get called now. + + - Rev'd the statement interceptor interface to pass on some server flags, warning counts and errors. See + the com.mysql.jdbc.StatementInteceptorsV2 interface for more details. The driver will create adaptors to + transparently convert older implementations to the newer interface at runtime. + + - Statement Interceptors are now enabled at connection instantiation, but + can not return result sets (they will be ignored) until the connection + has bootstrapped itself. If during the init() method your interceptor + requires access to the connection itself, it should ensure that methods + that might throw exceptions if the connection is closed should handle + this in a robust manner. + + - "Replication" connections (those with URLs that start with + jdbc:mysql:replication) now use a jdbc:mysql:loadbalance connection + under the hood for the slave "pool". This also means that one can set + load balancing properties such as "loadBalanceBlacklistTimeout" and + "loadBalanceStrategy" to choose a mechanism for balancing the load and + failover/fault tolerance strategy for the slave pool. This work was done + in order to fix Bug#49537. + + - Fixed Bug#36565 - permgen leak from java.util.Timer. Unfortunately no great + fix exists that lets us keep the timer shared amongst connection instances, so + instead it's lazily created if need be per-instance, and torn down when the + connection is closed. + + - Fixed BUG#49700 - Connections from ConnectionPoolDataSource don't + maintain any values set with "sesssionVariables=...". This was a bug + in Connection.changeUser()/resetServerState(), we now resubmit the + session variables during the execution of these methods. + +09-22-09 - Version 5.1.10 + + - Fix for BUG#47494 - Non standard port numbers in the URL are not honored. + +09-16-09 - Version 5.1.9 + + - The driver has been OSGi-ified. The bundle symbolic name is "com.mysql.jdbc", see META-INF/MANIFEST.MF to see + what interfaces we export. + + - Fixed BUG#45040, adding missing tags from SVN import to BZR branch for + 5.1. + + - Fix for a variant of Bug#41484 - ResultSet.find*(String) failed when using cached result set + metadata. + + - Fixed BUG#46637 - When the driver encounters an error condition that causes it to create a + CommunicationsException, it tries to build a friendly error message that helps diagnose + what is wrong. However, if there has been no network packets received from the server, + the error message contains bogus information like: + + "The last packet successfully received from the server was 1,249,932,468,916 milliseconds ago. + The last packet sent successfully to the server was 0 milliseconds ago." + + Now the error message states that it has never received any packets from the server in this + scenario. + + - Added a new option, "queryTimeoutKillsConnection", when set to "true" will cause timeouts set + by Statement.setQueryTimeout() to forcibly kill the connection, not just the query. + + - Fixed BUG#32216, "PORT" property filled in by Driver.parseURL() not always present. The driver + will now always fill in the "PORT" (using 3306 if not specified) property, and the "HOST" property + (using "localhost" if not specified) when parseURL() is called. The driver also parses a list of hosts + into HOST.n and PORT.n properties as well as adding a property "NUM_HOSTS" for the number of hosts + it has found. If a list of hosts is passed to the driver, "HOST" and "PORT" will be set to the + values given by "HOST.1" and "PORT.1" respectively. This change has centralized and cleaned up a large + swath of code used to generate lists of hosts, both for load-balanced and fault tolerant connections and + their tests. + + - Fixed the ResultSet side of BUG#23584 - Calendar discared when retrieving dates from server-side prepared + statements. The other cases of this bug were fixed when "useLegacyDatetimeCode=false" became the default. + + - Fixed Bug#44324 - Data truncation exceptions did not return the vendor error code from the server. Note that + the vendor error code is not hard-coded to 1265 as in the bug report, because the server returns different + error codes for different types of truncations, and we did not want to mask those. + + - Fixed Bug#27431 - ResultSet.deleteRow() advances the cursor. The driver now places the cursor on the prior + row in the result set, or before the start of the result set if the result set is empty after the deletion. + + - Fixed Bug#43759 - ResultSet.deleteRow() generates corrupt DELETE statement for primary keys with binary + data. + + - Fixed Bug#46925 - Suspendable XA connections were not pinned to the XID for the global transaction, leading + to failure when attempting to suspend/resume/commit from different logical XA connections. + + - Fixed Bug#44508 - DatabaseMetadata.getSuperTypes() returns result set with incorrect column names. + + - Fixed Bug#46788 - Batched prepared statements with ON DUPLICATE KEY UPDATE are rewritten incorrectly when + when there are parameters as part of the UPDATE clause. Statements of this form can not be rewritten + as multi-value INSERTs so they are rewritten into multi-statements instead. + +07-16-09 - Version 5.1.8 + - Fixed BUG#44588 - Fixed error message for connection exceptions when + streaming result sets are used. + + - Modified/fixed test cases using UnreliableSocketFactory. + + - Fixed BUG#43421 - Made doPing() global blacklist-aware, so that it does not + throw Exceptions when at least a single load-balanced server is available. + + - Fixed BUG#43071 - Specifying ASCII encoding for converting seed String to + byte array; allowing system default encoding to be used causes auth failures + on EBCDIC platforms. + + - Fixed BUG#43070 - traceProtocol parameter isn't configured early enough to + capture handshake protocol. + + - Fixed BUG#41161 - PreparedStatement.addBatch() doesn't check for all parameters + being set, which leads to a NullPointerException when calling executeBatch() and + rewriting batched statements into multi-value or multi-statement statements. + + - Fixed BUG#42055 - ConcurrentModificationException possible when removing items + from global blacklist. + + - Fixed Bug #42309 - Statement.getGeneratedKeys() returns 2 keys when + using ON DUPLICATE KEY UPDATE + + - Fixed some quoting of substituted parameter issues in localized error messages. + + - Added a version check around getting the variable 'auto_increment_increment' for + servers < 5.0.2, which quiets down a warning message that the driver would log + when connecting to MySQL-4.1 or older. + + - The driver will automatically disable elideSetAutoCommit and useLocalTransactionState + if it detects a MySQL server version older than 6.0.10 with the query cache enabled, due + to Bug#36326 which can cause the server to report bogus transaction state. + + - Fixed a performance regression (Bug#41532) in rewritten batched inserts when "ON DUPLICATE KEY" + was present. + + Fixes include an improvement to token searching in the statement, and the ability for the driver + to rewrite prepared statements that include "ON DUPLICATE KEY UPDATE" into multi-valued inserts as + long as there is no use of LAST_INSERT_ID() in the update clause (as this would render + getGeneratedKey() values incorrect). + + - Fixed Bug#44056 - Statement.getGeneratedKeys() retains result set instances until statement is closed, + thus causing memory leaks for long-lived statements, or statements used in tight loops. + + - Fixed issues with server-side prepared statement batch re-writing caused by the fix to Bug#41532. + Rewriting of batched statements now works the same between normal prepared statements and server-side + prepared statements. + + - Fixed Bug#44862 - getBestRowIdentifier does not return resultset as per JDBC API specifications + + - Fixed Bug#44683 - getVersionColumns does not return resultset as per JDBC API specifications + + - Fixed Bug#44865 - getColumns does not return resultset as per JDBC API specifications + + - Fixed Bug#44868 - getTypeInfo does not return resultset as per JDBC API specifications + + - Fixed Bug#44869 - getIndexInfo does not return resultset as per JDBC API specifications + + - Fixed Bug#44867 - getImportedKeys/exportedKeys/crossReference doesn't have correct type for DEFERRABILITY + + - Fixed Bug#41730 - SQL Injection when using U+00A5 and SJIS + + - Fixed Bug#43196 - Statement.getGeneratedKeys() doesn't return values for UNSIGNED BIGINTS with values > Long.MAX_VALUE. + Unfortunately, because the server doesn't tell clients what TYPE the auto increment value is, the driver can't consistently + return BigIntegers for the result set returned from getGeneratedKeys(), it will only return them if the value is > Long.MAX_VALUE. + If your application needs this consistency, it will need to check the class of the return value from .getObject() on the + ResultSet returned by Statement.getGeneratedKeys() and if it's not a BigInteger, create one based on the java.lang.Long that + is returned. + + - Fixed Bug#38387 - "functionsNeverReturnBlobs=true" now works for SQL functions that return binary/binary collation VAR_STRINGS. + + - Fixed Bug#45171 - Connection.serverPrepareStatement() returns wrong default result set types + + - Fixed Bug #43714 - useInformationSchema with + DatabaseMetaData.getExportedKeys() throws exception + + - Fixed Bug #42253 - multiple escaped quotes cause exception from + EscapeProcessor + + - Fixed Bug #41566 - Quotes within comments not correctly ignored by + statement parser + + - Fixed Bug #41269 - DatabaseMetadata.getProcedureColumns() returns + wrong value for column length + + - Fixed Bug #40439 - Error rewriting batched statement if table name + ends with "values". + + - Fixed Bug #41484 Accessing fields by name after the ResultSet is closed throws + NullPointerException. + + - Fixed Bug #39426 - executeBatch passes most recent PreparedStatement params + to StatementInterceptor + + - Support use of INFORMATION_SCHEMA.PARAMETERS when "useInformationSchema" is set "true" and the view exists + for DatabaseMetaData.getProcedureColumns() and getFunctionColumns(). + + - When "logSlowQueries" is set to "true", and the driver has made a connection to a server that has suport + for the SERVER_QUERY_WAS_SLOW flag in the protocol, the query will be logged if the server indicates the + query has passed the slow query threshold. + + - Added new property, "maxAllowedPacket" to set maximum allowed packet size to + send to server. + +10-22-08 - Version 5.1.7 + - Fixed BUG#33861 - Added global blacklist for LoadBalancingConnectionProxy and + implemented in RandomBalanceStrategy and BestResponseTimeBalanceStrategy. + Added new property, "loadBalanceBlacklistTimeout", to control how long a + server lives in the global blacklist. + + - Fixed BUG#38782 - Possible IndexOutOfBoundsException in random load balancing + strategy. + + - Fixed BUG#39784 - invalidateCurrentConnection() does not manage global blacklist + when handling connection exceptions. + + - Fixed BUG#40031 - Adding support for CallableStatement.execute() to call + stored procedures that are defined as NO SQL or SQL READ DATA when failed + over to a read-only slave with replication driver. + + - Fixed BUG#35170- ResultSet.isAfterLast() doesn't work with for + streaming result sets. + + - Fixed BUG#35199 - Parse error for metadata in stored function. + + - Fixed BUG#35415 - When result set is from views without access to underlying + columns and is opened with CONCUR_UPDATABLE, don't throw SQLExceptions when + checking updatability due to access permissions, instead return + CONCUR_READONLY from getConcurrency. + + - Fixed BUG#35666 - NullPointerException when using "logSlowQueries=true" with + server-side prepared statements enabled. + + - Fixed BUG#35660 - Calling equals() on connections created with "jdbc:mysql:loadbalance:" + URLs did not have the same behavior as "plain" connections. The behavior we use + is the implementation in java.lang.Object, load-balanced connections just happened + to be using a java.lang.reflect.Proxy which required some custom behavior in + equals() to make it work the same as "plain" connections. + + Note that there is no *specified* equals contract for JDBC connections in the + JDBC specification itself, but the test makes sure that our implementation is + at least consistent. + + - Fixed BUG#35810 - Properties set in URLs and then passed to DataSources via setUrl() + did not take effect in certain circumstances. This also fixes related bugs BUG#13261 and + BUG#35753. + + - Fixed BUG#36051 - ResultSet.getTime() won't accept value of '24' for hours component of + a java.sql.Time. + + - Fixed BUG#36830 - DBMD.getColumns() doesn't return correct COLUMN_SIZE for SET columns. The + logic wasn't accounting for the ","s in the column size. + + - Fixed BUG#35610, BUG#35150- ResultSet.findColumn() and ResultSet.get...(String) doesn't allow + column names to be used, and isn't congruent with ResultSetMetadata.getColumnName(). + + By default, we follow the JDBC Specification here, in that the 4.0 behavior + is correct. Calling programs should use ResultSetMetaData.getColumnLabel() to dynamically determine + the correct "name" to pass to ResultSet.findColumn() or ResultSet.get...(String) whether or not the + query specifies an alias via "AS" for the column. ResultSetMetaData.getColumnName() will return the + actual name of the column, if it exists, and this name can *not* be used as input to ResultSet.findColumn() + or ResultSet.get...(String). + + The JDBC-3.0 (and earlier) specification has a bug, but you can get the buggy behavior + (allowing column names *and* labels to be used for ResultSet.findColumn() and get...(String)) by setting + "useColumnNamesInFindColumn" to "true". + + - Fixed BUG#35489 - Prepared statements from pooled connections cause NPE when closed() under JDBC-4.0. + + - Added connection property "useLocalTransactionState" which configures if the driver use the in-transaction + state provided by the MySQL protocol to determine if a commit() or rollback() should actually be sent to the database. + (disabled by default). + + - Use socket timeouts for JDBC-4.0's Connection.isValid(int timeout) instead of timer tasks, for scalability. As a side effect + internally, any communications with the database can use a timeout different than the configured timeout, but this isn't currently + used. + + - The number and position of columns for "SHOW INNODB STATUS" changed in MySQL-5.1, which caused the + "includeInnodbStatusInDeadlockExceptions" feature to not show data about the deadlock. + + - Implemented support of INFORMATION_SCHEMA for DatabaseMetadata.getTables() (views there are available as "SYSTEM TABLE"), and thus + also made INFORMATION_SCHEMA tables available via DatabaseMetadata.getColumns(). + + - Fixed BUG#39352, "INSERT ... ON DUPLICATE KEY UPDATE" doesn't return "0" for un-affected rows. This requires the driver to not + send the "CLIENT_FOUND_ROWS" flag to the server when it connects if the connection property "useAffectedRows" is set to "true", + which breaks JDBC-compliance, but currently there is no other way to get correct return values from the server. + + - Fixed BUG#38747 - ResultSets in "streaming" mode throw an exception when closed when the connection is set as "read-only". + + - Fixed BUG#37570 - Can't use non-latin1 passwords. Added connection property "passwordCharacterEncoding". Leaving this set to + the default value (null), uses the platform character set, which works for ISO8859_1 (i.e. "latin1") passwords. For passwords + in other character encodings, the encoding will have to be specified with this property, as it's not possible for the driver to + auto-detect this. + + - Fixed BUG#39911 - We don't retrieve nanos correctly when -parsing- a string for a TIMESTAMP. MySQL itself doesn't support micros + or nanos in timestamp values, but if they're stored as strings, historically we try and parse the nanos portion as well. + Unfortunately we -interpreted- them as micros. This fix includes correcting that behavior, and setting the milliseconds portion of + such TIMESTAMPs to a correct value as well. + + - Fixed BUG#39962 - ResultSet.findColumn() is slow for applications that call it too often (we're looking at -you- Hibernate). We're + using TreeMaps to get case-insensitive comparisons (required for JDBC compliance), but they can be slower than hash maps, so using the + approach Alex Burgel points out in this bug seems to help. + + - Fixed BUG#39956 - Statement.getGeneratedKeys() doesn't respect the 'auto_increment_increment' value. We now grab the *session-scoped* + value, and use that. Beware that using "cacheServerConfig=true" will cause us to cache this value, so new connections won't see changes + that are applied via something like "init-sql". + + - Fixed BUG#39611 - ReplicationConnection never sends queries to last host in slave list. + + - Fixed BUG#34185 - Statement.getGeneratedKeys() does not raise exception when statement was not + created with Statement.RETURN_GENERATED_KEYS flags. + + - Using autoGenerateTestcaseScript=true now logs all statements, regardless or not if they cause errors when processed by MySQL. + A "clock" value (millis since epoch) was added in the comment that is pre-pended with the idea that it can then be used + when post-processing output to sequence things correctly for a multi-threaded testcase, or to replay the test case with the + correct think times. + +03-06-08 - Version 5.1.6 + + - JDBC-4.0-ized XAConnections and datasources. + + - Fixed BUG#31790 MysqlValidConnectionChecker + doesn't properly handle ReplicationConnection + + - Fixed Bug#20491 - DatabaseMetadata.getColumns() doesn't + return correct column names if connection character set + isn't UTF-8. (There was a server-side component of this that + was fixed late in the 5.0 development cycle, it seems, this + is the last piece that fixes some loose ends in the JDBC + driver). This fix touches *all* metadata information coming + from the MySQL server itself. + + - Fixed MysqlIO.nextRowFast() to only attempt to read server + warning counts and status if talking to a 4.1 or newer server + (fixes a hang when reading data from 4.0 servers). + + - Made profiler event handling extensible via the "profilerEventHandler" + connection property. + + - Fixed Bug#31823 - CallableStatement.setNull() on a stored function would + throw an ArrayIndexOutOfBounds when setting the last parameter to null when calling setNull(). + + - Added SSL-related configuration property "verifyServerCertificate". If set to "false", the driver won't verify + the server's certificate when "useSSL" is set to "true". + + When using this feature, the keystore parameters should be specified by the + "clientCertificateKeyStore*" properties, rather than system properties, as the JSSE doesn't + make it straightforward to have a non-verifying trust store and the "default" key store. + + - Fixed ResultSetMetadata.getColumnName() for result sets returned from + Statement.getGeneratedKeys() - it was returning null instead of + "GENERATED_KEY" as in 5.0.x. + + - More applicable fix for the "random" load balance strategy in the face + of node non-responsive, it re-tries a *different* random node, rather + than waiting for the node to recover (for BUG#31053) + + - Fixed BUG#32577 - no way to store two timestamp/datetime values that happens + over the DST switchover, as the hours end up being the same when sent as + the literal that MySQL requires. + + Note that to get this scenario to work with MySQL (since it doesn't support + per-value timezones), you need to configure your server (or session) to be in UTC, + and tell the driver not to use the legacy date/time code by setting + "useLegacyDatetimeCode" to "false". This will cause the driver to always convert + to/from the server and client timezone consistently. + + This bug fix also fixes BUG#15604, by adding entirely new date/time handling + code that can be switched on by "useLegacyDatetimeCode" being set to "false" as + a JDBC configuration property. For Connector/J 5.1.x, the default is "true", + in trunk and beyond it will be "false" (i.e. the old date/time handling code, warts + and all will be deprecated). + + - Fixed BUG#32877 - Load balancing connection using best response time would incorrectly + "stick" to hosts that were down when the connection was first created. + + We solve this problem with a black list that is used during the picking of new hosts. + If the black list ends up including all configured hosts, the driver will retry for + a configurable number of times (the "retriesAllDown" configuration property, with a default + of 120 times), sleeping 250ms between attempts to pick a new connection. + + We've also went ahead and made the balancing strategy extensible. To create a new strategy, + implement the interface com.mysql.jdbc.BalanceStrategy (which also includes our standard + "extension" interface), and tell the driver to use it by passing in the + class name via the "loadBalanceStrategy" configuration property. + + - Fixed BUG#30508 - ResultSet returned by Statement.getGeneratedKeys() is not closed + automatically when statement that created it is closed. + + - Added two new connection properties, "selfDestructOnPingSecondsLifetime" and + "selfDestructOnPingMaxOperations" designed to control overall connection lifetime + (useful to reclaim resources on the server side) for connection pools that don't have such a + facility. + + The driver will consult the values of these properties when a ping is sent, either through + calling Connection.ping(), issuing the "ping marker" query (any query that starts with + "/* ping */"), or when using JDBC-4.0, calling Connection.isValid(). + + If the connection has issued too many operations, or is too old, the driver will + throw a SQLException with the SQLState of "08S01" at the time of the ping, which + will cause the connection to be invalidated with most pools in use today. + + - Fixed issue where driver could send invalid server-side prepared statement + IDs to the server when the driver was setup to do auto-reconnect as the + connection could get set up enough to start sending queries on one thread, + while the thread that "noticed" the connection was down hasn't completed + re-preparing all of the server-side prepared statements that were open when + the connection died. + + Potentially fixes cause for bug 28934. Potentially fixes other possible race + conditions where one thread that has created a connection "shares" it with other + threads if the connection is reconnected due to auto-reconnect functionality. + + - Fixed BUG#33823 - Public interface ResultSetInternalMethods with reference to + non-public class com.mysql.jdbc.CachedResultSetMetaData. + + - For any SQLException caused by another Throwable, besides dumping the message or stack + trace as a string into the message, set the underlying Throwable as the cause for + the SQLException, making it accessible via getCause(). + + - Fixed BUG#34093 - Statements with batched values do not return correct values for + getGeneratedKeys() when "rewriteBatchedStatements" is set to "true", and the + statement has an "ON DUPLICATE KEY UPDATE" clause. + + - Fixed BUG#31192 - Encoding Issue retrieving serverVersion in MysqlIO in the + method doHandshake when encoding doesn't contain ASCII characters in the "standard" + place (i.e. ebcdic). + + - Fixed issue where META-INF in the binary .jar file wasn't packed correctly, + leading to failure of the JDBC-4.0 SPI mechanism. + + - CallableStatements that aren't really stored procedure or stored function calls can + now be used, for tools such as Oracle JDeveloper ADF that issue statements such as + DDL through CallableStatements. + + - Fixed BUG#34518 - Statements using cursor fetch leaked internal prepared statements + until connection was closed. The internal prepared statement is now held open while + the result set is open, and closed by the result set itself being closed. + + - Fixed BUG#34677 - Blob.truncate() wouldn't take "0" as an argument. + + - CommunicationExceptions now carry information about the last time a packet + was received from the MySQL server, as well as when the last packet was sent + to one, in an effort to make it easier to debug communications errors caused + by network timeouts. + + - Reverted a change to DatabaseMetadata.getColumns() from 5.0, where + getColumns() would report NULL for COLUMN_SIZE for TIME, DATE, DATETIME + and TIMESTAMP types. It now reports the column size, in the + DatabaseMetadata implementations that use "SHOW" commands, and the + INFORMATION_SCHEMA. + + - Fixed Bug#34762 - RowDataStatic does't always set the metadata in + ResultSetRow, which can lead to failures when unpacking DATE, + TIME, DATETIME and TIMESTAMP types when using absolute, relative, + and previous result set navigation methods. + + - Fixed BUG#34703 - Connection.isValid() invalidates connection after + timeout, even if connection is actually valid. + + - Fixed BUG#34194 - ResultSetMetaData.getColumnTypeName() returns + "UNKNOWN" for GEOMETRY type. + + - Fixed BUG#33162 - NullPointerException instead of SQLException + thrown for ResultSet.getTimestamp() when not positioned on a + row. + + - The ConnectionLifecycleInterceptor interface now has callback methods for + transaction initiation (transactionBegun()), and completion + (transactionCompleted()), as reported by the *server* (i.e. + calling Connection.setAutoCommit(false) will not trigger + transactionBegun() being called, however the first statement + which causes a transaction to start on the server will cause + transactionBegun() to be called *after* the statement has been processed + on the server). + + - Fixed Bug#34913 - ResultSet.getTimestamp() returns incorrect + values for month/day of TIMESTAMPs when using server-side + prepared statements (not enabled by default). + + - Fixed BUG#34937 - MysqlConnectionPoolDataSource does not support + ReplicationConnection. Notice that we implemented com.mysql.jdbc.Connection + for ReplicationConnection, however, only accessors from ConnectionProperties + are implemented (not the mutators), and they return values from the currently + active connection. All other methods from com.mysql.jdbc.Connection are + implemented, and operate on the currently active connection, with the exception of + resetServerState() and changeUser(). + + - Connections created with jdbc:mysql:replication:// URLs now force + roundRobinLoadBalance=true on the slaves, and round-robin loadbalancing + now uses a "random" choice to more evenly distribute load across slave + servers, especially in connection pools. Connections that are configured + with "roundRobinLoadBalance=true" no longer set the failover state, + as it's assumed that we're not attempting to fall-back to a master + server. This fixes BUG#34963. + +10-09-07 - Version 5.1.5 + + - Released instead of 5.1.4 to pickup patch for BUG#31053 + from 5.0.8. + +10-09-07 - Version 5.1.4 + + - Added "autoSlowLog" configuration property, overrides + "slowQueryThreshold*" properties, driver determines slow + queries by those that are slower than 5 * stddev of the mean + query time (outside the 96% percentile). + + - Fixed BUG#28256 - When connection is in read-only mode, + queries that are wrapped in parentheses incorrectly identified + as DML. + +09-07-07 - Version 5.1.3 RC + + - Setting "useBlobToStoreUTF8OutsideBMP" to "true" tells the + driver to treat [MEDIUM/LONG/TINY]BLOB columns as [LONG]VARCHAR + columns holding text encoded in UTF-8 that has characters + outside the BMP (4-byte encodings), which MySQL server + can't handle natively. + + Set "utf8OutsideBmpExcludedColumnNamePattern" to a regex so that + column names matching the given regex will still be treated + as BLOBs The regex must follow the patterns used for the + java.util.regex package. The default is to exclude no columns, + and include all columns. + + Set "utf8OutsideBmpIncludedColumnNamePattern" to specify exclusion + rules to "utf8OutsideBmpExcludedColumnNamePattern". The regex must + follow the patterns used for the java.util.regex package. + + - New methods on com.mysql.jdbc.Statement: setLocalInfileInputStream() + and getLocalInfileInputStream(). + + setLocalInfileInputStream() sets an InputStream instance that will be used to send data + to the MySQL server for a "LOAD DATA LOCAL INFILE" statement + rather than a FileInputStream or URLInputStream that represents + the path given as an argument to the statement. + + This stream will be read to completion upon execution of a + "LOAD DATA LOCAL INFILE" statement, and will automatically + be closed by the driver, so it needs to be reset + before each call to execute*() that would cause the MySQL + server to request data to fulfill the request for + "LOAD DATA LOCAL INFILE". + + If this value is set to NULL, the driver will revert to using + a FileInputStream or URLInputStream as required. + + getLocalInfileInputStream() returns the InputStream instance that will be used to send + data in response to a "LOAD DATA LOCAL INFILE" statement. + + This method returns NULL if no such stream has been set + via setLocalInfileInputStream(). + + - The driver now connects with an initial character set + of "utf-8" solely for the purposes of authentication to + allow usernames and database names in any character set to + be used in the JDBC URL. + + - Errors encountered during Statement/PreparedStatement/CallableStatement.executeBatch() + when "rewriteBatchStatements" has been set to "true" now return + BatchUpdateExceptions according to the setting of "continueBatchOnError". + + If "continueBatchOnError" is set to "true", the update counts for the + "chunk" that were sent as one unit will all be set to EXECUTE_FAILED, but + the driver will attempt to process the remainder of the batch. You can determine which + "chunk" failed by looking at the update counts returned in the BatchUpdateException. + + If "continueBatchOnError" is set to "false", the update counts returned + will contain the failed "chunk", and stop with the failed chunk, with all + counts for the failed "chunk" set to EXECUTE_FAILED. + + Since MySQL doesn't return multiple error codes for multiple-statements, or + for multi-value INSERT/REPLACE, it is the application's responsibility to handle + determining which item(s) in the "chunk" actually failed. + + - Statement.setQueryTimeout()s now affect the entire batch for batched + statements, rather than the individual statements that make up the batch. + +06-29-07 - Version 5.1.2 Beta + + - Setting the configuration property "rewriteBatchedStatements" + to "true" will now cause the driver to rewrite batched prepared + statements with more than 3 parameter sets in a batch into + multi-statements (separated by ";") if they are not plain + (i.e. without SELECT or ON DUPLICATE KEY UPDATE clauses) INSERT + or REPLACE statements. + +06-22-07 - Version 5.1.1 Alpha + + - Pulled vendor-extension methods of Connection implementation out + into an interface to support java.sql.Wrapper functionality from + ConnectionPoolDataSource. The vendor extensions are javadoc'd in + the com.mysql.jdbc.Connection interface. + + For those looking further into the driver implementation, it is not + an API that is used for plugability of implementations inside our driver + (which is why there are still references to ConnectionImpl throughout the + code). + + Incompatible change: Connection.serverPrepare(String) has been re-named + to Connection.serverPrepareStatement() for consistency with + Connection.clientPrepareStatement(). + + We've also added server and client prepareStatement() methods that cover + all of the variants in the JDBC API. + + - Similar to Connection, we pulled out vendor extensions to Statement + into an interface named "com.mysql.Statement", and moved the Statement + class into com.mysql.StatementImpl. The two methods (javadoc'd in + "com.mysql.Statement" are enableStreamingResults(), which already existed, + and disableStreamingResults() which sets the statement instance back to + the fetch size and result set type it had before enableStreamingResults() + was called. + + - Added experimental support for statement "interceptors" via the + com.mysql.jdbc.StatementInterceptor interface, examples are + in com/mysql/jdbc/interceptors. + + Implement this interface to be placed "in between" query execution, so that + you can influence it. (currently experimental). + + StatementInterceptors are "chainable" when configured by the user, the + results returned by the "current" interceptor will be passed on to the next + on in the chain, from left-to-right order, as specified by the user in the + JDBC configuration property "statementInterceptors". + + See the sources (fully javadoc'd) for com.mysql.jdbc.StatementInterceptor + for more details until we iron out the API and get it documented in the + manual. + + - Externalized the descriptions of connection properties. + + - The data (and how it's stored) for ResultSet rows are now behind an + interface which allows us (in some cases) to allocate less memory + per row, in that for "streaming" result sets, we re-use the packet + used to read rows, since only one row at a time is ever active. + + - Made it possible to retrieve prepared statement parameter bindings + (to be used in StatementInterceptors, primarily). + + - Row navigation now causes any streams/readers open on the result set + to be closed, as in some cases we're reading directly from a shared network + packet and it will be overwritten by the "next" row. + + - Setting "rewriteBatchedStatements" to "true" now causes CallableStatements + with batched arguments to be re-written in the form "CALL (...); CALL (...); ..." + to send the batch in as few client-server round trips as possible. + + - Driver now picks appropriate internal row representation (whole row in one + buffer, or individual byte[]s for each column value) depending on heuristics, + including whether or not the row has BLOB or TEXT types and the overall + row-size. The threshold for row size that will cause the driver to + use a buffer rather than individual byte[]s is configured by the + configuration property "largeRowSizeThreshold", which has a default + value of 2KB. + +04-11-07 - Version 5.1.0 Alpha + + - Bumped JDBC Specification version number in jar-file manifest. + + - Re-worked Ant buildfile to build JDBC-4.0 classes separately, as well + as support building under Eclipse (since Eclipse can't mix/match JDKs). + + To build, you must set JAVA_HOME to J2SDK-1.4.2 or Java-5, and set + the following properties on your Ant commandline: + + com.mysql.jdbc.java6.javac - full path to your Java-6 javac executable + com.mysql.jdbc.java6.rtjar - full path to your Java-6 rt.jar file + + - New feature - driver will automatically adjust session variable + "net_write_timeout" when it determines its been asked for a "streaming" + result, and resets it to the previous value when the result set + has been consumed. (configuration property is named + "netTimeoutForStreamingResults", value has unit of seconds, + the value '0' means the driver will not try and adjust this value). + + - Added support for JDBC-4.0 categorized SQLExceptions. + + - Refactored CommunicationsException into a JDBC3 version, and a JDBC4 + version (which extends SQLRecoverableException, now that it exists). + + This change means that if you were catching + com.mysql.jdbc.CommunicationsException in your applications instead + of looking at the SQLState class of "08", and are moving to Java 6 + (or newer), you need to change your imports to that exception + to be com.mysql.jdbc.exceptions.jdbc4.CommunicationsException, as + the old class will not be instantiated for communications link-related + errors under Java 6. + + - Added support for JDBC-4.0's client information. The backend storage + of information provided via Connection.setClientInfo() and retrieved + by Connection.getClientInfo() is pluggable by any class that implements + the com.mysql.jdbc.JDBC4ClientInfoProvider interface and has a no-args + constructor. + + The implementation used by the driver is configured using the + "clientInfoProvider" configuration property (with a default of value + of "com.mysql.jdbc.JDBC4CommentClientInfoProvider", an implementation + which lists the client info as a comment prepended to every query + sent to the server). + + This functionality is only available when using Java-6 or newer. + + - Added support for JDBC-4.0's SQLXML interfaces. + + - Added support for JDBC-4.0's Wrapper interface. + + - Added support for JDBC-4.0's NCLOB, and NCHAR/NVARCHAR types. + +nn-nn-07 - Version 5.0.9 + + - Driver now calls SocketFactory.afterHandshake() at appropriate time. + +10-09-07 - Version 5.0.8 + + - Fixed BUG#30550, executeBatch() would fail with an ArithmeticException + and/or NullPointerException when the batch had zero members and + "rewriteBatchedStatements" was set to "true" for the connection. + + - Added two configuration parameters (both default to "false") + + * blobsAreStrings - Should the driver always treat BLOBs as Strings + specifically to work around dubious metadata returned + by the server for GROUP BY clauses? + + * functionsNeverReturnBlobs - Should the driver always treat data from + functions returning BLOBs as Strings - + specifically to work around dubious metadata + returned by the server for GROUP BY clauses? + + - Fixed BUG#29106 - Connection checker for JBoss didn't use same method parameters + via reflection, causing connections to always seem "bad". + + - Fixed BUG#30664 - Note that this fix only works for MySQL server + versions 5.0.25 and newer, since earlier versions didn't consistently + return correct metadata for functions, and thus results from + subqueries and functions were indistinguishable from each other, + leading to type-related bugs. + + - Fixed BUG#28972 - DatabaseMetaData.getTypeInfo() for the types DECIMAL + and NUMERIC will return a precision of 254 for server versions older than + 5.0.3, 64 for versions 5.0.3-5.0.5 and 65 for versions newer than 5.0.5. + + - Fixed BUG#29852 - Closing a load-balanced connection would cause a + ClassCastException. + + - Fixed BUG#27867 - Schema objects with identifiers other than + the connection character aren't retrieved correctly in + ResultSetMetadata. + + - Fixed BUG#28689 - CallableStatement.executeBatch() doesn't work when + connection property "noAccessToProcedureBodies" has been set to "true". + + The fix involves changing the behavior of "noAccessToProcedureBodies",in + that the driver will now report all paramters as "IN" paramters + but allow callers to call registerOutParameter() on them without throwing + an exception. + + - Fixed BUG#27182 - Connection.getServerCharacterEncoding() doesn't work + for servers with version >= 4.1. + + - Fixed BUG#27915 - DatabaseMetaData.getColumns() doesn't + contain SCOPE_* or IS_AUTOINCREMENT columns. + + - Fixed BUG#30851, NPE with null column values when + "padCharsWithSpace" is set to "true". + + - Specifying a "validation query" in your connection pool + that starts with "/* ping */" _exactly_ will cause the driver to + instead send a ping to the server and return a fake result set (much + lighter weight), and when using a ReplicationConnection or a LoadBalancedConnection, + will send the ping across all active connections. + + - Fixed Bug#30892 setObject(int, Object, int, int) delegate in + PreparedStatmentWrapper delegates to wrong method. + + - XAConnections now start in auto-commit mode (as per JDBC-4.0 specification + clarification). + + - Fixed Bug#27412 - cached metadata with PreparedStatement.execute() + throws NullPointerException. + + - Driver will now fall back to sane defaults for max_allowed_packet and + net_buffer_length if the server reports them incorrectly (and will log + this situation at WARN level, since it's actually an error condition). + + - Fixed BUG#27916 - UNSIGNED types not reported via DBMD.getTypeInfo(), and + capitalization of type names is not consistent between DBMD.getColumns(), + RSMD.getColumnTypeName() and DBMD.getTypeInfo(). + + This fix also ensures that the precision of UNSIGNED MEDIUMINT + and UNSIGNED BIGINT is reported correctly via DBMD.getColumns(). + + - Fixed BUG#31053 - Connections established using URLs of the form + "jdbc:mysql:loadbalance://" weren't doing failover if they tried to + connect to a MySQL server that was down. The driver now attempts + connections to the next "best" (depending on the load balance strategy + in use) server, and continues to attempt connecting to the next "best" + server every 250 milliseconds until one is found that is up and running + or 5 minutes has passed. + + If the driver gives up, it will throw the last-received SQLException. + +07-19-07 - Version 5.0.7 + + - Setting the configuration parameter "useCursorFetch" to "true" for + MySQL-5.0+ enables the use of cursors that allow Connector/J to save + memory by fetching result set rows in chunks (where the chunk size + is set by calling setFetchSize() on a Statement or ResultSet) by + using fully-materialized cursors on the server. + + The driver will will now automatically set "useServerPrepStmts" to + "true" when "useCursorFetch" has been set to "true", since the feature + requires server-side prepared statements in order to function. + + - Fixed BUG#28469 - PreparedStatement.getMetaData() for statements + containing leading one-line comments is not returned correctly. + + As part of this fix, we also overhauled detection of DML for + executeQuery() and SELECTs for executeUpdate() in plain and + prepared statements to be aware of the same types of comments. + + - Added configuration property "useNanosForElapsedTime" - for + profiling/debugging functionality that measures elapsed time, + should the driver try to use nanoseconds resolution if available + (requires JDK >= 1.5)? + + - Added configuration property "slowQueryThresholdNanos" - if + "useNanosForElapsedTime" is set to "true", and this property + is set to a non-zero value the driver will use this threshold + (in nanosecond units) to determine if a query was slow, instead + of using millisecond units. + + Note, that if "useNanosForElapsedTime" is set to "true", and this + property is set to "0" (or left default), then elapsed times will + still be measured in nanoseconds (if possible), but the slow query + threshold will be converted from milliseconds to nanoseconds, and thus + have an upper bound of approximately 2000 millesconds (as that threshold + is represented as an integer, not a long). + + - Added configuration properties to allow tuning of TCP/IP socket + parameters: + + "tcpNoDelay" - Should the driver set SO_TCP_NODELAY (disabling the + Nagle Algorithm, default "true")? + + "tcpKeepAlive" - Should the driver set SO_KEEPALIVE (default "true")? + + "tcpRcvBuf" - Should the driver set SO_RCV_BUF to the given value? + The default value of '0', means use the platform default + value for this property. + + "tcpSndBuf" - Should the driver set SO_SND_BUF to the given value? + The default value of '0', means use the platform default + value for this property. + + "tcpTrafficClass" - Should the driver set traffic class or + type-of-service fields? See the documentation + for java.net.Socket.setTrafficClass() for more + information. + + - Give more information in EOFExceptions thrown out of MysqlIO (how many + bytes the driver expected to read, how many it actually read, say that + communications with the server were unexpectedly lost). + + - Setting "useDynamicCharsetInfo" to "false" now causes driver to use + static lookups for collations as well (makes + ResultSetMetadata.isCaseSensitive() much more efficient, which leads + to performance increase for ColdFusion, which calls this method for + every column on every table it sees, it appears). + + - Driver detects when it is running in a ColdFusion MX server (tested + with version 7), and uses the configuration bundle "coldFusion", + which sets useDynamicCharsetInfo to "false" (see previous entry), and + sets useLocalSessionState and autoReconnect to "true". + + - Fixed BUG#28851 - parser in client-side prepared statements + eats character following '/' if it's not a multi-line comment. + + - Fixed BUG#28956 - parser in client-side prepared statements + runs to end of statement, rather than end-of-line for '#' comments. + + Also added support for '--' single-line comments. + + - Don't send any file data in response to LOAD DATA LOCAL INFILE + if the feature is disabled at the client side. This is to prevent + a malicious server or man-in-the-middle from asking the client for + data that the client is not expecting. Thanks to Jan Kneschke for + discovering the exploit and Andrey "Poohie" Hristov, Konstantin Osipov + and Sergei Golubchik for discussions about implications and possible + fixes. This fixes BUG 29605 for JDBC. + + - Added new debugging functionality - Setting configuration property + "includeInnodbStatusInDeadlockExceptions" to "true" will cause the driver + to append the output of "SHOW ENGINE INNODB STATUS" to deadlock-related + exceptions, which will enumerate the current locks held inside InnoDB. + +05-15-07 - Version 5.0.6 + + - Fixed BUG#25545 - Client options not sent correctly when using SSL, + leading to stored procedures not being able to return results. Thanks + to Don Cohen for the bug report, testcase and patch. + + - Fixed BUG#26592 - PreparedStatement is not closed in + BlobFromLocator.getBytes(). + + - Fixed BUG#25624 - Whitespace surrounding storage/size specifiers in + stored procedure parameters declaration causes NumberFormatException to + be thrown when calling stored procedure on JDK-1.5 or newer, as the Number + classes in JDK-1.5+ are whitespace intolerant. + + - Fixed BUG#26173 - When useCursorFetch=true, sometimes server would return + new, more exact metadata during the execution of the server-side prepared + statement that enables this functionality, which the driver ignored (using + the original metadata returned during prepare()), causing corrupt reading + of data due to type mismatch when the actual rows were returned. + + - Fixed BUG#26959 - comments in DDL of stored procedures/functions confuse + procedure parser, and thus metadata about them can not be created, leading to + inability to retrieve said metadata, or execute procedures that have certain + comments in them. + + - Give better error message when "streaming" result sets, and the connection + gets clobbered because of exceeding net_write_timeout on the server. (which is + basically what the error message says too). + + - Fixed BUG#26789 - fast date/time parsing doesn't take into + account 00:00:00 as a legal value. + + - Fixed BUG#27317 - ResultSet.get*() with a column index < 1 returns + misleading error message. + + - Fixed BUG#25517 - Statement.setMaxRows() is not effective on result + sets materialized from cursors. + + - New configuration property, "enableQueryTimeouts" (default "true"). + When enabled, query timeouts set via Statement.setQueryTimeout() use a + shared java.util.Timer instance for scheduling. Even if the timeout + doesn't expire before the query is processed, there will be + memory used by the TimerTask for the given timeout which won't be + reclaimed until the time the timeout would have expired if it + hadn't been cancelled by the driver. High-load environments + might want to consider disabling this functionality. (this configuration + property is part of the "maxPerformance" configuration bundle). + + - Fixed BUG#27400 - CALL /* ... */ some_proc() doesn't work. As a side effect + of this fix, you can now use /* */ and # comments when preparing statements using + client-side prepared statement emulation. + + If the comments happen to contain parameter markers '?', they will be treated + as belonging to the comment (i.e. not recognized) rather than being a parameter + of the statement. + + Note that the statement when sent to the server will contain the comments + as-is, they're not stripped during the process of preparing the PreparedStatement + or CallableStatement. + + - Fixed BUG#25328 - BIT(> 1) is returned as java.lang.String from ResultSet.getObject() + rather than byte[]. + + - Fixed BUG#25715 - CallableStatements with OUT/INOUT parameters that + are "binary" (blobs, bits, (var)binary, java_object) have extra 7 bytes + (which happens to be the _binary introducer!) + + - Added configuration property "padCharsWithSpace" (defaults to "false"). If set + to "true", and a result set column has the CHAR type and the value does not + fill the amount of characters specified in the DDL for the column, the driver + will pad the remaining characters with space (for ANSI compliance). + + - Fixed BUG#27655 - Connection.getTransactionIsolation() uses + "SHOW VARIABLES LIKE" which is very inefficient on MySQL-5.0+ + + - Added configuration property "useDynamicCharsetInfo". If set to "false" + (the default), the driver will use a per-connection cache of character set + information queried from the server when necessary, or when set to "true", + use a built-in static mapping that is more efficient, but isn't aware of + custom character sets or character sets implemented after the release of + the JDBC driver. + + Note: this only affects the "padCharsWithSpace" configuration property and the + ResultSetMetaData.getColumnDisplayWidth() method. + + - More intelligent initial packet sizes for the "shared" packets are used + (512 bytes, rather than 16K), and initial packets used during handshake are + now sized appropriately as to not require reallocation. + + - Fixed issue where calling getGeneratedKeys() on a prepared statement after + calling execute() didn't always return the generated keys (executeUpdate() + worked fine however). + + - Fixed issue where a failed-over connection would let an application call + setReadOnly(false), when that call should be ignored until the connection + is reconnected to a writable master unless "failoverReadOnly" had been set + to "false". + + - Fixed BUG#28085 - Generate more useful error messages for diagnostics + when the driver thinks a result set isn't updatable. (Thanks to Ashley Martens + for the patch). + + - Driver will now use INSERT INTO ... VALUES (DEFAULT) form of statement + for updatable result sets for ResultSet.insertRow(), rather than + pre-populating the insert row with values from DatabaseMetaData.getColumns() + (which results in a "SHOW FULL COLUMNS" on the server for every result + set). If an application requires access to the default values before + insertRow() has been called, the JDBC URL should be configured with + "populateInsertRowWithDefaultValues" set to "true". + + This fix specifically targets performance issues with ColdFusion and the + fact that it seems to ask for updatable result sets no matter what the + application does with them. + + - com.mysql.jdbc.[NonRegistering]Driver now understands URLs of the format + "jdbc:mysql:replication://" and "jdbc:mysql:loadbalance://" which will + create a ReplicationConnection (exactly like when + using [NonRegistering]ReplicationDriver) and an experimenal load-balanced + connection designed for use with SQL nodes in a MySQL Cluster/NDB environment, + respectively. + + In an effort to simplify things, we're working on deprecating multiple + drivers, and instead specifying different core behavior based upon JDBC URL + prefixes, so watch for [NonRegistering]ReplicationDriver to eventually + disappear, to be replaced with com.mysql.jdbc[NonRegistering]Driver with + the new URL prefix. + + - Added an experimental load-balanced connection designed for use with SQL nodes + in a MySQL Cluster/NDB environment (This is not for master-slave replication. + For that, we suggest you look at ReplicationConnection or "lbpool"). + + If the JDBC URL starts with "jdbc:mysql:loadbalance://host-1,host-2,...host-n", + the driver will create an implementation of java.sql.Connection that load + balances requests across a series of MySQL JDBC connections to the given hosts, + where the balancing takes place after transaction commit. + + Therefore, for this to work (at all), you must use transactions, even if only + reading data. + + Physical connections to the given hosts will not be created until needed. + + The driver will invalidate connections that it detects have had + communication errors when processing a request. A new connection to the + problematic host will be attempted the next time it is selected by the load + balancing algorithm. + + There are two choices for load balancing algorithms, which may be specified + by the "loadBalanceStrategy" JDBC URL configuration property: + + * "random" - the driver will pick a random host for each request. This tends + to work better than round-robin, as the randomness will somewhat account for + spreading loads where requests vary in response time, while round-robin + can sometimes lead to overloaded nodes if there are variations in response times + across the workload. + + * "bestResponseTime" - the driver will route the request to the host that had + the best response time for the previous transaction. + + - When "useLocalSessionState" is set to "true" and connected to a MySQL-5.0 or + later server, the JDBC driver will now determine whether an actual "commit" or + "rollback" statement needs to be sent to the database when Connection.commit() + or Connection.rollback() is called. + + This is especially helpful for high-load situations with connection pools that + always call Connection.rollback() on connection check-in/check-out because it + avoids a round-trip to the server. + +03-01-07 - Version 5.0.5 + + - Fixed BUG#23645 - Some collations/character sets reported as "unknown" + (specifically cias variants of existing character sets), and inability to override + the detected server character set. + + - Performance enhancement of initial character set configuration, driver + will only send commands required to configure connection character set + session variables if the current values on the server do not match + what is required. + + - Fixed BUG#24360 .setFetchSize() breaks prepared SHOW and other commands. + + - Fixed BUG#24344 - useJDBCCompliantTimezoneShift with server-side prepared + statements gives different behavior than when using client-side prepared + statements. (this is now fixed if moving from server-side prepared statements + to client-side prepared statements by setting "useSSPSCompatibleTimezoneShift" to + true", as the driver can't tell if this is a new deployment that never used + server-side prepared statements, or if it is an existing deployment that is + switching to client-side prepared statements from server-side prepared statements. + + - Fixed BUG#23304 - DBMD using "show" and DBMD using information_schema do + not return results consistent with each other. (note this fix only + addresses the inconsistencies, not the issue that the driver is + treating schemas differently than some users expect. We will revisit + this behavior when there is full support for schemas in MySQL). + + - Fixed BUG#25073 - rewriting batched statements leaks internal statement + instances, and causes a memory leak. + + - Fixed issue where field-level for metadata from DatabaseMetaData when using + INFORMATION_SCHEMA didn't have references to current connections, + sometimes leading to NullPointerExceptions when intropsecting them via + ResultSetMetaData. + + - Fixed BUG#25025 - Client-side prepared statement parser gets confused by + in-line (/* ... */) comments and therefore can't rewrite batched statements + or reliably detect type of statements when they're used. + + - Fixed BUG#24065 - Better error message when server doesn't return enough + information to determine stored procedure/function parameter types. + + - Fixed BUG#21438 - Driver sending nanoseconds to server for timestamps when + using server-side prepared statements, when server expects microseconds. + + - Fixed BUG#25514 - Timer instance used for Statement.setQueryTimeout() + created per-connection, rather than per-VM, causing memory leak + + - Fixed BUG#25009 - Results from updates not handled correctly in + multi-statement queries, leading to erroneous "Result is from UPDATE" + exceptions. + + - Fixed BUG#25047 - StringUtils.indexOfIgnoreCaseRespectQuotes() isn't + case-insensitive on the first character of the target. This bug broke + rewriteBatchedStatements functionality when prepared statements don't + use upper-case for the VALUES clause in their statements. + + - Fixed BUG#21480 - Some exceptions thrown out of StandardSocketFactory + were needlessly wrapped, obscurring their true cause, especially when + using socket timeouts. + + - Fixed BUG#23303 - DatabaseMetaData.getSchemas() doesn't return a + TABLE_CATALOG column. + + - Fixed BUG#25399 - EscapeProcessor gets confused by multiple + backslashes. We now push the responsibility of syntax errors back + on to the server for most escape sequences. + + - Fixed BUG#25379 - INOUT parameters in CallableStatements get + doubly-escaped. + + - Removed non-short-circuited logical ORs from "if" statements. + + - Re-worked stored procedure parameter parser to be more robust. Driver no + longer requires "BEGIN" in stored procedure definition, but does have + requirement that if a stored function begins with a label directly after the + "returns" clause, that the label is not a quoted identifier. + - Reverted back to internal character conversion routines for single-byte + character sets, as the ones internal to the JVM are using much more CPU + time than our internal implementation. + + - Changed cached result set metadata (when using + "cacheResultSetMetadata=true") to be cached per-connection rather + than per-statement as previously implemented. + + - Use a java.util.TreeMap to map column names to ordinal indexes for + ResultSet.findColumn() instead of a HashMap. This allows us to have + case-insensitive lookups (required by the JDBC specification) without + resorting to the many transient object instances needed to support this + requirement with a normal HashMap with either case-adjusted keys, or + case-insensitive keys. (In the worst case scenario for lookups of a 1000 + column result set, TreeMaps are about half as fast wall-clock time as + a HashMap, however in normal applications their use gives many orders + of magnitude reduction in transient object instance creation which pays + off later for CPU usage in garbage collection). + + - Avoid static synchronized code in JVM class libraries for dealing with + default timezones. + + - Fixed cases where ServerPreparedStatements weren't using cached metadata + when "cacheResultSetMetadata=true" was configured. + + - Use faster datetime parsing for ResultSets that come from plain or + non-server-side prepared statements. (Enable old implementation with + "useFastDateParsing=false" as a configuration parameter). + + - Fixed BUG#24794 - DatabaseMetaData.getSQLKeywords() doesn't return + all reserved words for current MySQL version. The current fix/implementation + returns keywords for MySQL-5.1, and doesn't distinguish between different + versions of the server. + + - When using cached metadata, skip field-level metadata packets coming from + the server, rather than reading them and discarding them without creating + com.mysql.jdbc.Field instances. + + - Fixed BUG#25836 - Statement execution which timed out doesn't always + throw MySQLTimeoutException. + + - Throw exceptions encountered during timeout to thread + calling Statement.execute*(), rather than RuntimeException. + + - Added configuration property "localSocketAddress",which is the hostname or + IP address given to explicitly configure the interface that the driver will + bind the client side of the TCP/IP connection to when connecting. + + - Take "localSocketAddress" property into account when creating instances + of CommunicationsException when the underyling exception is a + java.net.BindException, so that a friendlier error message is given with + a little internal diagnostics. + + - Fixed some NPEs when cached metadata was used with UpdatableResultSets. + + - The "rewriteBatchedStatements" feature can now be used with server-side + prepared statements. + + - Fixed BUG#26326 - Connection property "socketFactory" wasn't exposed via + correctly named mutator/accessor, causing data source implementations that + use JavaBean naming conventions to set properties to fail to set the property + (and in the case of SJAS, fail silently when trying to set this parameter). + + - Fixed BUG#25787 - java.util.Date should be serialized for + PreparedStatement.setObject(). + + We've added a new configuration option "treatUtilDateAsTimestamp", which is + false by default, as (1) We already had specific behavior to treat + java.util.Date as a java.sql.Timestamp because it's useful to many folks, + and (2) that behavior will very likely be required for drivers JDBC-post-4.0. + + - Fixed BUG#22628 - Driver.getPropertyInfo() throws NullPointerException for + URL that only specifies host and/or port. + + - Fixed BUG#21267, ParameterMetaData throws NullPointerException when + prepared SQL actually has a syntax error. Added + "generateSimpleParameterMetadata" configuration property, which when set + to "true" will generate metadata reflecting VARCHAR for every parameter + (the default is "false", which will cause an exception to be thrown if no + parameter metadata for the statement is actually available). + + - When extracting foreign key information from "SHOW CREATE TABLE " in + DatabaseMetaData, ignore exceptions relating to tables being missing + (which could happen for cross-reference or imported-key requests, as + the list of tables is generated first, then iterated). + + - Fixed logging of XA commands sent to server, it's now configurable + via "logXaCommands" property (defaults to "false"). + + - Fixed issue where XADataSources couldn't be bound into JNDI, + as the DataSourceFactory didn't know how to create instances + of them. + + - Fixed issue where XADataSources couldn't be bound into JNDI, + as the DataSourceFactory didn't know how to create instances + of them. + + - Usage advisor will now issue warnings for result sets with large numbers + of rows (size configured by "resultSetSizeThreshold" property, default + value is 100). + +10-20-06 - Version 5.0.4 + + - Fixed BUG#21379 - column names don't match metadata in cases + where server doesn't return original column names (column functions) + thus breaking compatibility with applications that expect 1-1 mappings + between findColumn() and rsmd.getColumnName(), usually manifests itself + as "Can't find column ('')" exceptions. + + - Fixed BUG#21544 - When using information_schema for metadata, + COLUMN_SIZE for getColumns() is not clamped to range of + java.lang.Integer as is the case when not using + information_schema, thus leading to a truncation exception that + isn't present when not using information_schema. + + - Fixed configuration property "jdbcCompliantTruncation" was not + being used for reads of result set values. + + - Fixed BUG#22024 - Newlines causing whitespace to span confuse + procedure parser when getting parameter metadata for stored + procedures. + + - Driver now supports {call sp} (without "()" if procedure has no + arguments). + + - Fixed BUG#22359 - Driver was using milliseconds for + Statement.setQueryTimeout() when specification says argument is + to be in seconds. + + - Workaround for server crash when calling stored procedures + via a server-side prepared statement (driver now detects + prepare(stored procedure) and substitutes client-side prepared + statement), addresses BUG#22297. + + - Added new _ci collations to CharsetMapping, fixing + Bug#22456 - utf8_unicode_ci not working. + + - Fixed BUG#22290 - Driver issues truncation on write exception when + it shouldn't (due to sending big decimal incorrectly to server with + server-side prepared statement). + + - Fixed BUG#22613 - DBMD.getColumns() does not return expected + COLUMN_SIZE for the SET type, now returns length of largest possible + set disregarding whitespace or the "," delimitters to be consistent + with the ODBC driver. + + - Driver now sends numeric 1 or 0 for client-prepared statement + setBoolean() calls instead of '1' or '0'. + + - DatabaseMetaData correctly reports true for supportsCatalog*() + methods. + +07-26-06 - Version 5.0.3 + + - Fixed BUG#20650 - Statement.cancel() causes NullPointerException + if underlying connection has been closed due to server failure. + + - Added configuration option "noAccessToProcedureBodies" which will + cause the driver to create basic parameter metadata for + CallableStatements when the user does not have access to procedure + bodies via "SHOW CREATE PROCEDURE" or selecting from mysql.proc + instead of throwing an exception. The default value for this option + is "false". + +07-11-06 - Version 5.0.2-beta (5.0.1 not released due to packaging error) + + - Fixed BUG#17401 - Can't use XAConnection for local transactions when + no global transaction is in progress. + + - Fixed BUG#18086 - Driver fails on non-ASCII platforms. The driver + was assuming that the platform character set would be a superset + of MySQL's "latin1" when doing the handshake for authentication, + and when reading error messages. We now use Cp1252 for all strings + sent to the server during the handshake phase, and a hard-coded mapping + of the "language" server variable to the character set that + is used for error messages. + + - Fixed BUG#19169 - ConnectionProperties (and thus some + subclasses) are not serializable, even though some J2EE containers + expect them to be. + + - Fixed BUG#20242 - MysqlValidConnectionChecker for JBoss doesn't + work with MySQLXADataSources. + + - Better caching of character set converters (per-connection) + to remove a bottleneck for multibyte character sets. + + - Added connection/datasource property "pinGlobalTxToPhysicalConnection" + (defaults to "false"). When set to "true", when using XAConnections, the + driver ensures that operations on a given XID are always routed to the + same physical connection. This allows the XAConnection to support + "XA START ... JOIN" after "XA END" has been called, and is also a + workaround for transaction managers that don't maintain thread affinity + for a global transaction (most either always maintain thread affinity, + or have it as a configuration option). + + - MysqlXaConnection.recover(int flags) now allows combinations of + XAResource.TMSTARTRSCAN and TMENDRSCAN. To simulate the "scanning" + nature of the interface, we return all prepared XIDs for TMSTARTRSCAN, + and no new XIDs for calls with TMNOFLAGS, or TMENDRSCAN when not in + combination with TMSTARTRSCAN. This change was made for API compliance, + as well as integration with IBM WebSphere's transaction manager. + +12-23-05 - Version 5.0.0-beta + + - XADataSource implemented (ported from 3.2 branch which won't be + released as a product). Use + "com.mysql.jdbc.jdbc2.optional.MysqlXADataSource" as your datasource + class name in your application server to utilize XA transactions + in MySQL-5.0.10 and newer. + + - PreparedStatement.setString() didn't work correctly when + sql_mode on server contained NO_BACKSLASH_ESCAPES, and no characters + that needed escaping were present in the string. + + - Attempt detection of the MySQL type "BINARY" (it's an alias, so this isn't + always reliable), and use the java.sql.Types.BINARY type mapping for it. + + - Moved -bin-g.jar file into separate "debug" subdirectory to avoid confusion. + + - Don't allow .setAutoCommit(true), or .commit() or .rollback() on an XA-managed + connection as-per the JDBC specification. + + - If the connection "useTimezone" is set to "true", then also respect timezone + conversions in escape-processed string literals (e.g. "{ts ...}" and + "{t ...}"). + + - Return original column name for RSMD.getColumnName() if the column was aliased, + alias name for .getColumnLabel() (if aliased), and original table name + for .getTableName(). Note this only works for MySQL-4.1 and newer, as + older servers don't make this information available to clients. + + - Setting "useJDBCCompliantTimezoneShift=true" (it's not the default) + causes the driver to use GMT for _all_ TIMESTAMP/DATETIME timezones, + and the current VM timezone for any other type that refers to timezones. + This feature can not be used when "useTimezone=true" to convert between + server and client timezones. + + - Add one level of indirection of internal representation of CallableStatement + parameter metadata to avoid class not found issues on JDK-1.3 for + ParameterMetadata interface (which doesn't exist prior to JDBC-3.0). + + - Added unit tests for XADatasource, as well as friendlier exceptions + for XA failures compared to the "stock" XAException (which has no + messages). + + - Fixed BUG#14279 - Idle timeouts cause XAConnections to whine about rolling + themselves back + + - Added support for Connector/MXJ integration via url subprotocol + "jdbc:mysql:mxj://....". + + - Moved all SQLException constructor usage to a factory in SQLError + (ground-work for JDBC-4.0 SQLState-based exception classes). + + - Removed Java5-specific calls to BigDecimal constructor (when + result set value is '', (int)0 was being used as an argument + in-directly via method return value. This signature doesn't exist + prior to Java5.) + + - Moved all SQLException creation to a factory method in SQLError, + groundwork for JDBC-4.0 SQLState class-based exceptions. + + - Added service-provider entry to META-INF/services/java.sql.Driver + for JDBC-4.0 support. + + - Return "[VAR]BINARY" for RSMD.getColumnTypeName() when that is actually + the type, and it can be distinguished (MySQL-4.1 and newer). + + - When fix for BUG#14562 was merged from 3.1.12, added functionality + for CallableStatement's parameter metadata to return correct + information for .getParameterClassName(). + + - Fuller synchronization of Connection to avoid deadlocks when + using multithreaded frameworks that multithread a single connection + (usually not recommended, but the JDBC spec allows it anyways), + part of fix to BUG#14972). + + - Implementation of Statement.cancel() and Statement.setQueryTimeout(). + Both require MySQL-5.0.0 or newer server, require a separate connection + to issue the "KILL QUERY" command, and in the case of setQueryTimeout() + creates an additional thread to handle the timeout functionality. + + Note: Failures to cancel the statement for setQueryTimeout() may manifest + themselves as RuntimeExceptions rather than failing silently, as there + is currently no way to unblock the thread that is executing the query being + cancelled due to timeout expiration and have it throw the exception + instead. + + - Removed dead code in com.mysql.jdbc.Connection. + + - Made construction of com.mysql.jdbc.Field (result set metadata) + instances more efficient for non-string types by not doing + character set initialization, or detection of type changes due to + temporary tables. + + - Removed redundant code in com.mysql.jdbc.MysqlIO. + + - Removed work done for BUG#14652, and instead loosened synchronization + to solve a number of deadlock issues in BUG#18719, BUG#18367, BUG#17709 + and BUG#15067. New strategy basically makes Connection instances threadsafe + and thus shareable across threads, and anything else threadsafe, but not + necessarily shareable across threads due to JDBC API interactions that + can cause non-obvious behavior and/or deadlock scenarios to occur since + the API is not designed to be used from multiple threads at once. + + Therefore, unless external synchronization is provided, clients should + not allow multiple threads to share a given statement or result set. Examples + of issues with the API itself not being multi-thread suitable include, + but are not limited to race conditions between modifiers and execution and + retrieval methods on statements and result sets that are not synchronizable + such as ResultSet.get*() and traversal methods, or Statement.execute*() closing + result sets without effectively making the driver itself serializable across the + board. + + These changes should not have any effect on "normal" J(2)EE use cases + where only one thread ever uses a connection instance and the objects created by + it. + + - Use a java.util.Timer to schedule cancellation of queries via + Statement.setQueryTimeout() rather than one thread per potential cancellation. + + A new thread will be used to actually cancel a running query, as there's potential + for a cancel request to block other cancel requests if all run from the + same thread. + +nn-nn-07 - Version 3.1.15 + + - Fixed BUG#23281 - Downed slave caused round-robin load balance to + not cycle back to first host in list. + + - Disabled use of server-side prepared statements by default. + + - Handle YYYY-MM-DD hh:mm:ss format of timestamp in + ResultSet.getTimeFromString(). + + - Fixed BUG#24840 - character encoding of "US-ASCII" doesn't map correctly + for 4.1 or newer + + - Added Implementation-Vendor-Id attribute to jar manifest per request + in BUG#15641. + + - C3P0 >= version 0.9.1 passes non-proxied connections to + MysqlConnectionTester, thus it began throwing ClassCastExceptions. + MysqlConnectionTester now checks if it has a plain Connection and uses + that if possible. Thanks to Brian Skrab for the fix. + +10-19-06 - Version 3.1.14 + + - Fixed BUG#20479 - Updatable result set throws ClassCastException + when there is row data and moveToInsertRow() is called. + + - Fixed BUG#20485 - Updatable result set that contains + a BIT column fails when server-side prepared statements are used. + + - Fixed BUG#16987 - Memory leak with profileSQL=true. + + - Fixed BUG#19726 - Connection fails to localhost when using + timeout and IPv6 is configured. + + - Fixed BUG#16791 - NullPointerException in MysqlDataSourceFactory + due to Reference containing RefAddrs with null content. + + - Fixed BUG#20306 - ResultSet.getShort() for UNSIGNED TINYINT + returns incorrect values when using server-side prepared statements. + + - Fixed BUG#20687 - Can't pool server-side prepared statements, exception + raised when re-using them. + + - Fixed BUG#21062 - ResultSet.getSomeInteger() doesn't work for BIT(>1). + + - Fixed BUG#18880 - ResultSet.getFloatFromString() can't retrieve + values near Float.MIN/MAX_VALUE. + + - Fixed BUG#20888 - escape of quotes in client-side prepared + statements parsing not respected. Patch covers more than bug report, + including NO_BACKSLASH_ESCAPES being set, and stacked quote characters + forms of escaping (i.e. '' or ""). + + - Fixed BUG#19993 - ReplicationDriver does not always round-robin load + balance depending on URL used for slaves list. + + - Fixed calling toString() on ResultSetMetaData for driver-generated + (i.e. from DatabaseMetaData method calls, or from getGeneratedKeys()) + result sets would raise a NullPointerException. + + - Fixed Bug#21207 - Driver throws NPE when tracing prepared statements that + have been closed (in asSQL()). + + - Removed logger autodectection altogether, must now specify logger + explitly if you want to use a logger other than one that logs + to STDERR. + + - Fixed BUG#22290 - Driver issues truncation on write exception when + it shouldn't (due to sending big decimal incorrectly to server with + server-side prepared statement). + + - Driver now sends numeric 1 or 0 for client-prepared statement + setBoolean() calls instead of '1' or '0'. + + - Fixed bug where driver would not advance to next host if + roundRobinLoadBalance=true and the last host in the list is down. + + - Fixed BUG#18258 - DatabaseMetaData.getTables(), columns() with bad + catalog parameter threw exception rather than return empty result + set (as required by spec). + + - Check and store value for continueBatchOnError property in constructor + of Statements, rather than when executing batches, so that Connections + closed out from underneath statements don't cause NullPointerExceptions + when it's required to check this property. + + - Fixed bug when calling stored functions, where parameters weren't + numbered correctly (first parameter is now the return value, subsequent + parameters if specified start at index "2"). + + - Fixed BUG#21814 - time values outside valid range silently wrap. + +05-26-06 - Version 3.1.13 + + - Fixed BUG#15464 - INOUT parameter does not store IN value. + + - Fixed BUG#14609 - Exception thrown for new decimal type when + using updatable result sets. + + - Fixed BUG#15544, no "dos" character set in MySQL > 4.1.0 + + - Fixed BUG#15383 - PreparedStatement.setObject() serializes + BigInteger as object, rather than sending as numeric value + (and is thus not complementary to .getObject() on an UNSIGNED + LONG type). + + - Fixed BUG#11874 - ResultSet.getShort() for UNSIGNED TINYINT + returned wrong values. + + - Fixed BUG#15676 - lib-nodist directory missing from + package breaks out-of-box build + + - Fixed BUG#15854 - DBMD.getColumns() returns wrong type for BIT. + + - Fixed BUG#16169 - ResultSet.getNativeShort() causes stack overflow error + via recurisve calls. + + - Fixed BUG#14938 - Unable to initialize character set mapping tables. + Removed reliance on .properties files to hold this information, as it + turns out to be too problematic to code around class loader hierarchies + that change depending on how an application is deployed. Moved information + back into the CharsetMapping class. + + - Fixed BUG#16841 - updatable result set doesn't return AUTO_INCREMENT + values for insertRow() when multiple column primary keys are used. (the + driver was checking for the existence of single-column primary keys and + an autoincrement value > 0 instead of a straightforward isAutoIncrement() + check). + + - Fixed BUG#17099 - Statement.getGeneratedKeys() throws NullPointerException + when no query has been processed. + + - Fixed BUG#13469 - Driver tries to call methods that don't exist on older and + newer versions of Log4j. The fix is not trying to auto-detect presense of log4j, + too many different incompatible versions out there in the wild to do this reliably. + + If you relied on autodetection before, you will need to add + "logger=com.mysql.jdbc.log.Log4JLogger" to your JDBC URL to enable Log4J usage, + or alternatively use the new "CommonsLogger" class to take care of this. + + - Added support for Apache Commons logging, use "com.mysql.jdbc.log.CommonsLogger" + as the value for the "logger" configuration property. + + - LogFactory now prepends "com.mysql.jdbc.log" to log class name if it can't be + found as-specified. This allows you to use "short names" for the built-in log + factories, for example "logger=CommonsLogger" instead of + "logger=com.mysql.jdbc.log.CommonsLogger". + + - Fixed BUG#15570 - ReplicationConnection incorrectly copies state, + doesn't transfer connection context correctly when transitioning between + the same read-only states. + + - Fixed BUG#18041 - Server-side prepared statements don't cause + truncation exceptions to be thrown when truncation happens. + + - Added performance feature, re-writing of batched executes for + Statement.executeBatch() (for all DML statements) and + PreparedStatement.executeBatch() (for INSERTs with VALUE clauses + only). Enable by using "rewriteBatchedStatements=true" in your JDBC URL. + + - Fixed BUG#17898 - registerOutParameter not working when some + parameters pre-populated. Still waiting for feedback from JDBC experts + group to determine what correct parameter count from getMetaData() + should be, however. + + - Fixed BUG#17587 - clearParameters() on a closed prepared statement + causes NPE. + + - Map "latin1" on MySQL server to CP1252 for MySQL > 4.1.0. + + - Added additional accessor and mutator methods on ConnectionProperties + so that DataSource users can use same naming as regular URL properties. + + - Fixed BUG#18740 - Data truncation and getWarnings() only returns last + warning in set. + + - Improved performance of retrieving BigDecimal, Time, Timestamp and Date + values from server-side prepared statements by creating fewer short-lived + instances of Strings when the native type is not an exact match for + the requested type. Fixes BUG#18496 for BigDecimals. + + - Fixed BUG#18554 - Aliased column names where length of name > 251 + are corrupted. + + - Fixed BUG#17450 - ResultSet.wasNull() not always reset + correctly for booleans when done via conversion for server-side + prepared statements. + + - Fixed BUG#16277 - Invalid classname returned for + RSMD.getColumnClassName() for BIGINT type. + + - Fixed case where driver wasn't reading server status correctly when + fetching server-side prepared statement rows, which in some cases + could cause warning counts to be off, or multiple result sets to not + be read off the wire. + + - Driver now aware of fix for BIT type metadata that went into + MySQL-5.0.21 for server not reporting length consistently (bug + number 13601). + + - Fixed BUG#19282 - ResultSet.wasNull() returns incorrect value + when extracting native string from server-side prepared statement + generated result set. + +11-30-05 - Version 3.1.12 + + - Fixed client-side prepared statement bug with embedded ? inside + quoted identifiers (it was recognized as a placeholder, when it + was not). + + - Don't allow executeBatch() for CallableStatements with registered + OUT/INOUT parameters (JDBC compliance). + + - Fall back to platform-encoding for URLDecoder.decode() when + parsing driver URL properties if the platform doesn't have a + two-argument version of this method. + + - Fixed BUG#14562 - Java type conversion may be incorrect for + mediumint. + + - Added configuration property "useGmtMillisForDatetimes" which + when set to true causes ResultSet.getDate(), .getTimestamp() to + return correct millis-since GMT when .getTime() is called on + the return value (currently default is "false" for legacy + behavior). + + - Fixed DatabaseMetaData.stores*Identifiers(): + + * if lower_case_table_names=0 (on server): + + storesLowerCaseIdentifiers() returns false + storesLowerCaseQuotedIdentifiers() returns false + storesMixedCaseIdentifiers() returns true + storesMixedCaseQuotedIdentifiers() returns true + storesUpperCaseIdentifiers() returns false + storesUpperCaseQuotedIdentifiers() returns true + + * if lower_case_table_names=1 (on server): + + storesLowerCaseIdentifiers() returns true + storesLowerCaseQuotedIdentifiers() returns true + storesMixedCaseIdentifiers() returns false + storesMixedCaseQuotedIdentifiers() returns false + storesUpperCaseIdentifiers() returns false + storesUpperCaseQuotedIdentifiers() returns true + + - Fixed BUG#14815 - DatabaseMetaData.getColumns() doesn't + return TABLE_NAME correctly. + + - Fixed BUG#14909 - escape processor replaces quote character + in quoted string with string delimiter. + + - Fixed BUG#12975 - OpenOffice expects + DBMD.supportsIntegrityEnhancementFacility() to return "true" + if foreign keys are supported by the datasource, even though + this method also covers support for check constraints, + which MySQL _doesn't_ have. Setting the configuration property + "overrideSupportsIntegrityEnhancementFacility" to "true" causes + the driver to return "true" for this method. + + - Added "com.mysql.jdbc.testsuite.url.default" system property to + set default JDBC url for testsuite (to speed up bug resolution + when I'm working in Eclipse). + + - Fixed BUG#14938 - Unable to initialize character set mapping + tables (due to J2EE classloader differences). + + - Fixed BUG#14972 - Deadlock while closing server-side prepared + statements from multiple threads sharing one connection. + + - Fixed BUG#12230 - logSlowQueries should give better info. + + - Fixed BUG#13775 - Extraneous sleep on autoReconnect. + + - Fixed BUG#15024 - Driver incorrectly closes streams passed as + arguments to PreparedStatements. Reverts to legacy behavior by + setting the JDBC configuration property "autoClosePStmtStreams" + to "true" (also included in the 3-0-Compat configuration "bundle"). + + - Fixed BUG#13048 - maxQuerySizeToLog is not respected. Added logging of + bound values for execute() phase of server-side prepared statements + when profileSQL=true as well. + + - Fixed BUG#15065 - Usage advisor complains about unreferenced + columns, even though they've been referenced. + + - Don't increase timeout for failover/reconnect (BUG#6577) + + - Process escape tokens in Connection.prepareStatement(...), fix + for BUG#15141. You can disable this behavior by setting + the JDBC URL configuration property "processEscapeCodesForPrepStmts" + to "false". + + - Fixed BUG#13255 - Reconnect during middle of executeBatch() + should not occur if autoReconnect is enabled. + +10-07-05 - Version 3.1.11 + + - Fixed BUG#11629 - Spurious "!" on console when character + encoding is "utf8". + + - Fixed statements generated for testcases missing ";" for + "plain" statements. + + - Fixed BUG#11663 - Incorrect generation of testcase scripts + for server-side prepared statements. + + - Fixed regression caused by fix for BUG#11552 that caused driver + to return incorrect values for unsigned integers when those + integers where within the range of the positive signed type. + + - Moved source code to svn repo. + + - Fixed BUG#11797 - Escape tokenizer doesn't respect stacked single quotes + for escapes. + + - GEOMETRY type not recognized when using server-side prepared statements. + + - Fixed BUG#11879 -- ReplicationConnection won't switch to slave, throws + "Catalog can't be null" exception. + + - Fixed BUG#12218, properties shared between master and slave with + replication connection. + + - Fixed BUG#10630, Statement.getWarnings() fails with NPE if statement + has been closed. + + - Only get char[] from SQL in PreparedStatement.ParseInfo() when needed. + + - Fixed BUG#12104 - Geometry types not handled with server-side prepared + statements. + + - Fixed BUG#11614 - StringUtils.getBytes() doesn't work when using + multibyte character encodings and a length in _characters_ is + specified. + + - Fixed BUG#11798 - Pstmt.setObject(...., Types.BOOLEAN) throws exception. + + - Fixed BUG#11976 - maxPerformance.properties mis-spells + "elideSetAutoCommits". + + - Fixed BUG#11575 -- DBMD.storesLower/Mixed/UpperIdentifiers() + reports incorrect values for servers deployed on Windows. + + - Fixed BUG#11190 - ResultSet.moveToCurrentRow() fails to work when + preceeded by a call to ResultSet.moveToInsertRow(). + + - Fixed BUG#11115, VARBINARY data corrupted when using server-side + prepared statements and .setBytes(). + + - Fixed BUG#12229 - explainSlowQueries hangs with server-side + prepared statements. + + - Fixed BUG#11498 - Escape processor didn't honor strings demarcated + with double quotes. + + - Lifted restriction of changing streaming parameters with server-side + prepared statements. As long as _all_ streaming parameters were set + before execution, .clearParameters() does not have to be called. + (due to limitation of client/server protocol, prepared statements + can not reset _individual_ stream data on the server side). + + - Reworked Field class, *Buffer, and MysqlIO to be aware of field + lengths > Integer.MAX_VALUE. + + - Updated DBMD.supportsCorrelatedQueries() to return true for versions > + 4.1, supportsGroupByUnrelated() to return true and + getResultSetHoldability() to return HOLD_CURSORS_OVER_COMMIT. + + - Fixed BUG#12541 - Handling of catalog argument in + DatabaseMetaData.getIndexInfo(), which also means changes to the following + methods in DatabaseMetaData: + + - getBestRowIdentifier() + - getColumns() + - getCrossReference() + - getExportedKeys() + - getImportedKeys() + - getIndexInfo() + - getPrimaryKeys() + - getProcedures() (and thus indirectly getProcedureColumns()) + - getTables() + + The "catalog" argument in all of these methods now behaves in the following + way: + + - Specifying NULL means that catalog will not be used to filter the + results (thus all databases will be searched), unless you've + set "nullCatalogMeansCurrent=true" in your JDBC URL properties. + + - Specifying "" means "current" catalog, even though this isn't quite + JDBC spec compliant, it's there for legacy users. + + - Specifying a catalog works as stated in the API docs. + + - Made Connection.clientPrepare() available from "wrapped" connections + in the jdbc2.optional package (connections built by + ConnectionPoolDataSource instances). + + - Added Connection.isMasterConnection() for clients to be able to determine + if a multi-host master/slave connection is connected to the first host + in the list. + + - Fixed BUG#12753 - Tokenizer for "=" in URL properties was causing + sessionVariables=.... to be parameterized incorrectly. + + - Fixed BUG#11781, foreign key information that is quoted is + parsed incorrectly when DatabaseMetaData methods use that + information. + + - The "sendBlobChunkSize" property is now clamped to "max_allowed_packet" + with consideration of stream buffer size and packet headers to avoid + PacketTooBigExceptions when "max_allowed_packet" is similar in size + to the default "sendBlobChunkSize" which is 1M. + + - CallableStatement.clearParameters() now clears resources associated + with INOUT/OUTPUT parameters as well as INPUT parameters. + + - Fixed BUG#12417 - Connection.prepareCall() is database name + case-sensitive (on Windows systems). + + - Fixed BUG#12752 - Cp1251 incorrectly mapped to win1251 for + servers newer than 4.0.x. + + - Fixed BUG#12970 - java.sql.Types.OTHER returned for + BINARY and VARBINARY columns when using + DatabaseMetaData.getColumns(). + + - ServerPreparedStatement.getBinding() now checks if the statement + is closed before attempting to reference the list of parameter + bindings, to avoid throwing a NullPointerException. + + - Fixed BUG#13277 - ResultSetMetaData from + Statement.getGeneratedKeys() caused NullPointerExceptions to be + thrown whenever a method that required a connection reference + was called. + + - Removed support for java.nio I/O. Too many implementations + turned out to be buggy, and there was no performance difference + since MySQL is a blocking protocol anyway. + +06-23-05 - Version 3.1.10-stable + + - Fixed connecting without a database specified raised an exception + in MysqlIO.changeDatabaseTo(). + + - Initial implemention of ParameterMetadata for + PreparedStatement.getParameterMetadata(). Only works fully + for CallableStatements, as current server-side prepared statements + return every parameter as a VARCHAR type. + + - Fixed BUG#11552 - Server-side prepared statements return incorrect + values for unsigned TINYINT, SMALLINT, INT and Long. + + - Fixed BUG#11540 - Incorrect year conversion in setDate(..) for + system that use B.E. year in default locale. + +06-22-05 - Version 3.1.9-stable + + - Overhaul of character set configuration, everything now + lives in a properties file. + + - Driver now correctly uses CP932 if available on the server + for Windows-31J, CP932 and MS932 java encoding names, + otherwise it resorts to SJIS, which is only a close + approximation. Currently only MySQL-5.0.3 and newer (and + MySQL-4.1.12 or .13, depending on when the character set + gets backported) can reliably support any variant of CP932. + + - Fixed BUG#9064 - com.mysql.jdbc.PreparedStatement.ParseInfo + does unnecessary call to toCharArray(). + + - Fixed Bug#10144 - Memory leak in ServerPreparedStatement if + serverPrepare() fails. + + - Actually write manifest file to correct place so it ends up + in the binary jar file. + + - Added "createDatabaseIfNotExist" property (default is "false"), + which will cause the driver to ask the server to create the + database specified in the URL if it doesn't exist. You must have + the appropriate privileges for database creation for this to + work. + + - Fixed BUG#10156 - Unsigned SMALLINT treated as signed for ResultSet.getInt(), + fixed all cases for UNSIGNED integer values and server-side prepared statements, + as well as ResultSet.getObject() for UNSIGNED TINYINT. + + - Fixed BUG#10155, double quotes not recognized when parsing + client-side prepared statements. + + - Made enableStreamingResults() visible on + com.mysql.jdbc.jdbc2.optional.StatementWrapper. + + - Made ServerPreparedStatement.asSql() work correctly so auto-explain + functionality would work with server-side prepared statements. + + - Made JDBC2-compliant wrappers public in order to allow access to + vendor extensions. + + - Cleaned up logging of profiler events, moved code to dump a profiler + event as a string to com.mysql.jdbc.log.LogUtils so that third + parties can use it. + + - DatabaseMetaData.supportsMultipleOpenResults() now returns true. The + driver has supported this for some time, DBMD just missed that fact. + + - Fixed BUG#10310 - Driver doesn't support {?=CALL(...)} for calling + stored functions. This involved adding support for function retrieval + to DatabaseMetaData.getProcedures() and getProcedureColumns() as well. + + - Fixed BUG#10485, SQLException thrown when retrieving YEAR(2) + with ResultSet.getString(). The driver will now always treat YEAR types + as java.sql.Dates and return the correct values for getString(). + Alternatively, the "yearIsDateType" connection property can be set to + "false" and the values will be treated as SHORTs. + + - The datatype returned for TINYINT(1) columns when "tinyInt1isBit=true" + (the default) can be switched between Types.BOOLEAN and Types.BIT + using the new configuration property "transformedBitIsBoolean", which + defaults to "false". If set to "false" (the default), + DatabaseMetaData.getColumns() and ResultSetMetaData.getColumnType() + will return Types.BOOLEAN for TINYINT(1) columns. If "true", + Types.BOOLEAN will be returned instead. Irregardless of this configuration + property, if "tinyInt1isBit" is enabled, columns with the type TINYINT(1) + will be returned as java.lang.Boolean instances from + ResultSet.getObject(..), and ResultSetMetaData.getColumnClassName() + will return "java.lang.Boolean". + + - Fixed BUG#10496 - SQLException is thrown when using property + "characterSetResults" with cp932 or eucjpms. + + - Reorganized directory layout, sources now in "src" folder, + don't pollute parent directory when building, now output goes + to "./build", distribution goes to "./dist". + + - Added support/bug hunting feature that generates .sql test + scripts to STDERR when "autoGenerateTestcaseScript" is set + to "true". + + - Fixed BUG#10850 - 0-length streams not sent to server when + using server-side prepared statements. + + - Setting "cachePrepStmts=true" now causes the Connection to also + cache the check the driver performs to determine if a prepared + statement can be server-side or not, as well as caches server-side + prepared statements for the lifetime of a connection. As before, + the "prepStmtCacheSize" parameter controls the size of these + caches. + + - Try to handle OutOfMemoryErrors more gracefully. Although not + much can be done, they will in most cases close the connection + they happened on so that further operations don't run into + a connection in some unknown state. When an OOM has happened, + any further operations on the connection will fail with a + "Connection closed" exception that will also list the OOM exception + as the reason for the implicit connection close event. + + - Don't send COM_RESET_STMT for each execution of a server-side + prepared statement if it isn't required. + + - Driver detects if you're running MySQL-5.0.7 or later, and does + not scan for "LIMIT ?[,?]" in statements being prepared, as the + server supports those types of queries now. + + - Fixed BUG#11115, Varbinary data corrupted when using server-side + prepared statements and ResultSet.getBytes(). + + - Connection.setCatalog() is now aware of the "useLocalSessionState" + configuration property, which when set to true will prevent + the driver from sending "USE ..." to the server if the requested + catalog is the same as the current catalog. + + - Added the following configuration bundles, use one or many via + the "useConfigs" configuration property: + + * maxPerformance -- maximum performance without being reckless + * solarisMaxPerformance -- maximum performance for Solaris, + avoids syscalls where it can + * 3-0-Compat -- Compatibility with Connector/J 3.0.x functionality + + - Added "maintainTimeStats" configuration property (defaults to "true"), + which tells the driver whether or not to keep track of the last query time + and the last successful packet sent to the server's time. If set to + false, removes two syscalls per query. + + - Fixed BUG#11259, autoReconnect ping causes exception on connection + startup. + + - Fixed BUG#11360 Connector/J dumping query into SQLException twice + + - Fixed PreparedStatement.setClob() not accepting null as a parameter. + + - Fixed BUG#11411 - Production package doesn't include JBoss integration + classes. + + - Removed nonsensical "costly type conversion" warnings when using + usage advisor. + +04-14-05 - Version 3.1.8-stable + + - Fixed DatabaseMetaData.getTables() returning views when they were + not asked for as one of the requested table types. + + - Added support for new precision-math DECIMAL type in MySQL >= 5.0.3. + + - Fixed ResultSet.getTime() on a NULL value for server-side prepared + statements throws NPE. + + - Made Connection.ping() a public method. + + - Fixed Bug#8868, DATE_FORMAT() queries returned as BLOBs from getObject(). + + - ServerPreparedStatements now correctly 'stream' BLOB/CLOB data to the + server. You can configure the threshold chunk size using the + JDBC URL property 'blobSendChunkSize' (the default is one megabyte). + + - BlobFromLocator now uses correct identifier quoting when generating + prepared statements. + + - Server-side session variables can be preset at connection time by + passing them as a comma-delimited list for the connection property + 'sessionVariables'. + + - Fixed regression in ping() for users using autoReconnect=true. + + - Fixed BUG#9040 - PreparedStatement.addBatch() doesn't work with server-side + prepared statements and streaming BINARY data. + + - Fixed BUG#8800 - DBMD.supportsMixedCase*Identifiers() returns wrong + value on servers running on case-sensitive filesystems. + + - Fixed BUG#9206, can not use 'UTF-8' for characterSetResults + configuration property. + + - Fixed BUG#9236, a continuation of BUG#8868, where functions used in queries + that should return non-string types when resolved by temporary tables suddenly + become opaque binary strings (work-around for server limitation). Also fixed + fields with type of CHAR(n) CHARACTER SET BINARY to return correct/matching + classes for RSMD.getColumnClassName() and ResultSet.getObject(). + + - Fixed BUG#8792 - DBMD.supportsResultSetConcurrency() not returning + true for forward-only/read-only result sets (we obviously support this). + + - Fixed BUG#8803, 'DATA_TYPE' column from DBMD.getBestRowIdentifier() + causes ArrayIndexOutOfBoundsException when accessed (and in fact, didn't + return any value). + + - Check for empty strings ('') when converting char/varchar column data to numbers, + throw exception if 'emptyStringsConvertToZero' configuration property is set + to 'false' (for backwards-compatibility with 3.0, it is now set to 'true' + by default, but will most likely default to 'false' in 3.2). + + - Fixed BUG#9320 - PreparedStatement.getMetaData() inserts blank row in database + under certain conditions when not using server-side prepared statements. + + - Connection.canHandleAsPreparedStatement() now makes 'best effort' to distinguish + LIMIT clauses with placeholders in them from ones without in order to have fewer + false positives when generating work-arounds for statements the server cannot + currently handle as server-side prepared statements. + + - Fixed build.xml to not compile log4j logging if log4j not available. + + - Added support for the c3p0 connection pool's (http://c3p0.sf.net/) + validation/connection checker interface which uses the lightweight + 'COM_PING' call to the server if available. To use it, configure your + c3p0 connection pool's 'connectionTesterClassName' property to use + 'com.mysql.jdbc.integration.c3p0.MysqlConnectionTester'. + + - Better detection of LIMIT inside/outside of quoted strings so that + the driver can more correctly determine whether a prepared statement + can be prepared on the server or not. + + - Fixed BUG#9319 - Stored procedures with same name in + different databases confuse the driver when it tries to determine + parameter counts/types. + + - Added finalizers to ResultSet and Statement implementations to be JDBC + spec-compliant, which requires that if not explicitly closed, these + resources should be closed upon garbage collection. + + - Fixed BUG#9682 - Stored procedures with DECIMAL parameters with + storage specifications that contained "," in them would fail. + + - PreparedStatement.setObject(int, Object, int type, int scale) now + uses scale value for BigDecimal instances. + + - Fixed BUG#9704 - Statement.getMoreResults() could throw NPE when + existing result set was .close()d. + + - The performance metrics feature now gathers information about + number of tables referenced in a SELECT. + + - The logging system is now automatically configured. If the value has + been set by the user, via the URL property "logger" or the system + property "com.mysql.jdbc.logger", then use that, otherwise, autodetect + it using the following steps: + + Log4j, if it's available, + Then JDK1.4 logging, + Then fallback to our STDERR logging. + + - Fixed BUG#9778, DBMD.getTables() shouldn't return tables if views + are asked for, even if the database version doesn't support views. + + - Fixed driver not returning 'true' for '-1' when ResultSet.getBoolean() + was called on result sets returned from server-side prepared statements. + + - Added a Manifest.MF file with implementation information to the .jar + file. + + - More tests in Field.isOpaqueBinary() to distinguish opaque binary (i.e. + fields with type CHAR(n) and CHARACTER SET BINARY) from output of + various scalar and aggregate functions that return strings. + + - Fixed BUG#9917 - Should accept null for catalog (meaning use current) + in DBMD methods, even though it's not JDBC-compliant for legacy's sake. + Disable by setting connection property "nullCatalogMeansCurrent" to "false" + (which will be the default value in C/J 3.2.x). + + - Fixed BUG#9769 - Should accept null for name patterns in DBMD (meaning "%"), + even though it isn't JDBC compliant, for legacy's sake. Disable by setting + connection property "nullNamePatternMatchesAll" to "false" (which will be + the default value in C/J 3.2.x). + +02-18-05 - Version 3.1.7-stable + + + - Fixed BUG#7686, Timestamp key column data needed "_binary'" + stripped for UpdatableResultSet.refreshRow(). + + - Fixed BUG#7715 - Timestamps converted incorrectly to strings + with Server-side prepared statements and updatable result sets. + + - Detect new sql_mode variable in string form (it used to be + integer) and adjust quoting method for strings appropriately. + + - Added 'holdResultsOpenOverStatementClose' property (default is + false), that keeps result sets open over statement.close() or new + execution on same statement (suggested by Kevin Burton). + + - Fixed BUG#7952 -- Infinite recursion when 'falling back' to master + in failover configuration. + + - Disable multi-statements (if enabled) for MySQL-4.1 versions prior + to version 4.1.10 if the query cache is enabled, as the server + returns wrong results in this configuration. + + - Fixed duplicated code in configureClientCharset() that prevented + useOldUTF8Behavior=true from working properly. + + - Removed 'dontUnpackBinaryResults' functionality, the driver now + always stores results from server-side prepared statements as-is + from the server and unpacks them on demand. + + - Fixed BUG#8096 where emulated locators corrupt binary data + when using server-side prepared statements. + + - Fixed synchronization issue with + ServerPreparedStatement.serverPrepare() that could cause + deadlocks/crashes if connection was shared between threads. + + - By default, the driver now scans SQL you are preparing via all + variants of Connection.prepareStatement() to determine if it is a + supported type of statement to prepare on the server side, and if + it is not supported by the server, it instead prepares it as a + client-side emulated prepared statement (BUG#4718). You can + disable this by passing 'emulateUnsupportedPstmts=false' in your + JDBC URL. + + - Remove _binary introducer from parameters used as in/out + parameters in CallableStatement. + + - Always return byte[]s for output parameters registered as *BINARY. + + - Send correct value for 'boolean' "true" to server for + PreparedStatement.setObject(n, "true", Types.BIT). + + - Fixed bug with Connection not caching statements from + prepareStatement() when the statement wasn't a server-side + prepared statement. + + - Choose correct 'direction' to apply time adjustments when both + client and server are in GMT timezone when using + ResultSet.get(..., cal) and PreparedStatement.set(...., cal). + + - Added 'dontTrackOpenResources' option (default is false, to be + JDBC compliant), which helps with memory use for non-well-behaved + apps (i.e applications which don't close Statements when they + should). + + - Fixed BUG#8428 - ResultSet.getString() doesn't maintain format + stored on server, bug fix only enabled when 'noDatetimeStringSync' + property is set to 'true' (the default is 'false'). + + - Fixed NPE in ResultSet.realClose() when using usage advisor and + result set was already closed. + + - Fixed BUG#8487 - PreparedStatements not creating streaming result + sets. + + - Don't pass NULL to String.valueOf() in + ResultSet.getNativeConvertToString(), as it stringifies it (i.e. + returns "null"), which is not correct for the method in question. + + - Fixed BUG#8484 - ResultSet.getBigDecimal() throws exception + when rounding would need to occur to set scale. The driver now + chooses a rounding mode of 'half up' if non-rounding + BigDecimal.setScale() fails. + + - Added 'useLocalSessionState' configuration property, when set to + 'true' the JDBC driver trusts that the application is well-behaved + and only sets autocommit and transaction isolation levels using + the methods provided on java.sql.Connection, and therefore can + manipulate these values in many cases without incurring + round-trips to the database server. + + - Added enableStreamingResults() to Statement for connection pool + implementations that check Statement.setFetchSize() for + specification-compliant values. Call Statement.setFetchSize(>=0) + to disable the streaming results for that statement. + + - Added support for BIT type in MySQL-5.0.3. The driver will treat + BIT(1-8) as the JDBC standard BIT type (which maps to + java.lang.Boolean), as the server does not currently send enough + information to determine the size of a bitfield when < 9 bits are + declared. BIT(>9) will be treated as VARBINARY, and will return + byte[] when getObject() is called. + +12-23-04 - Version 3.1.6-stable + + - Fixed hang on SocketInputStream.read() with Statement.setMaxRows() and + multiple result sets when driver has to truncate result set directly, + rather than tacking a 'LIMIT n' on the end of it. + + - Fixed BUG#7026 - DBMD.getProcedures() doesn't respect catalog parameter. + + - Respect bytes-per-character for RSMD.getPrecision(). + +12-02-04 - Version 3.1.5-gamma + + - Fix comparisons made between string constants and dynamic strings that + are either toUpperCase()d or toLowerCase()d to use Locale.ENGLISH, as + some locales 'override' case rules for English. Also use + StringUtils.indexOfIgnoreCase() instead of .toUpperCase().indexOf(), + avoids creating a very short-lived transient String instance. + + - Fixed BUG#5235 - Server-side prepared statements did not honor + 'zeroDateTimeBehavior' property, and would cause class-cast + exceptions when using ResultSet.getObject(), as the all-zero string + was always returned. + + - Fixed batched updates with server prepared statements weren't looking if + the types had changed for a given batched set of parameters compared + to the previous set, causing the server to return the error + 'Wrong arguments to mysql_stmt_execute()'. + + - Handle case when string representation of timestamp contains trailing '.' + with no numbers following it. + + - Fixed BUG#5706 - Inefficient detection of pre-existing string instances + in ResultSet.getNativeString(). + + - Don't throw exceptions for Connection.releaseSavepoint(). + + - Use a per-session Calendar instance by default when decoding dates + from ServerPreparedStatements (set to old, less performant behavior by + setting property 'dynamicCalendars=true'). + + - Added experimental configuration property 'dontUnpackBinaryResults', + which delays unpacking binary result set values until they're asked for, + and only creates object instances for non-numerical values (it is set + to 'false' by default). For some usecase/jvm combinations, this is + friendlier on the garbage collector. + + - Fixed BUG#5729 - UNSIGNED BIGINT unpacked incorrectly from + server-side prepared statement result sets. + + - Fixed BUG#6225 - ServerSidePreparedStatement allocating short-lived + objects un-necessarily. + + - Removed un-wanted new Throwable() in ResultSet constructor due to bad + merge (caused a new object instance that was never used for every result + set created) - Found while profiling for BUG#6359. + + - Fixed too-early creation of StringBuffer in EscapeProcessor.escapeSQL(), + also return String when escaping not needed (to avoid unnecssary object + allocations). Found while profiling for BUG#6359. + + - Use null-safe-equals for key comparisons in updatable result sets. + + - Fixed BUG#6537, SUM() on Decimal with server-side prepared statement ignores + scale if zero-padding is needed (this ends up being due to conversion to DOUBLE + by server, which when converted to a string to parse into BigDecimal, loses all + 'padding' zeros). + + - Use DatabaseMetaData.getIdentifierQuoteString() when building DBMD + queries. + + - Use 1MB packet for sending file for LOAD DATA LOCAL INFILE if that + is < 'max_allowed_packet' on server. + + - Fixed BUG#6399, ResultSetMetaData.getColumnDisplaySize() returns incorrect + values for multibyte charsets. + + - Make auto-deserialization of java.lang.Objects stored in BLOBs + configurable via 'autoDeserialize' property (defaults to 'false'). + + - Re-work Field.isOpaqueBinary() to detect 'CHAR(n) CHARACTER SET BINARY' + to support fixed-length binary fields for ResultSet.getObject(). + + - Use our own implementation of buffered input streams to get around + blocking behavior of java.io.BufferedInputStream. Disable this with + 'useReadAheadInput=false'. + + - Fixed BUG#6348, failing to connect to the server when one of the + addresses for the given host name is IPV6 (which the server does + not yet bind on). The driver now loops through _all_ IP addresses + for a given host, and stops on the first one that accepts() a + socket.connect(). + +09-04-04 - Version 3.1.4-beta + + - Fixed BUG#4510 - connector/j 3.1.3 beta does not handle integers + correctly (caused by changes to support unsigned reads in + Buffer.readInt() -> Buffer.readShort()). + + - Added support in DatabaseMetaData.getTables() and getTableTypes() + for VIEWs which are now available in MySQL server version 5.0.x. + + - Fixed BUG#4642 -- ServerPreparedStatement.execute*() sometimes + threw ArrayIndexOutOfBoundsException when unpacking field metadata. + + - Optimized integer number parsing, enable 'old' slower integer parsing + using JDK classes via 'useFastIntParsing=false' property. + + - Added 'useOnlyServerErrorMessages' property, which causes message text + in exceptions generated by the server to only contain the text sent by + the server (as opposed to the SQLState's 'standard' description, followed + by the server's error message). This property is set to 'true' by default. + + - Fixed BUG#4689 - ResultSet.wasNull() does not work for primatives if a + previous null was returned. + + - Track packet sequence numbers if enablePacketDebug=true, and throw an + exception if packets received out-of-order. + + - Fixed BUG#4482, ResultSet.getObject() returns wrong type for strings + when using prepared statements. + + - Calling MysqlPooledConnection.close() twice (even though an application + error), caused NPE. Fixed. + + - Fixed BUG#5012 -- ServerPreparedStatements dealing with return of + DECIMAL type don't work. + + - Fixed BUG#5032 -- ResultSet.getObject() doesn't return + type Boolean for pseudo-bit types from prepared statements on 4.1.x + (shortcut for avoiding extra type conversion when using binary-encoded + result sets obscurred test in getObject() for 'pseudo' bit type) + + - You can now use URLs in 'LOAD DATA LOCAL INFILE' statements, and the + driver will use Java's built-in handlers for retreiving the data and + sending it to the server. This feature is not enabled by default, + you must set the 'allowUrlInLocalInfile' connection property to 'true'. + + - The driver is more strict about truncation of numerics on + ResultSet.get*(), and will throw a SQLException when truncation is + detected. You can disable this by setting 'jdbcCompliantTruncation' to + false (it is enabled by default, as this functionality is required + for JDBC compliance). + + - Added three ways to deal with all-zero datetimes when reading them from + a ResultSet, 'exception' (the default), which throws a SQLException + with a SQLState of 'S1009', 'convertToNull', which returns NULL instead of + the date, and 'round', which rounds the date to the nearest closest value + which is '0001-01-01'. + + - Fixed ServerPreparedStatement to read prepared statement metadata off + the wire, even though it's currently a placeholder instead of using + MysqlIO.clearInputStream() which didn't work at various times because + data wasn't available to read from the server yet. This fixes sporadic + errors users were having with ServerPreparedStatements throwing + ArrayIndexOutOfBoundExceptions. + + - Use com.mysql.jdbc.Message's classloader when loading resource bundle, + should fix sporadic issues when the caller's classloader can't locate + the resource bundle. + +07-07-04 - Version 3.1.3-beta + + - Mangle output parameter names for CallableStatements so they + will not clash with user variable names. + + - Added support for INOUT parameters in CallableStatements. + + - Fix for BUG#4119, null bitmask sent for server-side prepared + statements was incorrect. + + - Use SQL Standard SQL states by default, unless 'useSqlStateCodes' + property is set to 'false'. + + - Added packet debuging code (see the 'enablePacketDebug' property + documentation). + + - Added constants for MySQL error numbers (publicly-accessible, + see com.mysql.jdbc.MysqlErrorNumbers), and the ability to + generate the mappings of vendor error codes to SQLStates + that the driver uses (for documentation purposes). + + - Externalized more messages (on-going effort). + + - Fix for BUG#4311 - Error in retrieval of mediumint column with + prepared statements and binary protocol. + + - Support new timezone variables in MySQL-4.1.3 when + 'useTimezone=true' + + - Support for unsigned numerics as return types from prepared statements. + This also causes a change in ResultSet.getObject() for the 'bigint unsigned' + type, which used to return BigDecimal instances, it now returns instances + of java.lang.BigInteger. + +06-09-04 - Version 3.1.2-alpha + + - Fixed stored procedure parameter parsing info when size was + specified for a parameter (i.e. char(), varchar()). + + - Enabled callable statement caching via 'cacheCallableStmts' + property. + + - Fixed case when no output parameters specified for a + stored procedure caused a bogus query to be issued + to retrieve out parameters, leading to a syntax error + from the server. + + - Fixed case when no parameters could cause a NullPointerException + in CallableStatement.setOutputParameters(). + + - Removed wrapping of exceptions in MysqlIO.changeUser(). + + - Fixed sending of split packets for large queries, enabled nio + ability to send large packets as well. + + - Added .toString() functionality to ServerPreparedStatement, + which should help if you're trying to debug a query that is + a prepared statement (it shows SQL as the server would process). + + - Added 'gatherPerformanceMetrics' property, along with properties + to control when/where this info gets logged (see docs for more + info). + + - ServerPreparedStatements weren't actually de-allocating + server-side resources when .close() was called. + + - Added 'logSlowQueries' property, along with property + 'slowQueriesThresholdMillis' to control when a query should + be considered 'slow'. + + - Correctly map output parameters to position given in + prepareCall() vs. order implied during registerOutParameter() - + fixes BUG#3146. + + - Correctly detect initial character set for servers >= 4.1.0 + + - Cleaned up detection of server properties. + + - Support placeholder for parameter metadata for server >= 4.1.2 + + - Fix for BUG#3539 getProcedures() does not return any procedures in + result set + + - Fix for BUG#3540 getProcedureColumns() doesn't work with wildcards + for procedure name + + - Fixed BUG#3520 -- DBMD.getSQLStateType() returns incorrect value. + + - Added 'connectionCollation' property to cause driver to issue + 'set collation_connection=...' query on connection init if default + collation for given charset is not appropriate. + + - Fixed DatabaseMetaData.getProcedures() when run on MySQL-5.0.0 (output of + 'show procedure status' changed between 5.0.1 and 5.0.0. + + - Fixed BUG#3804 -- getWarnings() returns SQLWarning instead of DataTruncation + + - Don't enable server-side prepared statements for server version 5.0.0 or 5.0.1, + as they aren't compatible with the '4.1.2+' style that the driver uses (the driver + expects information to come back that isn't there, so it hangs). + + +02-14-04 - Version 3.1.1-alpha + + - Fixed bug with UpdatableResultSets not using client-side + prepared statements. + + - Fixed character encoding issues when converting bytes to + ASCII when MySQL doesn't provide the character set, and + the JVM is set to a multibyte encoding (usually affecting + retrieval of numeric values). + + - Unpack 'unknown' data types from server prepared statements + as Strings. + + - Implemented long data (Blobs, Clobs, InputStreams, Readers) + for server prepared statements. + + - Implemented Statement.getWarnings() for MySQL-4.1 and newer + (using 'SHOW WARNINGS'). + + - Default result set type changed to TYPE_FORWARD_ONLY + (JDBC compliance). + + - Centralized setting of result set type and concurrency. + + - Re-factored how connection properties are set and exposed + as DriverPropertyInfo as well as Connection and DataSource + properties. + + - Support for NIO. Use 'useNIO=true' on platforms that support + NIO. + + - Support for SAVEPOINTs (MySQL >= 4.0.14 or 4.1.1). + + - Support for mysql_change_user()...See the changeUser() method + in com.mysql.jdbc.Connection. + + - Reduced number of methods called in average query to be more + efficient. + + - Prepared Statements will be re-prepared on auto-reconnect. Any errors + encountered are postponed until first attempt to re-execute the + re-prepared statement. + + - Ensure that warnings are cleared before executing queries + on prepared statements, as-per JDBC spec (now that we support + warnings). + + - Support 'old' profileSql capitalization in ConnectionProperties. + This property is deprecated, you should use 'profileSQL' if possible. + + - Optimized Buffer.readLenByteArray() to return shared empty byte array + when length is 0. + + - Allow contents of PreparedStatement.setBlob() to be retained + between calls to .execute*(). + + - Deal with 0-length tokens in EscapeProcessor (caused by callable + statement escape syntax). + + - Check for closed connection on delete/update/insert row operations in + UpdatableResultSet. + + - Fix support for table aliases when checking for all primary keys in + UpdatableResultSet. + + - Removed useFastDates connection property. + + - Correctly initialize datasource properties from JNDI Refs, including + explicitly specified URLs. + + - DatabaseMetaData now reports supportsStoredProcedures() for + MySQL versions >= 5.0.0 + + - Fixed stack overflow in Connection.prepareCall() (bad merge). + + - Fixed IllegalAccessError to Calendar.getTimeInMillis() in DateTimeValue + (for JDK < 1.4). + + - Fix for BUG#1673, where DatabaseMetaData.getColumns() is not + returning correct column ordinal info for non '%' column name patterns. + + - Merged fix of datatype mapping from MySQL type 'FLOAT' to + java.sql.Types.REAL from 3.0 branch. + + - Detect collation of column for RSMD.isCaseSensitive(). + + - Fixed sending of queries > 16M. + + - Added named and indexed input/output parameter support to CallableStatement. + MySQL-5.0.x or newer. + + - Fixed NullPointerException in ServerPreparedStatement.setTimestamp(), + as well as year and month descrepencies in + ServerPreparedStatement.setTimestamp(), setDate(). + + - Added ability to have multiple database/JVM targets for compliance + and regression/unit tests in build.xml. + + - Fixed NPE and year/month bad conversions when accessing some + datetime functionality in ServerPreparedStatements and their + resultant result sets. + + - Display where/why a connection was implicitly closed (to + aid debugging). + + - CommunicationsException implemented, that tries to determine + why communications was lost with a server, and displays + possible reasons when .getMessage() is called. + + - Fixed BUG#2359, NULL values for numeric types in binary + encoded result sets causing NullPointerExceptions. + + - Implemented Connection.prepareCall(), and DatabaseMetaData. + getProcedures() and getProcedureColumns(). + + - Reset 'long binary' parameters in ServerPreparedStatement when + clearParameters() is called, by sending COM_RESET_STMT to the + server. + + - Merged prepared statement caching, and .getMetaData() support + from 3.0 branch. + + - Fixed off-by-1900 error in some cases for + years in TimeUtil.fastDate/TimeCreate() when unpacking results + from server-side prepared statements. + + - Fixed BUG#2502 -- charset conversion issue in getTables(). + + - Implemented multiple result sets returned from a statement + or stored procedure. + + - Fixed BUG#2606 -- Server side prepared statements not returning + datatype 'YEAR' correctly. + + - Enabled streaming of result sets from server-side prepared + statements. + + - Fixed BUG#2623 -- Class-cast exception when using + scrolling result sets and server-side prepared statements. + + - Merged unbuffered input code from 3.0. + + - Fixed ConnectionProperties that weren't properly exposed + via accessors, cleaned up ConnectionProperties code. + + - Fixed BUG#2671, NULL fields not being encoded correctly in + all cases in server side prepared statements. + + - Fixed rare buffer underflow when writing numbers into buffers + for sending prepared statement execution requests. + + - Use DocBook version of docs for shipped versions of drivers. + + +02-18-03 - Version 3.1.0-alpha + + - Added 'requireSSL' property. + + - Added 'useServerPrepStmts' property (default 'false'). The + driver will use server-side prepared statements when the + server version supports them (4.1 and newer) when this + property is set to 'true'. It is currently set to 'false' + by default until all bind/fetch functionality has been + implemented. Currently only DML prepared statements are + implemented for 4.1 server-side prepared statements. + + - Track open Statements, close all when Connection.close() + is called (JDBC compliance). + +06-22-05 - Version 3.0.17-ga + + - Fixed BUG#5874, Timestamp/Time conversion goes in the wrong 'direction' + when useTimeZone='true' and server timezone differs from client timezone. + + - Fixed BUG#7081, DatabaseMetaData.getIndexInfo() ignoring 'unique' + parameter. + + - Support new protocol type 'MYSQL_TYPE_VARCHAR'. + + - Added 'useOldUTF8Behavoior' configuration property, which causes + JDBC driver to act like it did with MySQL-4.0.x and earlier when + the character encoding is 'utf-8' when connected to MySQL-4.1 or + newer. + + - Fixed BUG#7316 - Statements created from a pooled connection were + returning physical connection instead of logical connection when + getConnection() was called. + + - Fixed BUG#7033 - PreparedStatements don't encode Big5 (and other + multibyte) character sets correctly in static SQL strings. + + - Fixed BUG#6966, connections starting up failed-over (due to down master) + never retry master. + + - Fixed BUG#7061, PreparedStatement.fixDecimalExponent() adding extra + '+', making number unparseable by MySQL server. + + - Fixed BUG#7686, Timestamp key column data needed "_binary'" stripped for + UpdatableResultSet.refreshRow(). + + - Backported SQLState codes mapping from Connector/J 3.1, enable with + 'useSqlStateCodes=true' as a connection property, it defaults to + 'false' in this release, so that we don't break legacy applications (it + defaults to 'true' starting with Connector/J 3.1). + + - Fixed BUG#7601, PreparedStatement.fixDecimalExponent() adding extra + '+', making number unparseable by MySQL server. + + - Escape sequence {fn convert(..., type)} now supports ODBC-style types + that are prepended by 'SQL_'. + + - Fixed duplicated code in configureClientCharset() that prevented + useOldUTF8Behavior=true from working properly. + + - Handle streaming result sets with > 2 billion rows properly by fixing + wraparound of row number counter. + + - Fixed BUG#7607 - MS932, SHIFT_JIS and Windows_31J not recog. as + aliases for sjis. + + - Fixed BUG#6549 (while fixing #7607), adding 'CP943' to aliases for + sjis. + + - Fixed BUG#8064, which requires hex escaping of binary data when using + multibyte charsets with prepared statements. + + - Fixed BUG#8812, NON_UNIQUE column from DBMD.getIndexInfo() returned + inverted value. + + - Workaround for server BUG#9098 - default values of CURRENT_* for + DATE/TIME/TIMESTAMP/TIMESTAMP columns can't be distinguished from + 'string' values, so UpdatableResultSet.moveToInsertRow() generates + bad SQL for inserting default values. + + - Fixed BUG#8629 - 'EUCKR' charset is sent as 'SET NAMES euc_kr' which + MySQL-4.1 and newer doesn't understand. + + - DatabaseMetaData.supportsSelectForUpdate() returns correct value based + on server version. + + - Use hex escapes for PreparedStatement.setBytes() for double-byte charsets + including 'aliases' Windows-31J, CP934, MS932. + + - Added support for the "EUC_JP_Solaris" character encoding, which maps + to a MySQL encoding of "eucjpms" (backported from 3.1 branch). This only + works on servers that support eucjpms, namely 5.0.3 or later. + +11-15-04 - Version 3.0.16-ga + + - Re-issue character set configuration commands when re-using pooled + connections and/or Connection.changeUser() when connected to MySQL-4.1 + or newer. + + - Fixed ResultSetMetaData.isReadOnly() to detect non-writable columns + when connected to MySQL-4.1 or newer, based on existence of 'original' + table and column names. + + - Fixed BUG#5664, ResultSet.updateByte() when on insert row + throws ArrayOutOfBoundsException. + + - Fixed DatabaseMetaData.getTypes() returning incorrect (i.e. non-negative) + scale for the 'NUMERIC' type. + + - Fixed BUG#6198, off-by-one bug in Buffer.readString(string). + + - Made TINYINT(1) -> BIT/Boolean conversion configurable via 'tinyInt1isBit' + property (default 'true' to be JDBC compliant out of the box). + + - Only set 'character_set_results' during connection establishment if + server version >= 4.1.1. + + - Fixed regression where useUnbufferedInput was defaulting to 'false'. + + - Fixed BUG#6231, ResultSet.getTimestamp() on a column with TIME in it + fails. + +09-04-04 - Version 3.0.15-ga + + - Fixed BUG#4010 - StringUtils.escapeEasternUnicodeByteStream is still + broken for GBK + + - Fixed BUG#4334 - Failover for autoReconnect not using port #'s for any + hosts, and not retrying all hosts. (WARN: This required a change to + the SocketFactory connect() method signature, which is now + + public Socket connect(String host, int portNumber, Properties props), + + therefore any third-party socket factories will have to be changed + to support this signature. + + - Logical connections created by MysqlConnectionPoolDataSource will + now issue a rollback() when they are closed and sent back to the pool. + If your application server/connection pool already does this for you, you + can set the 'rollbackOnPooledClose' property to false to avoid the + overhead of an extra rollback(). + + - Removed redundant calls to checkRowPos() in ResultSet. + + - Fixed BUG#4742, 'DOUBLE' mapped twice in DBMD.getTypeInfo(). + + - Added FLOSS license exemption. + + - Fixed BUG#4808, calling .close() twice on a PooledConnection causes NPE. + + - Fixed BUG#4138 and BUG#4860, DBMD.getColumns() returns incorrect JDBC + type for unsigned columns. This affects type mappings for all numeric + types in the RSMD.getColumnType() and RSMD.getColumnTypeNames() methods + as well, to ensure that 'like' types from DBMD.getColumns() match up + with what RSMD.getColumnType() and getColumnTypeNames() return. + + - 'Production' - 'GA' in naming scheme of distributions. + + - Fix for BUG#4880, RSMD.getPrecision() returning 0 for non-numeric types + (should return max length in chars for non-binary types, max length + in bytes for binary types). This fix also fixes mapping of + RSMD.getColumnType() and RSMD.getColumnTypeName() for the BLOB types based + on the length sent from the server (the server doesn't distinguish between + TINYBLOB, BLOB, MEDIUMBLOB or LONGBLOB at the network protocol level). + + - Fixed BUG#5022 - ResultSet should release Field[] instance in .close(). + + - Fixed BUG#5069 -- ResultSet.getMetaData() should not return + incorrectly-initialized metadata if the result set has been closed, but + should instead throw a SQLException. Also fixed for getRow() and + getWarnings() and traversal methods by calling checkClosed() before + operating on instance-level fields that are nullified during .close(). + + - Parse new timezone variables from 4.1.x servers. + + - Use _binary introducer for PreparedStatement.setBytes() and + set*Stream() when connected to MySQL-4.1.x or newer to avoid + misinterpretation during character conversion. + +05-28-04 - Version 3.0.14-production + + - Fixed URL parsing error + +05-27-04 - Version 3.0.13-production + + - Fixed BUG#3848 - Using a MySQLDatasource without server name fails + + - Fixed BUG#3920 - "No Database Selected" when using + MysqlConnectionPoolDataSource. + + - Fixed BUG#3873 - PreparedStatement.getGeneratedKeys() method returns only + 1 result for batched insertions + +05-18-04 - Version 3.0.12-production + + - Add unsigned attribute to DatabaseMetaData.getColumns() output + in the TYPE_NAME column. + + - Added 'failOverReadOnly' property, to allow end-user to configure + state of connection (read-only/writable) when failed over. + + - Backported 'change user' and 'reset server state' functionality + from 3.1 branch, to allow clients of MysqlConnectionPoolDataSource + to reset server state on getConnection() on a pooled connection. + + - Don't escape SJIS/GBK/BIG5 when using MySQL-4.1 or newer. + + - Allow 'url' parameter for MysqlDataSource and MysqlConnectionPool + DataSource so that passing of other properties is possible from + inside appservers. + + - Map duplicate key and foreign key errors to SQLState of + '23000'. + + - Backport documentation tooling from 3.1 branch. + + - Return creating statement for ResultSets created by + getGeneratedKeys() (BUG#2957) + + - Allow java.util.Date to be sent in as parameter to + PreparedStatement.setObject(), converting it to a Timestamp + to maintain full precision (BUG#3103). + + - Don't truncate BLOBs/CLOBs when using setBytes() and/or + setBinary/CharacterStream() (BUG#2670). + + - Dynamically configure character set mappings for field-level + character sets on MySQL-4.1.0 and newer using 'SHOW COLLATION' + when connecting. + + - Map 'binary' character set to 'US-ASCII' to support DATETIME + charset recognition for servers >= 4.1.2 + + - Use 'SET character_set_results" during initialization to allow any + charset to be returned to the driver for result sets. + + - Use charsetnr returned during connect to encode queries before + issuing 'SET NAMES' on MySQL >= 4.1.0. + + - Add helper methods to ResultSetMetaData (getColumnCharacterEncoding() + and getColumnCharacterSet()) to allow end-users to see what charset + the driver thinks it should be using for the column. + + - Only set character_set_results for MySQL >= 4.1.0. + + - Fixed BUG#3511, StringUtils.escapeSJISByteStream() not covering all + eastern double-byte charsets correctly. + + - Renamed StringUtils.escapeSJISByteStream() to more appropriate + escapeEasternUnicodeByteStream(). + + - Fixed BUG#3554 - Not specifying database in URL caused MalformedURL + exception. + + - Auto-convert MySQL encoding names to Java encoding names if used + for characterEncoding property. + + - Added encoding names that are recognized on some JVMs to fix case + where they were reverse-mapped to MySQL encoding names incorrectly. + + - Use junit.textui.TestRunner for all unit tests (to allow them to be + run from the command line outside of Ant or Eclipse). + + - Fixed BUG#3557 - UpdatableResultSet not picking up default values + for moveToInsertRow(). + + - Fixed BUG#3570 - inconsistent reporting of column type. The server + still doesn't return all types for *BLOBs *TEXT correctly, so the + driver won't return those correctly. + + - Fixed BUG#3520 -- DBMD.getSQLStateType() returns incorrect value. + + - Fixed regression in PreparedStatement.setString() and eastern character + encodings. + + - Made StringRegressionTest 4.1-unicode aware. + +02-19-04 - Version 3.0.11-stable + + - Trigger a 'SET NAMES utf8' when encoding is forced to 'utf8' _or_ + 'utf-8' via the 'characterEncoding' property. Previously, only the + Java-style encoding name of 'utf-8' would trigger this. + + - AutoReconnect time was growing faster than exponentially (BUG#2447). + + - Fixed failover always going to last host in list (BUG#2578) + + - Added 'useUnbufferedInput' parameter, and now use it by default + (due to JVM issue + http://developer.java.sun.com/developer/bugParade/bugs/4401235.html) + + - Detect 'on/off' or '1','2','3' form of lower_case_table_names on + server. + + - Return 'java.lang.Integer' for TINYINT and SMALLINT types from + ResultSetMetaData.getColumnClassName() (fix for BUG#2852). + + - Return 'java.lang.Double' for FLOAT type from ResultSetMetaData. + getColumnClassName() (fix for BUG#2855). + + - Return '[B' instead of java.lang.Object for BINARY, VARBINARY and + LONGVARBINARY types from ResultSetMetaData.getColumnClassName() + (JDBC compliance). + +01-13-04 - Version 3.0.10-stable + + - Don't count quoted id's when inside a 'string' in PreparedStatement + parsing (fix for BUG#1511). + + - 'Friendlier' exception message for PacketTooLargeException + (BUG#1534). + + - Backported fix for aliased tables and UpdatableResultSets in + checkUpdatability() method from 3.1 branch. + + - Fix for ArrayIndexOutOfBounds exception when using Statement.setMaxRows() + (BUG#1695). + + - Fixed BUG#1576, dealing with large blobs and split packets not being + read correctly. + + - Fixed regression of Statement.getGeneratedKeys() and REPLACE statements. + + - Fixed BUG#1630, subsequent call to ResultSet.updateFoo() causes NPE if + result set is not updatable. + + - Fix for 4.1.1-style auth with no password. + + - Fix for BUG#1731, Foreign Keys column sequence is not consistent in + DatabaseMetaData.getImported/Exported/CrossReference(). + + - Fix for BUG#1775 - DatabaseMetaData.getSystemFunction() returning + bad function 'VResultsSion'. + + - Fix for BUG#1592 -- cross-database updatable result sets + are not checked for updatability correctly. + + - DatabaseMetaData.getColumns() should return Types.LONGVARCHAR for + MySQL LONGTEXT type. + + - ResultSet.getObject() on TINYINT and SMALLINT columns should return + Java type 'Integer' (BUG#1913) + + - Added 'alwaysClearStream' connection property, which causes the driver + to always empty any remaining data on the input stream before + each query. + + - Added more descriptive error message 'Server Configuration Denies + Access to DataSource', as well as retrieval of message from server. + + - Autoreconnect code didn't set catalog upon reconnect if it had been + changed. + + - Implement ResultSet.updateClob(). + + - ResultSetMetaData.isCaseSensitive() returned wrong value for CHAR/VARCHAR + columns. + + - Fix for BUG#1933 -- Connection property "maxRows" not honored. + + - Fix for BUG#1925 -- Statements being created too many times in + DBMD.extractForeignKeyFromCreateTable(). + + - Fix for BUG#1914 -- Support escape sequence {fn convert ... } + + - Fix for BUG#1958 -- ArrayIndexOutOfBounds when parameter number == + number of parameters + 1. + + - Fix for BUG#2006 -- ResultSet.findColumn() should use first matching + column name when there are duplicate column names in SELECT query + (JDBC-compliance). + + - Removed static synchronization bottleneck from + PreparedStatement.setTimestamp(). + + - Removed static synchronization bottleneck from instance factory + method of SingleByteCharsetConverter. + + - Enable caching of the parsing stage of prepared statements via + the 'cachePrepStmts', 'prepStmtCacheSize' and 'prepStmtCacheSqlLimit' + properties (disabled by default). + + - Speed up parsing of PreparedStatements, try to use one-pass whenever + possible. + + - Fixed security exception when used in Applets (applets can't + read the system property 'file.encoding' which is needed + for LOAD DATA LOCAL INFILE). + + - Use constants for SQLStates. + + - Map charset 'ko18_ru' to 'ko18r' when connected to MySQL-4.1.0 or + newer. + + - Ensure that Buffer.writeString() saves room for the \0. + + - Fixed exception 'Unknown character set 'danish' on connect w/ JDK-1.4.0 + + - Fixed mappings in SQLError to report deadlocks with SQLStates of '41000'. + + - 'maxRows' property would affect internal statements, so check it for all + statement creation internal to the driver, and set to 0 when it is not. + +10-07-03 - Version 3.0.9-stable + + - Faster date handling code in ResultSet and PreparedStatement (no longer + uses Date methods that synchronize on static calendars). + + - Fixed test for end of buffer in Buffer.readString(). + + - Fixed ResultSet.previous() behavior to move current + position to before result set when on first row + of result set (bugs.mysql.com BUG#496) + + - Fixed Statement and PreparedStatement issuing bogus queries + when setMaxRows() had been used and a LIMIT clause was present + in the query. + + - Fixed BUG#661 - refreshRow didn't work when primary key values + contained values that needed to be escaped (they ended up being + doubly-escaped). + + - Support InnoDB contraint names when extracting foreign key info + in DatabaseMetaData BUG#517 and BUG#664 + (impl. ideas from Parwinder Sekhon) + + - Backported 4.1 protocol changes from 3.1 branch (server-side SQL + states, new field info, larger client capability flags, + connect-with-database, etc). + + - Fix UpdatableResultSet to return values for getXXX() when on + insert row (BUG#675). + + - The insertRow in an UpdatableResultSet is now loaded with + the default column values when moveToInsertRow() is called + (BUG#688) + + - DatabaseMetaData.getColumns() wasn't returning NULL for + default values that are specified as NULL. + + - Change default statement type/concurrency to TYPE_FORWARD_ONLY + and CONCUR_READ_ONLY (spec compliance). + + - Don't try and reset isolation level on reconnect if MySQL doesn't + support them. + + - Don't wrap SQLExceptions in RowDataDynamic. + + - Don't change timestamp TZ twice if useTimezone==true (BUG#774) + + - Fixed regression in large split-packet handling (BUG#848). + + - Better diagnostic error messages in exceptions for 'streaming' + result sets. + + - Issue exception on ResultSet.getXXX() on empty result set (wasn't + caught in some cases). + + - Don't hide messages from exceptions thrown in I/O layers. + + - Don't fire connection closed events when closing pooled connections, or + on PooledConnection.getConnection() with already open connections (BUG#884). + + - Clip +/- INF (to smallest and largest representative values for the type in + MySQL) and NaN (to 0) for setDouble/setFloat(), and issue a warning on the + statement when the server does not support +/- INF or NaN. + + - Fix for BUG#879, double-escaping of '\' when charset is SJIS or GBK and '\' + appears in non-escaped input. + + - When emptying input stream of unused rows for 'streaming' result sets, + have the current thread yield() every 100 rows in order to not monopolize + CPU time. + + - Fixed BUG#1099, DatabaseMetaData.getColumns() getting confused about the + keyword 'set' in character columns. + + - Fixed deadlock issue with Statement.setMaxRows(). + + - Fixed CLOB.truncate(), BUG#1130 + + - Optimized CLOB.setChracterStream(), BUG#1131 + + - Made databaseName, portNumber and serverName optional parameters + for MysqlDataSourceFactory (BUG#1246) + + - Fix for BUG#1247 -- ResultSet.get/setString mashing char 127 + + - Backported auth. changes for 4.1.1 and newer from 3.1 branch. + + - Added com.mysql.jdbc.util.BaseBugReport to help creation of testcases + for bug reports. + + - Added property to 'clobber' streaming results, by setting the + 'clobberStreamingResults' property to 'true' (the default is 'false'). + This will cause a 'streaming' ResultSet to be automatically + closed, and any oustanding data still streaming from the server to + be discarded if another query is executed before all the data has been + read from the server. + +05-23-03 - Version 3.0.8-stable + + - Allow bogus URLs in Driver.getPropertyInfo(). + + - Return list of generated keys when using multi-value INSERTS + with Statement.getGeneratedKeys(). + + - Use JVM charset with filenames and 'LOAD DATA [LOCAL] INFILE' + + - Fix infinite loop with Connection.cleanup(). + + - Changed Ant target 'compile-core' to 'compile-driver', and + made testsuite compilation a separate target. + + - Fixed result set not getting set for Statement.executeUpdate(), + which affected getGeneratedKeys() and getUpdateCount() in + some cases. + + - Unicode character 0xFFFF in a string would cause the driver to + throw an ArrayOutOfBoundsException (Bug #378) + + - Return correct amount of generated keys when using 'REPLACE' + statements. + + - Fix problem detecting server character set in some cases. + + - Fix row data decoding error when using _very_ large packets. + + - Optimized row data decoding. + + - Issue exception when operating on an already-closed + prepared statement. + + - Fixed SJIS encoding bug, thanks to Naoto Sato. + + - Optimized usage of EscapeProcessor. + + - Allow multiple calls to Statement.close() + +04-08-03 - Version 3.0.7-stable + + - Fixed MysqlPooledConnection.close() calling wrong event type. + + - Fixed StringIndexOutOfBoundsException in PreparedStatement. + setClob(). + + - 4.1 Column Metadata fixes + + - Remove synchronization from Driver.connect() and + Driver.acceptsUrl(). + + - IOExceptions during a transaction now cause the Connection to + be closed. + + - Fixed missing conversion for 'YEAR' type in ResultSetMetaData. + getColumnTypeName(). + + - Don't pick up indexes that start with 'pri' as primary keys + for DBMD.getPrimaryKeys(). + + - Throw SQLExceptions when trying to do operations on a forcefully + closed Connection (i.e. when a communication link failure occurs). + + - You can now toggle profiling on/off using + Connection.setProfileSql(boolean). + + - Fixed charset issues with database metadata (charset was not + getting set correctly). + + - Updatable ResultSets can now be created for aliased tables/columns + when connected to MySQL-4.1 or newer. + + - Fixed 'LOAD DATA LOCAL INFILE' bug when file > max_allowed_packet. + + - Fixed escaping of 0x5c ('\') character for GBK and Big5 charsets. + + - Fixed ResultSet.getTimestamp() when underlying field is of type DATE. + + - Ensure that packet size from alignPacketSize() does not + exceed MAX_ALLOWED_PACKET (JVM bug) + + - Don't reset Connection.isReadOnly() when autoReconnecting. + +02-18-03 - Version 3.0.6-stable + + - Fixed ResultSetMetaData to return "" when catalog not known. + Fixes NullPointerExceptions with Sun's CachedRowSet. + + - Fixed DBMD.getTypeInfo() and DBMD.getColumns() returning + different value for precision in TEXT/BLOB types. + + - Allow ignoring of warning for 'non transactional tables' during + rollback (compliance/usability) by setting 'ignoreNonTxTables' + property to 'true'. + + - Fixed SQLExceptions getting swallowed on initial connect. + + - Fixed Statement.setMaxRows() to stop sending 'LIMIT' type queries + when not needed (performance) + + - Clean up Statement query/method mismatch tests (i.e. INSERT not + allowed with .executeQuery()). + + - More checks added in ResultSet traversal method to catch + when in closed state. + + - Fixed ResultSetMetaData.isWritable() to return correct value. + + - Add 'window' of different NULL sorting behavior to + DBMD.nullsAreSortedAtStart (4.0.2 to 4.0.10, true, otherwise, + no). + + - Implemented Blob.setBytes(). You still need to pass the + resultant Blob back into an updatable ResultSet or + PreparedStatement to persist the changes, as MySQL does + not support 'locators'. + + - Backported 4.1 charset field info changes from Connector/J 3.1 + +01-22-03 - Version 3.0.5-gamma + + - Fixed Buffer.fastSkipLenString() causing ArrayIndexOutOfBounds + exceptions with some queries when unpacking fields. + + - Implemented an empty TypeMap for Connection.getTypeMap() so that + some third-party apps work with MySQL (IBM WebSphere 5.0 Connection + pool). + + - Added missing LONGTEXT type to DBMD.getColumns(). + + - Retrieve TX_ISOLATION from database for + Connection.getTransactionIsolation() when the MySQL version + supports it, instead of an instance variable. + + - Quote table names in DatabaseMetaData.getColumns(), + getPrimaryKeys(), getIndexInfo(), getBestRowIdentifier() + + - Greatly reduce memory required for setBinaryStream() in + PreparedStatements. + + - Fixed ResultSet.isBeforeFirst() for empty result sets. + + - Added update options for foreign key metadata. + + +01-06-03 - Version 3.0.4-gamma + + - Added quoted identifiers to database names for + Connection.setCatalog. + + - Added support for quoted identifiers in PreparedStatement + parser. + + - Streamlined character conversion and byte[] handling in + PreparedStatements for setByte(). + + - Reduce memory footprint of PreparedStatements by sharing + outbound packet with MysqlIO. + + - Added 'strictUpdates' property to allow control of amount + of checking for 'correctness' of updatable result sets. Set this + to 'false' if you want faster updatable result sets and you know + that you create them from SELECTs on tables with primary keys and + that you have selected all primary keys in your query. + + - Added support for 4.0.8-style large packets. + + - Fixed PreparedStatement.executeBatch() parameter overwriting. + +12-17-02 - Version 3.0.3-dev + + - Changed charsToByte in SingleByteCharConverter to be non-static + + - Changed SingleByteCharConverter to use lazy initialization of each + converter. + + - Fixed charset handling in Fields.java + + - Implemented Connection.nativeSQL() + + - More robust escape tokenizer -- recognize '--' comments, and allow + nested escape sequences (see testsuite.EscapeProcessingTest) + + - DBMD.getImported/ExportedKeys() now handles multiple foreign keys + per table. + + - Fixed ResultSetMetaData.getPrecision() returning incorrect values + for some floating point types. + + - Fixed ResultSetMetaData.getColumnTypeName() returning BLOB for + TEXT and TEXT for BLOB types. + + - Fixed Buffer.isLastDataPacket() for 4.1 and newer servers. + + - Added CLIENT_LONG_FLAG to be able to get more column flags + (isAutoIncrement() being the most important) + + - Because of above, implemented ResultSetMetaData.isAutoIncrement() + to use Field.isAutoIncrement(). + + - Honor 'lower_case_table_names' when enabled in the server when + doing table name comparisons in DatabaseMetaData methods. + + - Some MySQL-4.1 protocol support (extended field info from selects) + + - Use non-aliased table/column names and database names to fullly + qualify tables and columns in UpdatableResultSet (requires + MySQL-4.1 or newer) + + - Allow user to alter behavior of Statement/ + PreparedStatement.executeBatch() via 'continueBatchOnError' property + (defaults to 'true'). + + - Check for connection closed in more Connection methods + (createStatement, prepareStatement, setTransactionIsolation, + setAutoCommit). + + - More robust implementation of updatable result sets. Checks that + _all_ primary keys of the table have been selected. + + - 'LOAD DATA LOCAL INFILE ...' now works, if your server is configured + to allow it. Can be turned off with the 'allowLoadLocalInfile' + property (see the README). + + - Substitute '?' for unknown character conversions in single-byte + character sets instead of '\0'. + + - NamedPipeSocketFactory now works (only intended for Windows), see + README for instructions. + +11-08-02 - Version 3.0.2-dev + + - Fixed issue with updatable result sets and PreparedStatements not + working + + - Fixed ResultSet.setFetchDirection(FETCH_UNKNOWN) + + - Fixed issue when calling Statement.setFetchSize() when using + arbitrary values + + - Fixed incorrect conversion in ResultSet.getLong() + + - Implemented ResultSet.updateBlob(). + + - Removed duplicate code from UpdatableResultSet (it can be inherited + from ResultSet, the extra code for each method to handle updatability + I thought might someday be necessary has not been needed). + + - Fixed "UnsupportedEncodingException" thrown when "forcing" a + character encoding via properties. + + - Fixed various non-ASCII character encoding issues. + + - Added driver property 'useHostsInPrivileges'. Defaults to true. + Affects whether or not '@hostname' will be used in + DBMD.getColumn/TablePrivileges. + + - All DBMD result set columns describing schemas now return NULL + to be more compliant with the behavior of other JDBC drivers + for other databases (MySQL does not support schemas). + + - Added SSL support. See README for information on how to use it. + + - Properly restore connection properties when autoReconnecting + or failing-over, including autoCommit state, and isolation level. + + - Use 'SHOW CREATE TABLE' when possible for determining foreign key + information for DatabaseMetaData...also allows cascade options for + DELETE information to be returned + + - Escape 0x5c character in strings for the SJIS charset. + + - Fixed start position off-by-1 error in Clob.getSubString() + + - Implemented Clob.truncate() + + - Implemented Clob.setString() + + - Implemented Clob.setAsciiStream() + + - Implemented Clob.setCharacterStream() + + - Added com.mysql.jdbc.MiniAdmin class, which allows you to send + 'shutdown' command to MySQL server...Intended to be used when 'embedding' + Java and MySQL server together in an end-user application. + + - Added 'connectTimeout' parameter that allows users of JDK-1.4 and newer + to specify a maxium time to wait to establish a connection. + + - Failover and autoReconnect only work when the connection is in a + autoCommit(false) state, in order to stay transaction safe + + - Added 'queriesBeforeRetryMaster' property that specifies how many + queries to issue when failed over before attempting to reconnect + to the master (defaults to 50) + + - Fixed DBMD.supportsResultSetConcurrency() so that it returns true + for ResultSet.TYPE_SCROLL_INSENSITIVE and ResultSet.CONCUR_READ_ONLY or + ResultSet.CONCUR_UPDATABLE + + - Fixed ResultSet.isLast() for empty result sets (should return false). + + - PreparedStatement now honors stream lengths in setBinary/Ascii/Character + Stream() unless you set the connection property + 'useStreamLengthsInPrepStmts' to 'false'. + + - Removed some not-needed temporary object creation by using Strings + smarter in EscapeProcessor, Connection and DatabaseMetaData classes. + +09-21-02 - Version 3.0.1-dev + + - Fixed ResultSet.getRow() off-by-one bug. + + - Fixed RowDataStatic.getAt() off-by-one bug. + + - Added limited Clob functionality (ResultSet.getClob(), + PreparedStatemtent.setClob(), + PreparedStatement.setObject(Clob). + + - Added socketTimeout parameter to URL. + + - Connection.isClosed() no longer "pings" the server. + + - Connection.close() issues rollback() when getAutoCommit() == false + + - Added "paranoid" parameter...sanitizes error messages removing + "sensitive" information from them (i.e. hostnames, ports, + usernames, etc.), as well as clearing "sensitive" data structures + when possible. + + - Fixed ResultSetMetaData.isSigned() for TINYINT and BIGINT. + + - Charsets now automatically detected. Optimized code for single-byte + character set conversion. + + - Implemented ResultSet.getCharacterStream() + + - Added "LOCAL TEMPORARY" to table types in DatabaseMetaData.getTableTypes() + + - Massive code clean-up to follow Java coding conventions (the time had come) + + +07-31-02 - Version 3.0.0-dev + + - !!! LICENSE CHANGE !!! The driver is now GPL. If you need + non-GPL licenses, please contact me + + - JDBC-3.0 functionality including + Statement/PreparedStatement.getGeneratedKeys() and + ResultSet.getURL() + + - Performance enchancements - driver is now 50-100% faster + in most situations, and creates fewer temporary objects + + - Repackaging...new driver name is "com.mysql.jdbc.Driver", + old name still works, though (the driver is now provided + by MySQL-AB) + + - Better checking for closed connections in Statement + and PreparedStatement. + + - Support for streaming (row-by-row) result sets (see README) + Thanks to Doron. + + - Support for large packets (new addition to MySQL-4.0 protocol), + see README for more information. + + - JDBC Compliance -- Passes all tests besides stored procedure tests + + + - Fix and sort primary key names in DBMetaData (SF bugs 582086 and 582086) + + - Float types now reported as java.sql.Types.FLOAT (SF bug 579573) + + - ResultSet.getTimestamp() now works for DATE types (SF bug 559134) + + - ResultSet.getDate/Time/Timestamp now recognizes all forms of invalid + values that have been set to all zeroes by MySQL (SF bug 586058) + + - Testsuite now uses Junit (which you can get from www.junit.org) + + - The driver now only works with JDK-1.2 or newer. + + - Added multi-host failover support (see README) + + - General source-code cleanup. + + - Overall speed improvements via controlling transient object + creation in MysqlIO class when reading packets + + - Performance improvements in string handling and field + metadata creation (lazily instantiated) contributed by + Alex Twisleton-Wykeham-Fiennes + + +05-16-02 - Version 2.0.14 + + - More code cleanup + + - PreparedStatement now releases resources on .close() (SF bug 553268) + + - Quoted identifiers not used if server version does not support them. Also, + if server started with --ansi or --sql-mode=ANSI_QUOTES then '"' will be + used as an identifier quote, otherwise '`' will be used. + + - ResultSet.getDouble() now uses code built into JDK to be more precise (but slower) + + - LogicalHandle.isClosed() calls through to physical connection + + - Added SQL profiling (to STDERR). Set "profileSql=true" in your JDBC url. + See README for more information. + + - Fixed typo for relaxAutoCommit parameter. + +04-24-02 - Version 2.0.13 + + - More code cleanup. + + - Fixed unicode chars being read incorrectly (SF bug 541088) + + - Faster blob escaping for PrepStmt + + - Added set/getPortNumber() to DataSource(s) (SF bug 548167) + + - Added setURL() to MySQLXADataSource (SF bug 546019) + + - PreparedStatement.toString() fixed (SF bug 534026) + + - ResultSetMetaData.getColumnClassName() now implemented + + - Rudimentary version of Statement.getGeneratedKeys() from JDBC-3.0 + now implemented (you need to be using JDK-1.4 for this to work, I + believe) + + - DBMetaData.getIndexInfo() - bad PAGES fixed (SF BUG 542201) + +04-07-02 - Version 2.0.12 + + - General code cleanup. + + - Added getIdleFor() method to Connection and MysqlLogicalHandle. + + - Relaxed synchronization in all classes, should fix 520615 and 520393. + + - Added getTable/ColumnPrivileges() to DBMD (fixes 484502). + + - Added new types to getTypeInfo(), fixed existing types thanks to + Al Davis and Kid Kalanon. + + - Added support for BIT types (51870) to PreparedStatement. + + - Fixed getRow() bug (527165) in ResultSet + + - Fixes for ResultSet updatability in PreparedStatement. + - Fixed timezone off by 1-hour bug in PreparedStatement (538286, 528785). + + - ResultSet: Fixed updatability (values being set to null + if not updated). + + - DataSources - fixed setUrl bug (511614, 525565), + wrong datasource class name (532816, 528767) + + - Added identifier quoting to all DatabaseMetaData methods + that need them (should fix 518108) + + - Added support for YEAR type (533556) + + - ResultSet.insertRow() should now detect auto_increment fields + in most cases and use that value in the new row. This detection + will not work in multi-valued keys, however, due to the fact that + the MySQL protocol does not return this information. + + - ResultSet.refreshRow() implemented. + + - Fixed testsuite.Traversal afterLast() bug, thanks to Igor Lastric. + +01-27-02 - Version 2.0.11 + + - Fixed missing DELETE_RULE value in + DBMD.getImported/ExportedKeys() and getCrossReference(). + + - Full synchronization of Statement.java. + + - More changes to fix "Unexpected end of input stream" + errors when reading BLOBs. This should be the last fix. + +01-24-02 - Version 2.0.10 + + - Fixed spurious "Unexpected end of input stream" errors in + MysqlIO (bug 507456). + + - Fixed null-pointer-exceptions when using + MysqlConnectionPoolDataSource with Websphere 4 (bug 505839). + +01-13-02 - Version 2.0.9 + + - Ant build was corrupting included jar files, fixed + (bug 487669). + + - Fixed extra memory allocation in MysqlIO.readPacket() + (bug 488663). + + - Implementation of DatabaseMetaData.getExported/ImportedKeys() and + getCrossReference(). + + - Full synchronization on methods modifying instance and class-shared + references, driver should be entirely thread-safe now (please + let me know if you have problems) + + - DataSource implementations moved to org.gjt.mm.mysql.jdbc2.optional + package, and (initial) implementations of PooledConnectionDataSource + and XADataSource are in place (thanks to Todd Wolff for the + implementation and testing of PooledConnectionDataSource with + IBM WebSphere 4). + + - Added detection of network connection being closed when reading packets + (thanks to Todd Lizambri). + + - Fixed quoting error with escape processor (bug 486265). + + - Report batch update support through DatabaseMetaData (bug 495101). + + - Fixed off-by-one-hour error in PreparedStatement.setTimestamp() + (bug 491577). + + - Removed concatenation support from driver (the '||' operator), + as older versions of VisualAge seem to be the only thing that + use it, and it conflicts with the logical '||' operator. You will + need to start mysqld with the "--ansi" flag to use the '||' + operator as concatenation (bug 491680) + + - Fixed casting bug in PreparedStatement (bug 488663). + +11-25-01 - Version 2.0.8 + + - Batch updates now supported (thanks to some inspiration + from Daniel Rall). + + - XADataSource/ConnectionPoolDataSource code (experimental) + + - PreparedStatement.setAnyNumericType() now handles positive + exponents correctly (adds "+" so MySQL can understand it). + + - DatabaseMetaData.getPrimaryKeys() and getBestRowIdentifier() + are now more robust in identifying primary keys (matches + regardless of case or abbreviation/full spelling of Primary Key + in Key_type column). + +10-24-01 - Version 2.0.7 + + - PreparedStatement.setCharacterStream() now implemented + + - Fixed dangling socket problem when in high availability + (autoReconnect=true) mode, and finalizer for Connection will + close any dangling sockets on GC. + + - Fixed ResultSetMetaData.getPrecision() returning one + less than actual on newer versions of MySQL. + + - ResultSet.getBlob() now returns null if column value + was null. + + - Character sets read from database if useUnicode=true + and characterEncoding is not set. (thanks to + Dmitry Vereshchagin) + + - Initial transaction isolation level read from + database (if avaialable) (thanks to Dmitry Vereshchagin) + + - Fixed DatabaseMetaData.supportsTransactions(), and + supportsTransactionIsolationLevel() and getTypeInfo() + SQL_DATETIME_SUB and SQL_DATA_TYPE fields not being + readable. + + - Fixed PreparedStatement generating SQL that would end + up with syntax errors for some queries. + + - Fixed ResultSet.isAfterLast() always returning false. + + - Fixed timezone issue in PreparedStatement.setTimestamp() + (thanks to Erik Olofsson) + + - Captialize type names when "captializeTypeNames=true" + is passed in URL or properties (for WebObjects, thanks + to Anjo Krank) + + - Updatable result sets now correctly handle NULL + values in fields. + + - PreparedStatement.setDouble() now uses full-precision + doubles (reverting a fix made earlier to truncate them). + + - PreparedStatement.setBoolean() will use 1/0 for values + if your MySQL Version >= 3.21.23. + +06-16-01 - Version 2.0.6 + +Fixed PreparedStatement parameter checking + + - Fixed case-sensitive column names in ResultSet.java + +06-13-01 - Version 2.0.5 + + - Fixed ResultSet.getBlob() ArrayIndex out-of-bounds + + - Fixed ResultSetMetaData.getColumnTypeName for TEXT/BLOB + + - Fixed ArrayIndexOutOfBounds when sending large BLOB queries + (Max size packet was not being set) + + - Added ISOLATION level support to Connection.setIsolationLevel() + + - Fixed NPE on PreparedStatement.executeUpdate() when all columns + have not been set. + + - Fixed data parsing of TIMESTAMPs with 2-digit years + + - Added Byte to PreparedStatement.setObject() + + - ResultSet.getBoolean() now recognizes '-1' as 'true' + + - ResultSet has +/-Inf/inf support + + - ResultSet.insertRow() works now, even if not all columns are + set (they will be set to "NULL") + + - DataBaseMetaData.getCrossReference() no longer ArrayIndexOOB + + - getObject() on ResultSet correctly does TINYINT->Byte and + SMALLINT->Short + +12-03-00 - Version 2.0.3 + + - Implemented getBigDecimal() without scale component + for JDBC2. + + - Fixed composite key problem with updateable result sets. + + - Added detection of -/+INF for doubles. + + - Faster ASCII string operations. + + - Fixed incorrect detection of MAX_ALLOWED_PACKET, so sending + large blobs should work now. + + - Fixed off-by-one error in java.sql.Blob implementation code. + + - Added "ultraDevHack" URL parameter, set to "true" to allow + (broken) Macromedia UltraDev to use the driver. + +04-06-00 - Version 2.0.1 + + - Fixed RSMD.isWritable() returning wrong value. + Thanks to Moritz Maass. + + - Cleaned up exception handling when driver connects + + - Columns that are of type TEXT now return as Strings + when you use getObject() + + - DatabaseMetaData.getPrimaryKeys() now works correctly wrt + to key_seq. Thanks to Brian Slesinsky. + + - No escape processing is done on PreparedStatements anymore + per JDBC spec. + + - Fixed many JDBC-2.0 traversal, positioning bugs, especially + wrt to empty result sets. Thanks to Ron Smits, Nick Brook, + Cessar Garcia and Carlos Martinez. + + - Fixed some issues with updatability support in ResultSet when + using multiple primary keys. + +02-21-00 - Version 2.0pre5 + + - Fixed Bad Handshake problem. + +01-10-00 - Version 2.0pre4 + + - Fixes to ResultSet for insertRow() - Thanks to + Cesar Garcia + + - Fix to Driver to recognize JDBC-2.0 by loading a JDBC-2.0 + class, instead of relying on JDK version numbers. Thanks + to John Baker. + + - Fixed ResultSet to return correct row numbers + + - Statement.getUpdateCount() now returns rows matched, + instead of rows actually updated, which is more SQL-92 + like. + +10-29-99 + + - Statement/PreparedStatement.getMoreResults() bug fixed. + Thanks to Noel J. Bergman. + + - Added Short as a type to PreparedStatement.setObject(). + Thanks to Jeff Crowder + + - Driver now automagically configures maximum/preferred packet + sizes by querying server. + + - Autoreconnect code uses fast ping command if server supports + it. + + - Fixed various bugs wrt. to packet sizing when reading from + the server and when alloc'ing to write to the server. + +08-17-99 - Version 2.0pre + + - Now compiles under JDK-1.2. The driver supports both JDK-1.1 + and JDK-1.2 at the same time through a core set of classes. + The driver will load the appropriate interface classes at + runtime by figuring out which JVM version you are using. + + - Fixes for result sets with all nulls in the first row. + (Pointed out by Tim Endres) + + - Fixes to column numbers in SQLExceptions in ResultSet + (Thanks to Blas Rodriguez Somoza) + + - The database no longer needs to specified to connect. + (Thanks to Christian Motschke) + +07-04-99 - Version 1.2b + + - Better Documentation (in progress), in doc/mm.doc/book1.html + + - DBMD now allows null for a column name pattern (not in + spec), which it changes to '%'. + + - DBMD now has correct types/lengths for getXXX(). + + - ResultSet.getDate(), getTime(), and getTimestamp() fixes. + (contributed by Alan Wilken) + + - EscapeProcessor now handles \{ \} and { or } inside quotes + correctly. (thanks to Alik for some ideas on how to fix it) + + - Fixes to properties handling in Connection. + (contributed by Juho Tikkala) + + - ResultSet.getObject() now returns null for NULL columns + in the table, rather than bombing out. + (thanks to Ben Grosman) + + - ResultSet.getObject() now returns Strings for types + from MySQL that it doesn't know about. (Suggested by + Chris Perdue) + + - Removed DataInput/Output streams, not needed, 1/2 number + of method calls per IO operation. + + - Use default character encoding if one is not specified. This + is a work-around for broken JVMs, because according to spec, + EVERY JVM must support "ISO8859_1", but they don't. + + - Fixed Connection to use the platform character encoding + instead of "ISO8859_1" if one isn't explicitly set. This + fixes problems people were having loading the character- + converter classes that didn't always exist (JVM bug). + (thanks to Fritz Elfert for pointing out this problem) + + - Changed MysqlIO to re-use packets where possible to reduce + memory usage. + + - Fixed escape-processor bugs pertaining to {} inside + quotes. + +04-14-99 - Version 1.2a + + - Fixed character-set support for non-Javasoft JVMs + (thanks to many people for pointing it out) + + - Fixed ResultSet.getBoolean() to recognize 'y' & 'n' + as well as '1' & '0' as boolean flags. + (thanks to Tim Pizey) + + - Fixed ResultSet.getTimestamp() to give better performance. + (thanks to Richard Swift) + + - Fixed getByte() for numeric types. + (thanks to Ray Bellis) + + - Fixed DatabaseMetaData.getTypeInfo() for DATE type. + (thanks to Paul Johnston) + + - Fixed EscapeProcessor for "fn" calls. + (thanks to Piyush Shah at locomotive.org) + + - Fixed EscapeProcessor to not do extraneous work if there + are no escape codes. + (thanks to Ryan Gustafson) + + - Fixed Driver to parse URLs of the form "jdbc:mysql://host:port" + (thanks to Richard Lobb) + +03-24-99 - Version 1.1i + + - Fixed Timestamps for PreparedStatements + + - Fixed null pointer exceptions in RSMD and RS + + - Re-compiled with jikes for valid class files (thanks ms!) + +03-08-99 - Version 1.1h + + - Fixed escape processor to deal with un-matched { and } + (thanks to Craig Coles) + + - Fixed escape processor to create more portable (between + DATETIME and TIMESTAMP types) representations so that + it will work with BETWEEN clauses. + (thanks to Craig Longman) + + - MysqlIO.quit() now closes the socket connection. Before, + after many failed connections some OS's would run out + of file descriptors. (thanks to Michael Brinkman) + + - Fixed NullPointerException in Driver.getPropertyInfo. + (thanks to Dave Potts) + + - Fixes to MysqlDefs to allow all *text fields to be + retrieved as Strings. + (thanks to Chris at Leverage) + + - Fixed setDouble in PreparedStatement for large numbers + to avoid sending scientific notation to the database. + (thanks to J.S. Ferguson) + + - Fixed getScale() and getPrecision() in RSMD. + (contrib'd by James Klicman) + + - Fixed getObject() when field was DECIMAL or NUMERIC + (thanks to Bert Hobbs) + + - DBMD.getTables() bombed when passed a null table-name + pattern. Fixed. (thanks to Richard Lobb) + + - Added check for "client not authorized" errors during + connect. (thanks to Hannes Wallnoefer) + +02-19-99 - Version 1.1g + + - Result set rows are now byte arrays. Blobs and Unicode + work bidriectonally now. The useUnicode and encoding + options are implemented now. + + - Fixes to PreparedStatement to send binary set by + setXXXStream to be sent un-touched to the MySQL server. + + - Fixes to getDriverPropertyInfo(). + +12-31-98 - Version 1.1f + + - Changed all ResultSet fields to Strings, this should allow + Unicode to work, but your JVM must be able to convert + between the character sets. This should also make reading + data from the server be a bit quicker, because there is now + no conversion from StringBuffer to String. + + - Changed PreparedStatement.streamToString() to be more + efficient (code from Uwe Schaefer). + + - URL parsing is more robust (throws SQL exceptions on errors + rather than NullPointerExceptions) + + - PreparedStatement now can convert Strings to Time/Date values + via setObject() (code from Robert Currey). + + - IO no longer hangs in Buffer.readInt(), that bug was + introduced in 1.1d when changing to all byte-arrays for + result sets. (Pointed out by Samo Login) + +11-03-98 - Version 1.1b + + - Fixes to DatabaseMetaData to allow both IBM VA and J-Builder + to work. Let me know how it goes. (thanks to Jac Kersing) + + - Fix to ResultSet.getBoolean() for NULL strings + (thanks to Barry Lagerweij) + + - Beginning of code cleanup, and formatting. Getting ready + to branch this off to a parallel JDBC-2.0 source tree. + + - Added "final" modifier to critical sections in MysqlIO and + Buffer to allow compiler to inline methods for speed. + +9-29-98 + + - If object references passed to setXXX() in PreparedStatement are + null, setNull() is automatically called for you. (Thanks for the + suggestion goes to Erik Ostrom) + + - setObject() in PreparedStatement will now attempt to write a + serialized representation of the object to the database for + objects of Types.OTHER and objects of unknown type. + + - Util now has a static method readObject() which given a ResultSet + and a column index will re-instantiate an object serialized in + the above manner. + +9-02-98 - Vesion 1.1 + + - Got rid of "ugly hack" in MysqlIO.nextRow(). Rather than + catch an exception, Buffer.isLastDataPacket() was fixed. + + - Connection.getCatalog() and Connection.setCatalog() + should work now. + + - Statement.setMaxRows() works, as well as setting + by property maxRows. Statement.setMaxRows() overrides + maxRows set via properties or url parameters. + + - Automatic re-connection is available. Because it has + to "ping" the database before each query, it is + turned off by default. To use it, pass in "autoReconnect=true" + in the connection URL. You may also change the number of + reconnect tries, and the initial timeout value via + "maxReconnects=n" (default 3) and "initialTimeout=n" + (seconds, default 2) parameters. The timeout is an + exponential backoff type of timeout, e.g. if you have initial + timeout of 2 seconds, and maxReconnects of 3, then the driver + will timeout 2 seconds, 4 seconds, then 16 seconds between each + re-connection attempt. + +8-24-98 - Version 1.0 + + - Fixed handling of blob data in Buffer.java + + - Fixed bug with authentication packet being + sized too small. + + - The JDBC Driver is now under the LPGL + +8-14-98 - + + - Fixed Buffer.readLenString() to correctly + read data for BLOBS. + + - Fixed PreparedStatement.stringToStream to + correctly read data for BLOBS. + + - Fixed PreparedStatement.setDate() to not + add a day. + (above fixes thanks to Vincent Partington) + + - Added URL parameter parsing (?user=... etc). + + +8-04-98 - Version 0.9d + + - Big news! New package name. Tim Endres from ICE + Engineering is starting a new source tree for + GNU GPL'd Java software. He's graciously given + me the org.gjt.mm package directory to use, so now + the driver is in the org.gjt.mm.mysql package scheme. + I'm "legal" now. Look for more information on Tim's + project soon. + + - Now using dynamically sized packets to reduce + memory usage when sending commands to the DB. + + - Small fixes to getTypeInfo() for parameters, etc. + + - DatabaseMetaData is now fully implemented. Let me + know if these drivers work with the various IDEs + out there. I've heard that they're working with + JBuilder right now. + + - Added JavaDoc documentation to the package. + + - Package now available in .zip or .tar.gz. + +7-28-98 - Version 0.9 + + - Implemented getTypeInfo(). + Connection.rollback() now throws an SQLException + per the JDBC spec. + + - Added PreparedStatement that supports all JDBC API + methods for PreparedStatement including InputStreams. + Please check this out and let me know if anything is + broken. + + - Fixed a bug in ResultSet that would break some + queries that only returned 1 row. + + - Fixed bugs in DatabaseMetaData.getTables(), + DatabaseMetaData.getColumns() and + DatabaseMetaData.getCatalogs(). + + - Added functionality to Statement that allows + executeUpdate() to store values for IDs that are + automatically generated for AUTO_INCREMENT fields. + Basically, after an executeUpdate(), look at the + SQLWarnings for warnings like "LAST_INSERTED_ID = + 'some number', COMMAND = 'your SQL query'". + + If you are using AUTO_INCREMENT fields in your + tables and are executing a lot of executeUpdate()s + on one Statement, be sure to clearWarnings() every + so often to save memory. + +7-06-98 - Version 0.8 + + - Split MysqlIO and Buffer to separate classes. Some + ClassLoaders gave an IllegalAccess error for some + fields in those two classes. Now mm.mysql works in + applets and all classloaders. + + Thanks to Joe Ennis for pointing + out the problem and working on a fix with me. + +7-01-98 - Version 0.7 + + - Fixed DatabaseMetadata problems in getColumns() and + bug in switch statement in the Field constructor. + + Thanks to Costin Manolache for + pointing these out. + +5-21-98 - Version 0.6 + + - Incorporated efficiency changes from + Richard Swift in + MysqlIO.java and ResultSet.java + + - We're now 15% faster than gwe's driver. + + - Started working on DatabaseMetaData. + + The following methods are implemented: + * getTables() + * getTableTypes() + * getColumns + * getCatalogs() diff --git a/Client/mysql-connector-java-5.1.25/COPYING b/Client/mysql-connector-java-5.1.25/COPYING new file mode 100644 index 00000000..ffa372e2 --- /dev/null +++ b/Client/mysql-connector-java-5.1.25/COPYING @@ -0,0 +1,307 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software + interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as +a special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version + 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details + type 'show w'. This is free software, and you are welcome + to redistribute it under certain conditions; type 'show c' + for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than 'show w' and +'show c'; they could even be mouse-clicks or menu items--whatever +suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + program 'Gnomovision' (which makes passes at compilers) written + by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use +the GNU Lesser General Public License instead of this License. diff --git a/Client/mysql-connector-java-5.1.25/README b/Client/mysql-connector-java-5.1.25/README new file mode 100644 index 00000000..b37c19d4 --- /dev/null +++ b/Client/mysql-connector-java-5.1.25/README @@ -0,0 +1,2304 @@ +MySQL Connector/J 5.1.25 + +This is a release of MySQL Connector/J, Oracle's dual- +license JDBC Driver for MySQL. For the avoidance of +doubt, this particular copy of the software is released +under the version 2 of the GNU General Public License. +MySQL Connector/J is brought to you by Oracle. + +Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. + +License information can be found in the COPYING file. + +MySQL FOSS License Exception +We want free and open source software applications under +certain licenses to be able to use the GPL-licensed MySQL +Connector/J (specified GPL-licensed MySQL client libraries) +despite the fact that not all such FOSS licenses are +compatible with version 2 of the GNU General Public License. +Therefore there are special exceptions to the terms and +conditions of the GPLv2 as applied to these client libraries, +which are identified and described in more detail in the +FOSS License Exception at + + +This software is OSI Certified Open Source Software. +OSI Certified is a certification mark of the Open Source Initiative. + +This distribution may include materials developed by third +parties. For license and attribution notices for these +materials, please refer to the documentation that accompanies +this distribution (see the "Licenses for Third-Party Components" +appendix) or view the online documentation at + +A copy of the license/notices is also reproduced below. + +GPLv2 Disclaimer +For the avoidance of doubt, except that if any license choice +other than GPL or LGPL is available it will apply instead, +Oracle elects to use only the General Public License version 2 +(GPLv2) at this time for any software where a choice of GPL +license versions is made available with the language indicating +that GPLv2 or any later version may be used, or where a choice +of which version of the GPL is applied is otherwise unspecified. + +CONTENTS + +* Documentation Location +* Third-Party Component Notices + +DOCUMENTATION LOCATION + +The documentation formerly contained in this file has moved +into the 'doc' directory, where it is available in HTML, PDF +and plaintext forms. + +You may also find the latest copy of the documentation on +the MySQL website at +http://dev.mysql.com/doc/refman/5.1/en/connector-j.html + +*************************************************************** + +Third-Party Component Notices + +**************************************************************** + +%%The following software may be included in this product: +Ant-Contrib + +Use of any of this software is governed by the terms of the license below: + +* The Apache Software License, Version 1.1 +* +* Copyright (c) 2001-2003 Ant-Contrib project. All rights reserved. +* +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that the following conditions +* are met: +* +* 1. Redistributions of source code must retain the above copyright +* notice, this list of conditions and the following disclaimer. +* +* 2. Redistributions in binary form must reproduce the above copyright +* notice, this list of conditions and the following disclaimer in +* the documentation and/or other materials provided with the +* distribution. +* +* 3. The end-user documentation included with the redistribution, if +* any, must include the following acknowlegement: +* "This product includes software developed by the +* Ant-Contrib project (http://sourceforge.net/projects/ant-contrib)." +* Alternately, this acknowlegement may appear in the software itself, +* if and wherever such third-party acknowlegements normally appear. +* +* 4. The name Ant-Contrib must not be used to endorse or promote products +* derived from this software without prior written permission. For +* written permission, please contact +* ant-contrib-developers@lists.sourceforge.net. +* +* 5. Products derived from this software may not be called "Ant-Contrib" +* nor may "Ant-Contrib" appear in their names without prior written +* permission of the Ant-Contrib project. +* +* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +* DISCLAIMED. IN NO EVENT SHALL THE ANT-CONTRIB PROJECT OR ITS +* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +* SUCH DAMAGE. +* ==================================================================== + +******************************************************************* + +%%The following software may be included in this product: +c3p0:JDBC DataSources/Resource Pools + +Use of any of this software is governed by the terms of the license below: + +GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts +as the successor of the GNU Library Public License, version 2, hence +the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + +******************************************************************* + +%%The following software may be included in this product: +jboss-common-jdbc-wrapper.jar + +Use of any of this software is governed by the terms of the license below: + + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts +as the successor of the GNU Library Public License, version 2, hence +the version number 2.1.] + + Preamble + +14 + +15 + + The licenses for most software are designed to take away your + +16 + +freedom to share and change it. By contrast, the GNU General Public + +17 + +Licenses are intended to guarantee your freedom to share and change + +18 + +free software--to make sure the software is free for all its users. + +19 + +20 + + This license, the Lesser General Public License, applies to some + +21 + +specially designated software packages--typically libraries--of the + +22 + +Free Software Foundation and other authors who decide to use it. You + +23 + +can use it too, but we suggest you first think carefully about whether + +24 + +this license or the ordinary General Public License is the better + +25 + +strategy to use in any particular case, based on the explanations below. + +26 + +27 + + When we speak of free software, we are referring to freedom of use, + +28 + +not price. Our General Public Licenses are designed to make sure that + +29 + +you have the freedom to distribute copies of free software (and charge + +30 + +for this service if you wish); that you receive source code or can get + +31 + +it if you want it; that you can change the software and use pieces of + +32 + +it in new free programs; and that you are informed that you can do + +33 + +these things. + +34 + +35 + + To protect your rights, we need to make restrictions that forbid + +36 + +distributors to deny you these rights or to ask you to surrender these + +37 + +rights. These restrictions translate to certain responsibilities for + +38 + +you if you distribute copies of the library or if you modify it. + +39 + +40 + + For example, if you distribute copies of the library, whether gratis + +41 + +or for a fee, you must give the recipients all the rights that we gave + +42 + +you. You must make sure that they, too, receive or can get the source + +43 + +code. If you link other code with the library, you must provide + +44 + +complete object files to the recipients, so that they can relink them + +45 + +with the library after making changes to the library and recompiling + +46 + +it. And you must show them these terms so they know their rights. + +47 + +48 + + We protect your rights with a two-step method: (1) we copyright the + +49 + +library, and (2) we offer you this license, which gives you legal + +50 + +permission to copy, distribute and/or modify the library. + +51 + +52 + + To protect each distributor, we want to make it very clear that + +53 + +there is no warranty for the free library. Also, if the library is + +54 + +modified by someone else and passed on, the recipients should know + +55 + +that what they have is not the original version, so that the original + +56 + +author's reputation will not be affected by problems that might be + +57 + +introduced by others. + +58 + + + +59 + + Finally, software patents pose a constant threat to the existence of + +60 + +any free program. We wish to make sure that a company cannot + +61 + +effectively restrict the users of a free program by obtaining a + +62 + +restrictive license from a patent holder. Therefore, we insist that + +63 + +any patent license obtained for a version of the library must be + +64 + +consistent with the full freedom of use specified in this license. + +65 + +66 + + Most GNU software, including some libraries, is covered by the + +67 + +ordinary GNU General Public License. This license, the GNU Lesser + +68 + +General Public License, applies to certain designated libraries, and + +69 + +is quite different from the ordinary General Public License. We use + +70 + +this license for certain libraries in order to permit linking those + +71 + +libraries into non-free programs. + +72 + +73 + + When a program is linked with a library, whether statically or using + +74 + +a shared library, the combination of the two is legally speaking a + +75 + +combined work, a derivative of the original library. The ordinary + +76 + +General Public License therefore permits such linking only if the + +77 + +entire combination fits its criteria of freedom. The Lesser General + +78 + +Public License permits more lax criteria for linking other code with + +79 + +the library. + +80 + +81 + + We call this license the "Lesser" General Public License because it + +82 + +does Less to protect the user's freedom than the ordinary General + +83 + +Public License. It also provides other free software developers Less + +84 + +of an advantage over competing non-free programs. These disadvantages + +85 + +are the reason we use the ordinary General Public License for many + +86 + +libraries. However, the Lesser license provides advantages in certain + +87 + +special circumstances. + +88 + +89 + + For example, on rare occasions, there may be a special need to + +90 + +encourage the widest possible use of a certain library, so that it becomes + +91 + +a de-facto standard. To achieve this, non-free programs must be + +92 + +allowed to use the library. A more frequent case is that a free + +93 + +library does the same job as widely used non-free libraries. In this + +94 + +case, there is little to gain by limiting the free library to free + +95 + +software only, so we use the Lesser General Public License. + +96 + +97 + + In other cases, permission to use a particular library in non-free + +98 + +programs enables a greater number of people to use a large body of + +99 + +free software. For example, permission to use the GNU C Library in + +100 + +non-free programs enables many more people to use the whole GNU + +101 + +operating system, as well as its variant, the GNU/Linux operating + +102 + +system. + +103 + +104 + + Although the Lesser General Public License is Less protective of the + +105 + +users' freedom, it does ensure that the user of a program that is + +106 + +linked with the Library has the freedom and the wherewithal to run + +107 + +that program using a modified version of the Library. + +108 + +109 + + The precise terms and conditions for copying, distribution and + +110 + +modification follow. Pay close attention to the difference between a + +111 + +"work based on the library" and a "work that uses the library". The + +112 + +former contains code derived from the library, whereas the latter must + +113 + +be combined with the library in order to run. + +114 + + + +115 + + GNU LESSER GENERAL PUBLIC LICENSE + +116 + + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +117 + +118 + + 0. This License Agreement applies to any software library or other + +119 + +program which contains a notice placed by the copyright holder or + +120 + +other authorized party saying it may be distributed under the terms of + +121 + +this Lesser General Public License (also called "this License"). + +122 + +Each licensee is addressed as "you". + +123 + +124 + + A "library" means a collection of software functions and/or data + +125 + +prepared so as to be conveniently linked with application programs + +126 + +(which use some of those functions and data) to form executables. + +127 + +128 + + The "Library", below, refers to any such software library or work + +129 + +which has been distributed under these terms. A "work based on the + +130 + +Library" means either the Library or any derivative work under + +131 + +copyright law: that is to say, a work containing the Library or a + +132 + +portion of it, either verbatim or with modifications and/or translated + +133 + +straightforwardly into another language. (Hereinafter, translation is + +134 + +included without limitation in the term "modification".) + +135 + +136 + + "Source code" for a work means the preferred form of the work for + +137 + +making modifications to it. For a library, complete source code means + +138 + +all the source code for all modules it contains, plus any associated + +139 + +interface definition files, plus the scripts used to control compilation + +140 + +and installation of the library. + +141 + +142 + + Activities other than copying, distribution and modification are not + +143 + +covered by this License; they are outside its scope. The act of + +144 + +running a program using the Library is not restricted, and output from + +145 + +such a program is covered only if its contents constitute a work based + +146 + +on the Library (independent of the use of the Library in a tool for + +147 + +writing it). Whether that is true depends on what the Library does + +148 + +and what the program that uses the Library does. + +149 + + + +150 + + 1. You may copy and distribute verbatim copies of the Library's + +151 + +complete source code as you receive it, in any medium, provided that + +152 + +you conspicuously and appropriately publish on each copy an + +153 + +appropriate copyright notice and disclaimer of warranty; keep intact + +154 + +all the notices that refer to this License and to the absence of any + +155 + +warranty; and distribute a copy of this License along with the + +156 + +Library. + +157 + +158 + + You may charge a fee for the physical act of transferring a copy, + +159 + +and you may at your option offer warranty protection in exchange for a + +160 + +fee. + +161 + + + +162 + + 2. You may modify your copy or copies of the Library or any portion + +163 + +of it, thus forming a work based on the Library, and copy and + +164 + +distribute such modifications or work under the terms of Section 1 + +165 + +above, provided that you also meet all of these conditions: + +166 + +167 + + a) The modified work must itself be a software library. + +168 + +169 + + b) You must cause the files modified to carry prominent notices + +170 + + stating that you changed the files and the date of any change. + +171 + +172 + + c) You must cause the whole of the work to be licensed at no + +173 + + charge to all third parties under the terms of this License. + +174 + +175 + + d) If a facility in the modified Library refers to a function or a + +176 + + table of data to be supplied by an application program that uses + +177 + + the facility, other than as an argument passed when the facility + +178 + + is invoked, then you must make a good faith effort to ensure that, + +179 + + in the event an application does not supply such function or + +180 + + table, the facility still operates, and performs whatever part of + +181 + + its purpose remains meaningful. + +182 + +183 + + (For example, a function in a library to compute square roots has + +184 + + a purpose that is entirely well-defined independent of the + +185 + + application. Therefore, Subsection 2d requires that any + +186 + + application-supplied function or table used by this function must + +187 + + be optional: if the application does not supply it, the square + +188 + + root function must still compute square roots.) + +189 + +190 + +These requirements apply to the modified work as a whole. If + +191 + +identifiable sections of that work are not derived from the Library, + +192 + +and can be reasonably considered independent and separate works in + +193 + +themselves, then this License, and its terms, do not apply to those + +194 + +sections when you distribute them as separate works. But when you + +195 + +distribute the same sections as part of a whole which is a work based + +196 + +on the Library, the distribution of the whole must be on the terms of + +197 + +this License, whose permissions for other licensees extend to the + +198 + +entire whole, and thus to each and every part regardless of who wrote + +199 + +it. + +200 + +201 + +Thus, it is not the intent of this section to claim rights or contest + +202 + +your rights to work written entirely by you; rather, the intent is to + +203 + +exercise the right to control the distribution of derivative or + +204 + +collective works based on the Library. + +205 + +206 + +In addition, mere aggregation of another work not based on the Library + +207 + +with the Library (or with a work based on the Library) on a volume of + +208 + +a storage or distribution medium does not bring the other work under + +209 + +the scope of this License. + +210 + +211 + + 3. You may opt to apply the terms of the ordinary GNU General Public + +212 + +License instead of this License to a given copy of the Library. To do + +213 + +this, you must alter all the notices that refer to this License, so + +214 + +that they refer to the ordinary GNU General Public License, version 2, + +215 + +instead of to this License. (If a newer version than version 2 of the + +216 + +ordinary GNU General Public License has appeared, then you can specify + +217 + +that version instead if you wish.) Do not make any other change in + +218 + +these notices. + +219 + + + +220 + + Once this change is made in a given copy, it is irreversible for + +221 + +that copy, so the ordinary GNU General Public License applies to all + +222 + +subsequent copies and derivative works made from that copy. + +223 + +224 + + This option is useful when you wish to copy part of the code of + +225 + +the Library into a program that is not a library. + +226 + +227 + + 4. You may copy and distribute the Library (or a portion or + +228 + +derivative of it, under Section 2) in object code or executable form + +229 + +under the terms of Sections 1 and 2 above provided that you accompany + +230 + +it with the complete corresponding machine-readable source code, which + +231 + +must be distributed under the terms of Sections 1 and 2 above on a + +232 + +medium customarily used for software interchange. + +233 + +234 + + If distribution of object code is made by offering access to copy + +235 + +from a designated place, then offering equivalent access to copy the + +236 + +source code from the same place satisfies the requirement to + +237 + +distribute the source code, even though third parties are not + +238 + +compelled to copy the source along with the object code. + +239 + +240 + + 5. A program that contains no derivative of any portion of the + +241 + +Library, but is designed to work with the Library by being compiled or + +242 + +linked with it, is called a "work that uses the Library". Such a + +243 + +work, in isolation, is not a derivative work of the Library, and + +244 + +therefore falls outside the scope of this License. + +245 + +246 + + However, linking a "work that uses the Library" with the Library + +247 + +creates an executable that is a derivative of the Library (because it + +248 + +contains portions of the Library), rather than a "work that uses the + +249 + +library". The executable is therefore covered by this License. + +250 + +Section 6 states terms for distribution of such executables. + +251 + +252 + + When a "work that uses the Library" uses material from a header file + +253 + +that is part of the Library, the object code for the work may be a + +254 + +derivative work of the Library even though the source code is not. + +255 + +Whether this is true is especially significant if the work can be + +256 + +linked without the Library, or if the work is itself a library. The + +257 + +threshold for this to be true is not precisely defined by law. + +258 + +259 + + If such an object file uses only numerical parameters, data + +260 + +structure layouts and accessors, and small macros and small inline + +261 + +functions (ten lines or less in length), then the use of the object + +262 + +file is unrestricted, regardless of whether it is legally a derivative + +263 + +work. (Executables containing this object code plus portions of the + +264 + +Library will still fall under Section 6.) + +265 + +266 + + Otherwise, if the work is a derivative of the Library, you may + +267 + +distribute the object code for the work under the terms of Section 6. + +268 + +Any executables containing that work also fall under Section 6, + +269 + +whether or not they are linked directly with the Library itself. + +270 + + + +271 + + 6. As an exception to the Sections above, you may also combine or + +272 + +link a "work that uses the Library" with the Library to produce a + +273 + +work containing portions of the Library, and distribute that work + +274 + +under terms of your choice, provided that the terms permit + +275 + +modification of the work for the customer's own use and reverse + +276 + +engineering for debugging such modifications. + +277 + +278 + + You must give prominent notice with each copy of the work that the + +279 + +Library is used in it and that the Library and its use are covered by + +280 + +this License. You must supply a copy of this License. If the work + +281 + +during execution displays copyright notices, you must include the + +282 + +copyright notice for the Library among them, as well as a reference + +283 + +directing the user to the copy of this License. Also, you must do one + +284 + +of these things: + +285 + +286 + + a) Accompany the work with the complete corresponding + +287 + + machine-readable source code for the Library including whatever + +288 + + changes were used in the work (which must be distributed under + +289 + + Sections 1 and 2 above); and, if the work is an executable linked + +290 + + with the Library, with the complete machine-readable "work that + +291 + + uses the Library", as object code and/or source code, so that the + +292 + + user can modify the Library and then relink to produce a modified + +293 + + executable containing the modified Library. (It is understood + +294 + + that the user who changes the contents of definitions files in the + +295 + + Library will not necessarily be able to recompile the application + +296 + + to use the modified definitions.) + +297 + +298 + + b) Use a suitable shared library mechanism for linking with the + +299 + + Library. A suitable mechanism is one that (1) uses at run time a + +300 + + copy of the library already present on the user's computer system, + +301 + + rather than copying library functions into the executable, and (2) + +302 + + will operate properly with a modified version of the library, if + +303 + + the user installs one, as long as the modified version is + +304 + + interface-compatible with the version that the work was made with. + +305 + +306 + + c) Accompany the work with a written offer, valid for at + +307 + + least three years, to give the same user the materials + +308 + + specified in Subsection 6a, above, for a charge no more + +309 + + than the cost of performing this distribution. + +310 + +311 + + d) If distribution of the work is made by offering access to copy + +312 + + from a designated place, offer equivalent access to copy the above + +313 + + specified materials from the same place. + +314 + +315 + + e) Verify that the user has already received a copy of these + +316 + + materials or that you have already sent this user a copy. + +317 + +318 + + For an executable, the required form of the "work that uses the + +319 + +Library" must include any data and utility programs needed for + +320 + +reproducing the executable from it. However, as a special exception, + +321 + +the materials to be distributed need not include anything that is + +322 + +normally distributed (in either source or binary form) with the major + +323 + +components (compiler, kernel, and so on) of the operating system on + +324 + +which the executable runs, unless that component itself accompanies + +325 + +the executable. + +326 + +327 + + It may happen that this requirement contradicts the license + +328 + +restrictions of other proprietary libraries that do not normally + +329 + +accompany the operating system. Such a contradiction means you cannot + +330 + +use both them and the Library together in an executable that you + +331 + +distribute. + +332 + + + +333 + + 7. You may place library facilities that are a work based on the + +334 + +Library side-by-side in a single library together with other library + +335 + +facilities not covered by this License, and distribute such a combined + +336 + +library, provided that the separate distribution of the work based on + +337 + +the Library and of the other library facilities is otherwise + +338 + +permitted, and provided that you do these two things: + +339 + +340 + + a) Accompany the combined library with a copy of the same work + +341 + + based on the Library, uncombined with any other library + +342 + + facilities. This must be distributed under the terms of the + +343 + + Sections above. + +344 + +345 + + b) Give prominent notice with the combined library of the fact + +346 + + that part of it is a work based on the Library, and explaining + +347 + + where to find the accompanying uncombined form of the same work. + +348 + +349 + + 8. You may not copy, modify, sublicense, link with, or distribute + +350 + +the Library except as expressly provided under this License. Any + +351 + +attempt otherwise to copy, modify, sublicense, link with, or + +352 + +distribute the Library is void, and will automatically terminate your + +353 + +rights under this License. However, parties who have received copies, + +354 + +or rights, from you under this License will not have their licenses + +355 + +terminated so long as such parties remain in full compliance. + +356 + +357 + + 9. You are not required to accept this License, since you have not + +358 + +signed it. However, nothing else grants you permission to modify or + +359 + +distribute the Library or its derivative works. These actions are + +360 + +prohibited by law if you do not accept this License. Therefore, by + +361 + +modifying or distributing the Library (or any work based on the + +362 + +Library), you indicate your acceptance of this License to do so, and + +363 + +all its terms and conditions for copying, distributing or modifying + +364 + +the Library or works based on it. + +365 + +366 + + 10. Each time you redistribute the Library (or any work based on the + +367 + +Library), the recipient automatically receives a license from the + +368 + +original licensor to copy, distribute, link with or modify the Library + +369 + +subject to these terms and conditions. You may not impose any further + +370 + +restrictions on the recipients' exercise of the rights granted herein. + +371 + +You are not responsible for enforcing compliance by third parties with + +372 + +this License. + +373 + + + +374 + + 11. If, as a consequence of a court judgment or allegation of patent + +375 + +infringement or for any other reason (not limited to patent issues), + +376 + +conditions are imposed on you (whether by court order, agreement or + +377 + +otherwise) that contradict the conditions of this License, they do not + +378 + +excuse you from the conditions of this License. If you cannot + +379 + +distribute so as to satisfy simultaneously your obligations under this + +380 + +License and any other pertinent obligations, then as a consequence you + +381 + +may not distribute the Library at all. For example, if a patent + +382 + +license would not permit royalty-free redistribution of the Library by + +383 + +all those who receive copies directly or indirectly through you, then + +384 + +the only way you could satisfy both it and this License would be to + +385 + +refrain entirely from distribution of the Library. + +386 + +387 + +If any portion of this section is held invalid or unenforceable under any + +388 + +particular circumstance, the balance of the section is intended to apply, + +389 + +and the section as a whole is intended to apply in other circumstances. + +390 + +391 + +It is not the purpose of this section to induce you to infringe any + +392 + +patents or other property right claims or to contest validity of any + +393 + +such claims; this section has the sole purpose of protecting the + +394 + +integrity of the free software distribution system which is + +395 + +implemented by public license practices. Many people have made + +396 + +generous contributions to the wide range of software distributed + +397 + +through that system in reliance on consistent application of that + +398 + +system; it is up to the author/donor to decide if he or she is willing + +399 + +to distribute software through any other system and a licensee cannot + +400 + +impose that choice. + +401 + +402 + +This section is intended to make thoroughly clear what is believed to + +403 + +be a consequence of the rest of this License. + +404 + +405 + + 12. If the distribution and/or use of the Library is restricted in + +406 + +certain countries either by patents or by copyrighted interfaces, the + +407 + +original copyright holder who places the Library under this License may add + +408 + +an explicit geographical distribution limitation excluding those countries, + +409 + +so that distribution is permitted only in or among countries not thus + +410 + +excluded. In such case, this License incorporates the limitation as if + +411 + +written in the body of this License. + +412 + +413 + + 13. The Free Software Foundation may publish revised and/or new + +414 + +versions of the Lesser General Public License from time to time. + +415 + +Such new versions will be similar in spirit to the present version, + +416 + +but may differ in detail to address new problems or concerns. + +417 + +418 + +Each version is given a distinguishing version number. If the Library + +419 + +specifies a version number of this License which applies to it and + +420 + +"any later version", you have the option of following the terms and + +421 + +conditions either of that version or of any later version published by + +422 + +the Free Software Foundation. If the Library does not specify a + +423 + +license version number, you may choose any version ever published by + +424 + +the Free Software Foundation. + +425 + + + +426 + + 14. If you wish to incorporate parts of the Library into other free + +427 + +programs whose distribution conditions are incompatible with these, + +428 + +write to the author to ask for permission. For software which is + +429 + +copyrighted by the Free Software Foundation, write to the Free + +430 + +Software Foundation; we sometimes make exceptions for this. Our + +431 + +decision will be guided by the two goals of preserving the free status + +432 + +of all derivatives of our free software and of promoting the sharing + +433 + +and reuse of software generally. + +434 + +435 + + NO WARRANTY + +436 + +437 + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO + +438 + +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. + +439 + +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR + +440 + +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY + +441 + +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE + +442 + +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + +443 + +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE + +444 + +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME + +445 + +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James + Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + +******************************************************************* diff --git a/Client/mysql-connector-java-5.1.25/README.txt b/Client/mysql-connector-java-5.1.25/README.txt new file mode 100644 index 00000000..b37c19d4 --- /dev/null +++ b/Client/mysql-connector-java-5.1.25/README.txt @@ -0,0 +1,2304 @@ +MySQL Connector/J 5.1.25 + +This is a release of MySQL Connector/J, Oracle's dual- +license JDBC Driver for MySQL. For the avoidance of +doubt, this particular copy of the software is released +under the version 2 of the GNU General Public License. +MySQL Connector/J is brought to you by Oracle. + +Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. + +License information can be found in the COPYING file. + +MySQL FOSS License Exception +We want free and open source software applications under +certain licenses to be able to use the GPL-licensed MySQL +Connector/J (specified GPL-licensed MySQL client libraries) +despite the fact that not all such FOSS licenses are +compatible with version 2 of the GNU General Public License. +Therefore there are special exceptions to the terms and +conditions of the GPLv2 as applied to these client libraries, +which are identified and described in more detail in the +FOSS License Exception at + + +This software is OSI Certified Open Source Software. +OSI Certified is a certification mark of the Open Source Initiative. + +This distribution may include materials developed by third +parties. For license and attribution notices for these +materials, please refer to the documentation that accompanies +this distribution (see the "Licenses for Third-Party Components" +appendix) or view the online documentation at + +A copy of the license/notices is also reproduced below. + +GPLv2 Disclaimer +For the avoidance of doubt, except that if any license choice +other than GPL or LGPL is available it will apply instead, +Oracle elects to use only the General Public License version 2 +(GPLv2) at this time for any software where a choice of GPL +license versions is made available with the language indicating +that GPLv2 or any later version may be used, or where a choice +of which version of the GPL is applied is otherwise unspecified. + +CONTENTS + +* Documentation Location +* Third-Party Component Notices + +DOCUMENTATION LOCATION + +The documentation formerly contained in this file has moved +into the 'doc' directory, where it is available in HTML, PDF +and plaintext forms. + +You may also find the latest copy of the documentation on +the MySQL website at +http://dev.mysql.com/doc/refman/5.1/en/connector-j.html + +*************************************************************** + +Third-Party Component Notices + +**************************************************************** + +%%The following software may be included in this product: +Ant-Contrib + +Use of any of this software is governed by the terms of the license below: + +* The Apache Software License, Version 1.1 +* +* Copyright (c) 2001-2003 Ant-Contrib project. All rights reserved. +* +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that the following conditions +* are met: +* +* 1. Redistributions of source code must retain the above copyright +* notice, this list of conditions and the following disclaimer. +* +* 2. Redistributions in binary form must reproduce the above copyright +* notice, this list of conditions and the following disclaimer in +* the documentation and/or other materials provided with the +* distribution. +* +* 3. The end-user documentation included with the redistribution, if +* any, must include the following acknowlegement: +* "This product includes software developed by the +* Ant-Contrib project (http://sourceforge.net/projects/ant-contrib)." +* Alternately, this acknowlegement may appear in the software itself, +* if and wherever such third-party acknowlegements normally appear. +* +* 4. The name Ant-Contrib must not be used to endorse or promote products +* derived from this software without prior written permission. For +* written permission, please contact +* ant-contrib-developers@lists.sourceforge.net. +* +* 5. Products derived from this software may not be called "Ant-Contrib" +* nor may "Ant-Contrib" appear in their names without prior written +* permission of the Ant-Contrib project. +* +* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +* DISCLAIMED. IN NO EVENT SHALL THE ANT-CONTRIB PROJECT OR ITS +* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +* SUCH DAMAGE. +* ==================================================================== + +******************************************************************* + +%%The following software may be included in this product: +c3p0:JDBC DataSources/Resource Pools + +Use of any of this software is governed by the terms of the license below: + +GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts +as the successor of the GNU Library Public License, version 2, hence +the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + +******************************************************************* + +%%The following software may be included in this product: +jboss-common-jdbc-wrapper.jar + +Use of any of this software is governed by the terms of the license below: + + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts +as the successor of the GNU Library Public License, version 2, hence +the version number 2.1.] + + Preamble + +14 + +15 + + The licenses for most software are designed to take away your + +16 + +freedom to share and change it. By contrast, the GNU General Public + +17 + +Licenses are intended to guarantee your freedom to share and change + +18 + +free software--to make sure the software is free for all its users. + +19 + +20 + + This license, the Lesser General Public License, applies to some + +21 + +specially designated software packages--typically libraries--of the + +22 + +Free Software Foundation and other authors who decide to use it. You + +23 + +can use it too, but we suggest you first think carefully about whether + +24 + +this license or the ordinary General Public License is the better + +25 + +strategy to use in any particular case, based on the explanations below. + +26 + +27 + + When we speak of free software, we are referring to freedom of use, + +28 + +not price. Our General Public Licenses are designed to make sure that + +29 + +you have the freedom to distribute copies of free software (and charge + +30 + +for this service if you wish); that you receive source code or can get + +31 + +it if you want it; that you can change the software and use pieces of + +32 + +it in new free programs; and that you are informed that you can do + +33 + +these things. + +34 + +35 + + To protect your rights, we need to make restrictions that forbid + +36 + +distributors to deny you these rights or to ask you to surrender these + +37 + +rights. These restrictions translate to certain responsibilities for + +38 + +you if you distribute copies of the library or if you modify it. + +39 + +40 + + For example, if you distribute copies of the library, whether gratis + +41 + +or for a fee, you must give the recipients all the rights that we gave + +42 + +you. You must make sure that they, too, receive or can get the source + +43 + +code. If you link other code with the library, you must provide + +44 + +complete object files to the recipients, so that they can relink them + +45 + +with the library after making changes to the library and recompiling + +46 + +it. And you must show them these terms so they know their rights. + +47 + +48 + + We protect your rights with a two-step method: (1) we copyright the + +49 + +library, and (2) we offer you this license, which gives you legal + +50 + +permission to copy, distribute and/or modify the library. + +51 + +52 + + To protect each distributor, we want to make it very clear that + +53 + +there is no warranty for the free library. Also, if the library is + +54 + +modified by someone else and passed on, the recipients should know + +55 + +that what they have is not the original version, so that the original + +56 + +author's reputation will not be affected by problems that might be + +57 + +introduced by others. + +58 + + + +59 + + Finally, software patents pose a constant threat to the existence of + +60 + +any free program. We wish to make sure that a company cannot + +61 + +effectively restrict the users of a free program by obtaining a + +62 + +restrictive license from a patent holder. Therefore, we insist that + +63 + +any patent license obtained for a version of the library must be + +64 + +consistent with the full freedom of use specified in this license. + +65 + +66 + + Most GNU software, including some libraries, is covered by the + +67 + +ordinary GNU General Public License. This license, the GNU Lesser + +68 + +General Public License, applies to certain designated libraries, and + +69 + +is quite different from the ordinary General Public License. We use + +70 + +this license for certain libraries in order to permit linking those + +71 + +libraries into non-free programs. + +72 + +73 + + When a program is linked with a library, whether statically or using + +74 + +a shared library, the combination of the two is legally speaking a + +75 + +combined work, a derivative of the original library. The ordinary + +76 + +General Public License therefore permits such linking only if the + +77 + +entire combination fits its criteria of freedom. The Lesser General + +78 + +Public License permits more lax criteria for linking other code with + +79 + +the library. + +80 + +81 + + We call this license the "Lesser" General Public License because it + +82 + +does Less to protect the user's freedom than the ordinary General + +83 + +Public License. It also provides other free software developers Less + +84 + +of an advantage over competing non-free programs. These disadvantages + +85 + +are the reason we use the ordinary General Public License for many + +86 + +libraries. However, the Lesser license provides advantages in certain + +87 + +special circumstances. + +88 + +89 + + For example, on rare occasions, there may be a special need to + +90 + +encourage the widest possible use of a certain library, so that it becomes + +91 + +a de-facto standard. To achieve this, non-free programs must be + +92 + +allowed to use the library. A more frequent case is that a free + +93 + +library does the same job as widely used non-free libraries. In this + +94 + +case, there is little to gain by limiting the free library to free + +95 + +software only, so we use the Lesser General Public License. + +96 + +97 + + In other cases, permission to use a particular library in non-free + +98 + +programs enables a greater number of people to use a large body of + +99 + +free software. For example, permission to use the GNU C Library in + +100 + +non-free programs enables many more people to use the whole GNU + +101 + +operating system, as well as its variant, the GNU/Linux operating + +102 + +system. + +103 + +104 + + Although the Lesser General Public License is Less protective of the + +105 + +users' freedom, it does ensure that the user of a program that is + +106 + +linked with the Library has the freedom and the wherewithal to run + +107 + +that program using a modified version of the Library. + +108 + +109 + + The precise terms and conditions for copying, distribution and + +110 + +modification follow. Pay close attention to the difference between a + +111 + +"work based on the library" and a "work that uses the library". The + +112 + +former contains code derived from the library, whereas the latter must + +113 + +be combined with the library in order to run. + +114 + + + +115 + + GNU LESSER GENERAL PUBLIC LICENSE + +116 + + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +117 + +118 + + 0. This License Agreement applies to any software library or other + +119 + +program which contains a notice placed by the copyright holder or + +120 + +other authorized party saying it may be distributed under the terms of + +121 + +this Lesser General Public License (also called "this License"). + +122 + +Each licensee is addressed as "you". + +123 + +124 + + A "library" means a collection of software functions and/or data + +125 + +prepared so as to be conveniently linked with application programs + +126 + +(which use some of those functions and data) to form executables. + +127 + +128 + + The "Library", below, refers to any such software library or work + +129 + +which has been distributed under these terms. A "work based on the + +130 + +Library" means either the Library or any derivative work under + +131 + +copyright law: that is to say, a work containing the Library or a + +132 + +portion of it, either verbatim or with modifications and/or translated + +133 + +straightforwardly into another language. (Hereinafter, translation is + +134 + +included without limitation in the term "modification".) + +135 + +136 + + "Source code" for a work means the preferred form of the work for + +137 + +making modifications to it. For a library, complete source code means + +138 + +all the source code for all modules it contains, plus any associated + +139 + +interface definition files, plus the scripts used to control compilation + +140 + +and installation of the library. + +141 + +142 + + Activities other than copying, distribution and modification are not + +143 + +covered by this License; they are outside its scope. The act of + +144 + +running a program using the Library is not restricted, and output from + +145 + +such a program is covered only if its contents constitute a work based + +146 + +on the Library (independent of the use of the Library in a tool for + +147 + +writing it). Whether that is true depends on what the Library does + +148 + +and what the program that uses the Library does. + +149 + + + +150 + + 1. You may copy and distribute verbatim copies of the Library's + +151 + +complete source code as you receive it, in any medium, provided that + +152 + +you conspicuously and appropriately publish on each copy an + +153 + +appropriate copyright notice and disclaimer of warranty; keep intact + +154 + +all the notices that refer to this License and to the absence of any + +155 + +warranty; and distribute a copy of this License along with the + +156 + +Library. + +157 + +158 + + You may charge a fee for the physical act of transferring a copy, + +159 + +and you may at your option offer warranty protection in exchange for a + +160 + +fee. + +161 + + + +162 + + 2. You may modify your copy or copies of the Library or any portion + +163 + +of it, thus forming a work based on the Library, and copy and + +164 + +distribute such modifications or work under the terms of Section 1 + +165 + +above, provided that you also meet all of these conditions: + +166 + +167 + + a) The modified work must itself be a software library. + +168 + +169 + + b) You must cause the files modified to carry prominent notices + +170 + + stating that you changed the files and the date of any change. + +171 + +172 + + c) You must cause the whole of the work to be licensed at no + +173 + + charge to all third parties under the terms of this License. + +174 + +175 + + d) If a facility in the modified Library refers to a function or a + +176 + + table of data to be supplied by an application program that uses + +177 + + the facility, other than as an argument passed when the facility + +178 + + is invoked, then you must make a good faith effort to ensure that, + +179 + + in the event an application does not supply such function or + +180 + + table, the facility still operates, and performs whatever part of + +181 + + its purpose remains meaningful. + +182 + +183 + + (For example, a function in a library to compute square roots has + +184 + + a purpose that is entirely well-defined independent of the + +185 + + application. Therefore, Subsection 2d requires that any + +186 + + application-supplied function or table used by this function must + +187 + + be optional: if the application does not supply it, the square + +188 + + root function must still compute square roots.) + +189 + +190 + +These requirements apply to the modified work as a whole. If + +191 + +identifiable sections of that work are not derived from the Library, + +192 + +and can be reasonably considered independent and separate works in + +193 + +themselves, then this License, and its terms, do not apply to those + +194 + +sections when you distribute them as separate works. But when you + +195 + +distribute the same sections as part of a whole which is a work based + +196 + +on the Library, the distribution of the whole must be on the terms of + +197 + +this License, whose permissions for other licensees extend to the + +198 + +entire whole, and thus to each and every part regardless of who wrote + +199 + +it. + +200 + +201 + +Thus, it is not the intent of this section to claim rights or contest + +202 + +your rights to work written entirely by you; rather, the intent is to + +203 + +exercise the right to control the distribution of derivative or + +204 + +collective works based on the Library. + +205 + +206 + +In addition, mere aggregation of another work not based on the Library + +207 + +with the Library (or with a work based on the Library) on a volume of + +208 + +a storage or distribution medium does not bring the other work under + +209 + +the scope of this License. + +210 + +211 + + 3. You may opt to apply the terms of the ordinary GNU General Public + +212 + +License instead of this License to a given copy of the Library. To do + +213 + +this, you must alter all the notices that refer to this License, so + +214 + +that they refer to the ordinary GNU General Public License, version 2, + +215 + +instead of to this License. (If a newer version than version 2 of the + +216 + +ordinary GNU General Public License has appeared, then you can specify + +217 + +that version instead if you wish.) Do not make any other change in + +218 + +these notices. + +219 + + + +220 + + Once this change is made in a given copy, it is irreversible for + +221 + +that copy, so the ordinary GNU General Public License applies to all + +222 + +subsequent copies and derivative works made from that copy. + +223 + +224 + + This option is useful when you wish to copy part of the code of + +225 + +the Library into a program that is not a library. + +226 + +227 + + 4. You may copy and distribute the Library (or a portion or + +228 + +derivative of it, under Section 2) in object code or executable form + +229 + +under the terms of Sections 1 and 2 above provided that you accompany + +230 + +it with the complete corresponding machine-readable source code, which + +231 + +must be distributed under the terms of Sections 1 and 2 above on a + +232 + +medium customarily used for software interchange. + +233 + +234 + + If distribution of object code is made by offering access to copy + +235 + +from a designated place, then offering equivalent access to copy the + +236 + +source code from the same place satisfies the requirement to + +237 + +distribute the source code, even though third parties are not + +238 + +compelled to copy the source along with the object code. + +239 + +240 + + 5. A program that contains no derivative of any portion of the + +241 + +Library, but is designed to work with the Library by being compiled or + +242 + +linked with it, is called a "work that uses the Library". Such a + +243 + +work, in isolation, is not a derivative work of the Library, and + +244 + +therefore falls outside the scope of this License. + +245 + +246 + + However, linking a "work that uses the Library" with the Library + +247 + +creates an executable that is a derivative of the Library (because it + +248 + +contains portions of the Library), rather than a "work that uses the + +249 + +library". The executable is therefore covered by this License. + +250 + +Section 6 states terms for distribution of such executables. + +251 + +252 + + When a "work that uses the Library" uses material from a header file + +253 + +that is part of the Library, the object code for the work may be a + +254 + +derivative work of the Library even though the source code is not. + +255 + +Whether this is true is especially significant if the work can be + +256 + +linked without the Library, or if the work is itself a library. The + +257 + +threshold for this to be true is not precisely defined by law. + +258 + +259 + + If such an object file uses only numerical parameters, data + +260 + +structure layouts and accessors, and small macros and small inline + +261 + +functions (ten lines or less in length), then the use of the object + +262 + +file is unrestricted, regardless of whether it is legally a derivative + +263 + +work. (Executables containing this object code plus portions of the + +264 + +Library will still fall under Section 6.) + +265 + +266 + + Otherwise, if the work is a derivative of the Library, you may + +267 + +distribute the object code for the work under the terms of Section 6. + +268 + +Any executables containing that work also fall under Section 6, + +269 + +whether or not they are linked directly with the Library itself. + +270 + + + +271 + + 6. As an exception to the Sections above, you may also combine or + +272 + +link a "work that uses the Library" with the Library to produce a + +273 + +work containing portions of the Library, and distribute that work + +274 + +under terms of your choice, provided that the terms permit + +275 + +modification of the work for the customer's own use and reverse + +276 + +engineering for debugging such modifications. + +277 + +278 + + You must give prominent notice with each copy of the work that the + +279 + +Library is used in it and that the Library and its use are covered by + +280 + +this License. You must supply a copy of this License. If the work + +281 + +during execution displays copyright notices, you must include the + +282 + +copyright notice for the Library among them, as well as a reference + +283 + +directing the user to the copy of this License. Also, you must do one + +284 + +of these things: + +285 + +286 + + a) Accompany the work with the complete corresponding + +287 + + machine-readable source code for the Library including whatever + +288 + + changes were used in the work (which must be distributed under + +289 + + Sections 1 and 2 above); and, if the work is an executable linked + +290 + + with the Library, with the complete machine-readable "work that + +291 + + uses the Library", as object code and/or source code, so that the + +292 + + user can modify the Library and then relink to produce a modified + +293 + + executable containing the modified Library. (It is understood + +294 + + that the user who changes the contents of definitions files in the + +295 + + Library will not necessarily be able to recompile the application + +296 + + to use the modified definitions.) + +297 + +298 + + b) Use a suitable shared library mechanism for linking with the + +299 + + Library. A suitable mechanism is one that (1) uses at run time a + +300 + + copy of the library already present on the user's computer system, + +301 + + rather than copying library functions into the executable, and (2) + +302 + + will operate properly with a modified version of the library, if + +303 + + the user installs one, as long as the modified version is + +304 + + interface-compatible with the version that the work was made with. + +305 + +306 + + c) Accompany the work with a written offer, valid for at + +307 + + least three years, to give the same user the materials + +308 + + specified in Subsection 6a, above, for a charge no more + +309 + + than the cost of performing this distribution. + +310 + +311 + + d) If distribution of the work is made by offering access to copy + +312 + + from a designated place, offer equivalent access to copy the above + +313 + + specified materials from the same place. + +314 + +315 + + e) Verify that the user has already received a copy of these + +316 + + materials or that you have already sent this user a copy. + +317 + +318 + + For an executable, the required form of the "work that uses the + +319 + +Library" must include any data and utility programs needed for + +320 + +reproducing the executable from it. However, as a special exception, + +321 + +the materials to be distributed need not include anything that is + +322 + +normally distributed (in either source or binary form) with the major + +323 + +components (compiler, kernel, and so on) of the operating system on + +324 + +which the executable runs, unless that component itself accompanies + +325 + +the executable. + +326 + +327 + + It may happen that this requirement contradicts the license + +328 + +restrictions of other proprietary libraries that do not normally + +329 + +accompany the operating system. Such a contradiction means you cannot + +330 + +use both them and the Library together in an executable that you + +331 + +distribute. + +332 + + + +333 + + 7. You may place library facilities that are a work based on the + +334 + +Library side-by-side in a single library together with other library + +335 + +facilities not covered by this License, and distribute such a combined + +336 + +library, provided that the separate distribution of the work based on + +337 + +the Library and of the other library facilities is otherwise + +338 + +permitted, and provided that you do these two things: + +339 + +340 + + a) Accompany the combined library with a copy of the same work + +341 + + based on the Library, uncombined with any other library + +342 + + facilities. This must be distributed under the terms of the + +343 + + Sections above. + +344 + +345 + + b) Give prominent notice with the combined library of the fact + +346 + + that part of it is a work based on the Library, and explaining + +347 + + where to find the accompanying uncombined form of the same work. + +348 + +349 + + 8. You may not copy, modify, sublicense, link with, or distribute + +350 + +the Library except as expressly provided under this License. Any + +351 + +attempt otherwise to copy, modify, sublicense, link with, or + +352 + +distribute the Library is void, and will automatically terminate your + +353 + +rights under this License. However, parties who have received copies, + +354 + +or rights, from you under this License will not have their licenses + +355 + +terminated so long as such parties remain in full compliance. + +356 + +357 + + 9. You are not required to accept this License, since you have not + +358 + +signed it. However, nothing else grants you permission to modify or + +359 + +distribute the Library or its derivative works. These actions are + +360 + +prohibited by law if you do not accept this License. Therefore, by + +361 + +modifying or distributing the Library (or any work based on the + +362 + +Library), you indicate your acceptance of this License to do so, and + +363 + +all its terms and conditions for copying, distributing or modifying + +364 + +the Library or works based on it. + +365 + +366 + + 10. Each time you redistribute the Library (or any work based on the + +367 + +Library), the recipient automatically receives a license from the + +368 + +original licensor to copy, distribute, link with or modify the Library + +369 + +subject to these terms and conditions. You may not impose any further + +370 + +restrictions on the recipients' exercise of the rights granted herein. + +371 + +You are not responsible for enforcing compliance by third parties with + +372 + +this License. + +373 + + + +374 + + 11. If, as a consequence of a court judgment or allegation of patent + +375 + +infringement or for any other reason (not limited to patent issues), + +376 + +conditions are imposed on you (whether by court order, agreement or + +377 + +otherwise) that contradict the conditions of this License, they do not + +378 + +excuse you from the conditions of this License. If you cannot + +379 + +distribute so as to satisfy simultaneously your obligations under this + +380 + +License and any other pertinent obligations, then as a consequence you + +381 + +may not distribute the Library at all. For example, if a patent + +382 + +license would not permit royalty-free redistribution of the Library by + +383 + +all those who receive copies directly or indirectly through you, then + +384 + +the only way you could satisfy both it and this License would be to + +385 + +refrain entirely from distribution of the Library. + +386 + +387 + +If any portion of this section is held invalid or unenforceable under any + +388 + +particular circumstance, the balance of the section is intended to apply, + +389 + +and the section as a whole is intended to apply in other circumstances. + +390 + +391 + +It is not the purpose of this section to induce you to infringe any + +392 + +patents or other property right claims or to contest validity of any + +393 + +such claims; this section has the sole purpose of protecting the + +394 + +integrity of the free software distribution system which is + +395 + +implemented by public license practices. Many people have made + +396 + +generous contributions to the wide range of software distributed + +397 + +through that system in reliance on consistent application of that + +398 + +system; it is up to the author/donor to decide if he or she is willing + +399 + +to distribute software through any other system and a licensee cannot + +400 + +impose that choice. + +401 + +402 + +This section is intended to make thoroughly clear what is believed to + +403 + +be a consequence of the rest of this License. + +404 + +405 + + 12. If the distribution and/or use of the Library is restricted in + +406 + +certain countries either by patents or by copyrighted interfaces, the + +407 + +original copyright holder who places the Library under this License may add + +408 + +an explicit geographical distribution limitation excluding those countries, + +409 + +so that distribution is permitted only in or among countries not thus + +410 + +excluded. In such case, this License incorporates the limitation as if + +411 + +written in the body of this License. + +412 + +413 + + 13. The Free Software Foundation may publish revised and/or new + +414 + +versions of the Lesser General Public License from time to time. + +415 + +Such new versions will be similar in spirit to the present version, + +416 + +but may differ in detail to address new problems or concerns. + +417 + +418 + +Each version is given a distinguishing version number. If the Library + +419 + +specifies a version number of this License which applies to it and + +420 + +"any later version", you have the option of following the terms and + +421 + +conditions either of that version or of any later version published by + +422 + +the Free Software Foundation. If the Library does not specify a + +423 + +license version number, you may choose any version ever published by + +424 + +the Free Software Foundation. + +425 + + + +426 + + 14. If you wish to incorporate parts of the Library into other free + +427 + +programs whose distribution conditions are incompatible with these, + +428 + +write to the author to ask for permission. For software which is + +429 + +copyrighted by the Free Software Foundation, write to the Free + +430 + +Software Foundation; we sometimes make exceptions for this. Our + +431 + +decision will be guided by the two goals of preserving the free status + +432 + +of all derivatives of our free software and of promoting the sharing + +433 + +and reuse of software generally. + +434 + +435 + + NO WARRANTY + +436 + +437 + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO + +438 + +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. + +439 + +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR + +440 + +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY + +441 + +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE + +442 + +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + +443 + +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE + +444 + +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME + +445 + +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James + Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + +******************************************************************* diff --git a/Client/mysql-connector-java-5.1.25/build.xml b/Client/mysql-connector-java-5.1.25/build.xml new file mode 100644 index 00000000..fe7e9c9a --- /dev/null +++ b/Client/mysql-connector-java-5.1.25/build.xml @@ -0,0 +1,1247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiling class files to ${compiler.output}... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This version of MySQL Connector/J requires a compiler Java-1.5 to be used, set your JAVA_HOME property to point to one of these versions of the JDK. + +Compiling this version also requires Java-6 for compiling the JDBC-4.0 implementation, please set the full path to the javac executable with the property "com.mysql.jdbc.java6.javac" +and the full path to the rt.jar from Java-6 with the property "com.mysql.jdbc.java6.rtjar". + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Removing sources from ${distDir}/toArchive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +