Skip to content

Commit

Permalink
auto doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonblast committed Feb 10, 2011
1 parent 75400b3 commit 2dd6703
Show file tree
Hide file tree
Showing 27 changed files with 4,280 additions and 7 deletions.
59 changes: 52 additions & 7 deletions LICENSE
Expand Up @@ -2,18 +2,18 @@ Copyright (c) 2009-2011
Bill Warnecke <bill@rupture.com>,
Jacob Vorreuter <jacob.vorreuter@gmail.com>,
Henning Diedrich <hd2010@eonblast.com>,
Eonblast Corporation <http://www.eonblast.com>
Eonblast Corporation [http://www.eonblast.com].

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"),to deal in the Software without restric-
tion, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom
the Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
Expand All @@ -24,3 +24,48 @@ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.


Use of Oracle's MySQL Logo in the documentation of this package according
to Oracle's Logo Usage Guidelines

As retrieved on 01/22/11 from http://www.mysql.de/about/legal/trademark.html:

Use of MySQL Conditional Use Logos

Oracle has a family of MySQL Conditional Use Logos for those who
wish to show their support for MySQL products and services by
displaying such a logo in the user interface of a website. The MySQL
Conditional Use Logos may be used without specific written
permission from Oracle under these terms of the Third Party Usage
Guidelines for Oracle Trademarks, Third Party Usage Guidelines for
Oracle Logos, and the following conditions:

* The use must not be detrimental, i.e., harmful or damaging, to
the value of any of the MySQL Marks, or to Oracle, its brand
integrity, reputation or goodwill, as determined by Oracle in its
sole discretion;

* The MySQL Conditional Use Logo must be a "clickable" link that
leads directly to http://www.mysql.com/;

* If the website has password-protected areas, the MySQL
Conditional Use Logo must be placed only in areas that are not
password-protected;

* If used in an application released under the GPL license, the
application must be able to connect directly to a MySQL server;

* The limited license given herein does not include the right to
use any MySQL Conditional Use Logo or any other Oracle Logo as a
trademark to promote your own products or services. For example, no
Oracle or MySQL Conditional Use Logo may be used on any product
packaging or documentation, such as (without limitation) on CD-ROM
or diskette labels or packaging, books or other publications. Any
such use must be expressly authorized by Oracle in a signed, written
agreement;

* The use of any MySQL Conditional Use Logo under these terms
must also comply with applicable provisions of the Third Party Usage
Guidelines for Oracle Trademarks and Third Party Usage Guidelines
for Oracle Logos.
16 changes: 16 additions & 0 deletions changes.edoc
@@ -0,0 +1,16 @@
@doc
== Changes ==

=== 0.2 Stored Procedures and Docs ===

<li> Correct handling of stored procedures result packages</li>
<li> Module emysql_tcp extended to handle the flag SERVER_MORE_RESULTS_EXIST correctly</li>
<li> Error packages parse additional sql status flag of mysql 4.1 format.</li>
<li> Additional example for stored procedures</li>
<li> Renaming of samples</li>
<li> Much extended docs</li>
<script>
// Jump directly to a referenced url given in trailing '[]:...'-notation
function goto(tag) { parent.document.location.href = url(tag); }
function url(tag) { var o=document.getElementById(tag); return o ? o.href : '#'+tag; }
</script>

0 comments on commit 2dd6703

Please sign in to comment.